Commit 7b8908b8 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update network scenarios to release 1.9.x (d2d)

parent 7ecf1070
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ const Footer = () => {
    <Grid style={{ backgroundColor: '#3e484f' }}>
      <GridCell span={2}/>
      <GridCell span={3} align={'middle'} style={styles.copyright}>
        <Typography use="body1">© Copyright 2021-2022, ETSI</Typography>
        <Typography use="body1">© Copyright 2021-2023, ETSI</Typography>
      </GridCell>
      <GridCell span={5} align={'middle'}>
        <div align={'right'}>
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ deployment:
        packetLoss: null
    connectivity:
        model: OPEN
    d2d:
        d2dMaxDistance: 100
    userMeta:
        mec-sandbox: '{"defaultStaticUeCount": 1, "defaultLowVelocityUeCount": 1, "defaultHighVelocityUeCount": 1, "highVelocitySpeedThreshold": 10}'
        network-info: '{"type": "local", "path":"4G-Macro-Network-Topology.png"}'
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ deployment:
        throughputUl: 1000
    connectivity:
        model: OPEN
    d2d:
        d2dMaxDistance: 100
    userMeta:
        mec-sandbox: '{"defaultStaticUeCount": 1, "defaultLowVelocityUeCount": 1, "defaultHighVelocityUeCount": 1, "highVelocitySpeedThreshold": 10}'
        network-info: '{"type": "local", "path":"4G-Macro-Network-Topology.png"}'
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ deployment:
        throughputUl: 1000
    connectivity:
        model: OPEN
    d2d:
        d2dMaxDistance: 100
    userMeta:
        mec-sandbox: '{"defaultStaticUeCount": 1, "defaultLowVelocityUeCount": 1, "defaultHighVelocityUeCount": 1, "highVelocitySpeedThreshold": 10}'
        network-info: '{"type": "local", "path":"4G-Macro-Network-Topology.png"}'
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ deployment:
        throughputUl: 1000
    connectivity:
        model: OPEN
    d2d:
        d2dMaxDistance: 100
    userMeta:
        mec-sandbox: '{"defaultStaticUeCount": 1, "defaultLowVelocityUeCount": 1, "defaultHighVelocityUeCount": 1, "highVelocitySpeedThreshold": 10}'
        network-info: '{"type": "local", "path":"4G-Macro-Network-Topology.png"}'
Loading