diff --git a/README.md b/README.md index 4b7eaea0839c03d1631b68fd963741bfa635b24b..9b3638a6b65fba0e10a76c7633c08a712c0bfb9a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ presented via OpenAPI compliant descriptions. MEC Sandbox provides the user with a choice of scenarios combining different network technologies (4G, 5G, Wi-Fi) and terminal types. Combining these assets in a geolocated environment, a user can gain hands-on experience on the behaviour -and capabilities of the Location (MEC013), Radio Network Information (MEC012), WLAN Information (MEC028), Edge Platform +and capabilities of the Location (MEC013), Radio Network Information (MEC012), Traffic Management APIs (MEC015), Device Application Interface (MEC016), WLAN Information (MEC028), Edge Platform Application Enablement (MEC011) and Application Mobility (MEC021) service APIs. Such contextual information can offer significant differential performance for edge based MEC applications. diff --git a/config/.meepctl-repocfg.yaml b/config/.meepctl-repocfg.yaml index baa7f7b4cdce22be240a1bbe0e1de07d2b69b491..5b56b17dbfdcd05f0a4cbd7c612f30f8742c7f85 100644 --- a/config/.meepctl-repocfg.yaml +++ b/config/.meepctl-repocfg.yaml @@ -9,9 +9,9 @@ repo: # permissions permissions: # user id - uid: 1001 + uid: 1000 # group id - gid: 1001 + gid: 1000 # user supplied resources user: @@ -24,7 +24,7 @@ repo: # platform ingress configuration ingress: # host name - host: try-mec.etsi.org + host: sandbox-mec.etsi.org # enable https only (redirect http requests to https port) https-only: true # bind to host ports (true) or node ports (false) @@ -59,7 +59,7 @@ repo: # access token url token-url: https://github.com/login/oauth/access_token # OAuth redirect URI - redirect-uri: https://try-mec.etsi.org/platform-ctrl/v1/authorize + redirect-uri: https://sandbox-mec.etsi.org/platform-ctrl/v1/authorize # OAuth k8s secret (data: client-id, secret) secret: meep-oauth-github # GitLab OAuth provider config @@ -71,7 +71,7 @@ repo: # access token url token-url: https://forge.etsi.org/rep/oauth/token # OAuth redirect URI - redirect-uri: https://try-mec.etsi.org/platform-ctrl/v1/authorize + redirect-uri: https://sandbox-mec.etsi.org/platform-ctrl/v1/authorize # GitLab api url api-url: https://forge.etsi.org/rep/api/v4 # OAuth k8s secret (data: client-id, secret) @@ -84,7 +84,7 @@ repo: # enable influx data backups enabled: true # object store url - url: https://metrics.try-mec.etsi.org/ + url: https://metrics.sandbox-mec.etsi.org/ # object store configuration secret secret: meep-influx-objstore-config # Number of days to retain daily data backups @@ -104,7 +104,7 @@ repo: # Thanos long-term storage thanos: # enable Thanos - enabled: true + enabled: false # object store configuration secret secret: meep-thanos-objstore-config # query component @@ -134,7 +134,7 @@ repo: # Thanos long-term storage archive thanos-archive: # enable Thanos archive - enabled: true + enabled: false # archive object store configuration secret secret: meep-thanos-archive-objstore-config @@ -166,7 +166,7 @@ repo: # Default monitoring dashboards dashboards: mec-sandbox: dashboards/mec-sandbox.json - platform-advantedge: dashboards/platform-advantedge-thanos.json + platform-advantedge: dashboards/platform-advantedge.json platform-k8s: dashboards/platform-k8s.json runtime-environment-node: dashboards/runtime-environment-node.json runtime-environment-k8s-cluster: dashboards/runtime-environment-k8s-cluster.json @@ -286,7 +286,6 @@ repo: # - meep-tc-engine # - meep-app-enablement # - meep-vis - # - meep-tm # location of API specifications api: - name: 'AdvantEDGE Monitoring Engine REST API' @@ -367,7 +366,6 @@ repo: meep-app-enablement: charts/meep-app-enablement meep-virt-chart-templates: charts/meep-virt-chart-templates meep-vis: charts/meep-vis - meep-tm: charts/meep-tm # list of sandbox specific pods sandbox-pods: - meep-gis-engine @@ -382,7 +380,6 @@ repo: # - meep-tc-engine # - meep-app-enablement # - meep-vis - # - meep-tm meep-webhook: # location of source code src: go-apps/meep-webhook @@ -842,44 +839,6 @@ repo: 'entrypoint.sh': go-apps/meep-vis/entrypoint.sh # location of grid map file 'grid_map.yaml': go-packages/meep-vis-traffic-mgr/grid_map.yaml - meep-tm: - # location of source code - src: go-apps/meep-tm - # location of binary - bin: bin/meep-tm - # location of deployment chart - chart: charts/meep-tm - # user supplied value file located @ .meep/user/values (use below file name) - chart-user-values: meep-tm.yaml - # extra build flags - build-flags: - - -mod=vendor - # enable meepctl build - build: true - # enable meepctl dockerize - dockerize: true - # enable meepctl deploy/delete - deploy: true - # supports code coverage measurement when built in codecov mode - codecov: true - # supports linting - lint: true - # location of API specifications - api: - - name: 'AdvantEDGE Bandwidth Management REST API' - file: go-apps/meep-tm/api/bwm/swagger.yaml - - name: 'AdvantEDGE Multi-access Traffic Steering REST API' - file: go-apps/meep-tm/api/mts/swagger.yaml - # location of user supplied API specifications - user-api: - - name: 'Bandwidth Management REST API' - file: config/api/bwm-api.yaml - - name: 'Multi-access Traffic Steering REST API' - file: config/api/mts-api.yaml - # resources available to docker container image - docker-data: - # location of entry script - 'entrypoint.sh': go-apps/meep-tm/entrypoint.sh #------------------------------ # Dependencies @@ -1023,7 +982,7 @@ repo: # enable meepctl dockerize -> deps are never dockerized dockerize: false # enable meepctl deploy/delete - deploy: true + deploy: false # location of deployment chart chart: charts/thanos # user supplied value file located @ .meep/user/values (use below file name) @@ -1034,7 +993,7 @@ repo: # enable meepctl dockerize -> deps are never dockerized dockerize: false # enable meepctl deploy/delete - deploy: true + deploy: false # location of deployment chart chart: charts/thanos # user supplied value file located @ .meep/user/values (use below file name) @@ -1061,11 +1020,6 @@ repo: src: go-packages/meep-applications # supports linting lint: true - meep-bwm-client: - # location of source code - src: go-packages/meep-bwm-client - # supports linting - lint: false meep-couch: # location of source code src: go-packages/meep-couch @@ -1146,11 +1100,6 @@ repo: src: go-packages/meep-model # supports linting lint: true - meep-mts-client: - # location of source code - src: go-packages/meep-mts-client - # supports linting - lint: false meep-mq: # location of source code src: go-packages/meep-mq diff --git a/config/objstore-thanos-archive.yaml b/config/objstore-thanos-archive.yaml index 761eab28632d69781ef6dd3d4a2e4a6cad11f0ae..297e5e078343996e99c86fb01655e6f040d2d49d 100644 --- a/config/objstore-thanos-archive.yaml +++ b/config/objstore-thanos-archive.yaml @@ -10,3 +10,4 @@ config: idle_conn_timeout: 1m30s response_header_timeout: 2m insecure_skip_verify: false + diff --git a/deploy.sh b/deploy.sh index 0fe2a35ecc0897ab2006efd41321a5523daa2658..f8a873bbeff1d5f3767c8e22c3255cce35af8f0e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -63,5 +63,13 @@ mkdir -p $VALUESDIR-bak cp -r $VALUESDIR/* $VALUESDIR-bak cp -r config/values/* $VALUESDIR +echo "" +echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" +echo ">> Updating demo4-UE entrypoint.sh script" +echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" +echo "" + +sed --in-place 's/advantedge/sandbox/' $MEEPDIR/examples/demo4-ue/src/demo-server/entrypoint.sh + echo "" echo ">>> MEC Sandbox deployment completed" diff --git a/js-apps/frontend/src/js/containers/home/home-page-container.js b/js-apps/frontend/src/js/containers/home/home-page-container.js index 88e8d7667cc59452e8cdb1807276b126b8ddf3fe..755d2c7e7c047305b57c7f8419d7df9b14ff8975 100644 --- a/js-apps/frontend/src/js/containers/home/home-page-container.js +++ b/js-apps/frontend/src/js/containers/home/home-page-container.js @@ -70,7 +70,7 @@ class HomePageContainer extends Component { MEC Sandbox provides the user with a choice of scenarios combining different network technologies (4G, 5G, Wi-Fi) and terminal types. Combining these assets in a geolocated environment, a user can gain hands-on experience on the behaviour and capabilities of the Location (MEC013), Radio Network - Information (MEC012), WLAN Information (MEC028), Edge Platform Application Enablement (MEC011) and + Information (MEC012), Traffic Management APIs (MEC015), Device Application Interface (MEC016), WLAN Information (MEC028), Edge Platform Application Enablement (MEC011) and Application Mobility (MEC021) service APIs. Such contextual information can offer significant differential performance for edge based MEC applications.

diff --git a/networks/4g-5g-wifi-macro.yaml b/networks/4g-5g-wifi-macro.yaml index 862ceb823e5f8ed3987149fe1b3edc99eff0ea98..d96b0759736e56580f6fffecd72dea8cdaf9b84d 100644 --- a/networks/4g-5g-wifi-macro.yaml +++ b/networks/4g-5g-wifi-macro.yaml @@ -7,8 +7,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - throughput: null - packetLoss: null connectivity: model: OPEN userMeta: @@ -24,9 +22,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null zones: - id: PUBLIC-COMMON @@ -37,9 +32,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: PUBLIC-COMMON-DEFAULT @@ -50,42 +42,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - cellularDomainConfig: null - id: f1c5f2fe-5fbb-48fa-a0df-6ad00e4eeb4c name: sandbox-operator @@ -95,9 +51,6 @@ deployment: latencyVariation: 2 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null cellularDomainConfig: mnc: '001' mcc: '001' @@ -112,9 +65,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null networkLocations: - id: sandbox-operator-COMMON-DEFAULT @@ -125,35 +75,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - meta: null - userMeta: null - id: 6fd7e9d1-3646-474d-880b-d4a21799d280 name: zone01 @@ -163,9 +84,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: blueviolet networkLocations: @@ -178,9 +96,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null physicalLocations: - id: 138c1c53-7f25-4c52-a025-3b607da5f97a @@ -192,12 +107,8 @@ deployment: coordinates: - 7.421096 - 43.73408 - radius: null - path: null - eopMode: null - velocity: null connected: true - dataNetwork: {dnn: null, ladn: null, ecsp: null} + dataNetwork: {} processes: - id: 62cc2936-af22-4946-b3e5-5b9143d7203f @@ -208,30 +119,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - environment: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: b8a203be-ac81-45a6-8d88-fdb1f8f5393b name: mec012-1 @@ -242,29 +129,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 298b2c0c-7efa-45d3-8b47-8ab3c009b845 name: mec013-1 @@ -275,29 +139,6 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null - serviceConfig: null - gpuConfig: null - memoryConfig: null - cpuConfig: null - externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null - id: 411993a9-ceab-4b8b-8e6e-7dc1bedf9e66 name: mec016-1 @@ -332,59 +173,34 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - commandArguments: null - commandExe: null + - + id: c5f834ae-db0c-4eec-bdfe-3dfc55f91b4a + name: mec016-1 + type: EDGE-APP + isExternal: false + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + image: 'meep-docker-registry:30001/meep-dai' + environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false' + commandArguments: "" + commandExe: "" serviceConfig: null gpuConfig: null - memoryConfig: null cpuConfig: null + memoryConfig: null externalConfig: null - status: null - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null - meta: null - userMeta: null - appLatency: null - appLatencyVariation: null - appThroughput: null - appPacketLoss: null - placementId: null + netChar: + latency: 0 + latencyVariation: 0 + throughputDl: 1000 + throughputUl: 1000 + packetLoss: 0 + placementId: "" netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null - isExternal: null - networkLocationsInRange: null - wireless: null - wirelessType: null - meta: null - userMeta: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - macId: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - id: 3480e529-3fc1-44b8-a892-42bbbfa4018f name: 4g-macro-cell-1 @@ -394,9 +210,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '1010101' geoData: @@ -406,9 +219,6 @@ deployment: - 7.419344 - 43.72764 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 3331ee44-2236-1111-0020-5a3c2bde0eaa @@ -503,7 +313,6 @@ deployment: - 43.730103 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -512,21 +321,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1e2600f4-4861-43d6-abcb-07f4481a124c name: 10.10.0.3 @@ -629,7 +424,6 @@ deployment: - 43.727867 eopMode: LOOP velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -638,30 +432,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 8c2599e8-dd88-4ff2-9cf4-6fc54663c152 name: 4g-macro-cell-2 @@ -671,9 +442,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '2020202' geoData: @@ -683,9 +451,6 @@ deployment: - 7.413819 - 43.729538 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c52208b3-93bb-4255-9b34-52432acc4398 @@ -2322,7 +2087,6 @@ deployment: - 43.728676 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2331,30 +2095,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: f32f0c05-4491-4a93-be0c-19420d4407f0 name: 4g-macro-cell-3 @@ -2364,9 +2105,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '3030303' geoData: @@ -2376,9 +2114,6 @@ deployment: - 7.416715 - 43.733616 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 0ca4bfcc-7346-4f57-9c85-bb92642ec37e @@ -2390,10 +2125,6 @@ deployment: coordinates: - 7.4187 - 43.732403 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2402,30 +2133,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 1835f9ea-1f72-47e8-98b7-f0a5e4ff44e4 name: wifi-ap-1 @@ -2435,9 +2143,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C01010101 geoData: @@ -2447,19 +2152,6 @@ deployment: - 7.419891 - 43.727787 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: fb7ff207-f67d-4a1d-a353-038e96085d06 name: wifi-ap-2 @@ -2469,9 +2161,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C02020202 geoData: @@ -2481,19 +2170,6 @@ deployment: - 7.42179 - 43.727474 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 37be6821-a5f3-4af9-af0a-ceff4c0f66be name: 5g-small-cell-1 @@ -2503,9 +2179,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '101010101' geoData: @@ -2515,19 +2188,6 @@ deployment: - 7.415385 - 43.730846 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: ab60918a-acd8-4f4e-9693-d2fbffae9b72 name: 5g-small-cell-2 @@ -2537,9 +2197,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '202020202' geoData: @@ -2549,19 +2206,6 @@ deployment: - 7.416962 - 43.731453 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: de2d952d-11b1-4294-8a67-6d994f1a5f37 name: 5g-small-cell-3 @@ -2571,9 +2215,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '303030303' geoData: @@ -2583,32 +2224,6 @@ deployment: - 7.418507 - 43.731865 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 4c3c9568-6408-4900-9d97-4556f6d805db name: zone02 @@ -2618,9 +2233,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkred networkLocations: @@ -2633,21 +2245,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: 78327873-c828-47da-8a5b-3c74d251dbbc name: 4g-macro-cell-4 @@ -2657,9 +2254,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '4040404' geoData: @@ -2669,9 +2263,6 @@ deployment: - 7.423547 - 43.731724 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 67a40b8b-5777-4e96-a896-8622af4a741f @@ -2862,7 +2453,6 @@ deployment: - 43.74177 eopMode: REVERSE velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2871,30 +2461,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: ca3b5b42-0e99-4553-9d19-4696cd8fe469 name: 4g-macro-cell-5 @@ -2904,9 +2471,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '5050505' geoData: @@ -2916,9 +2480,6 @@ deployment: - 7.429257 - 43.73411 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c18e3f93-79c4-427d-af91-81996adab3e7 @@ -2930,10 +2491,6 @@ deployment: coordinates: - 7.426565 - 43.73298 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -2942,21 +2499,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010003 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 1d2683f4-086e-47d6-abbb-07fa481a25fb name: 10.10.0.1 @@ -3257,7 +2800,6 @@ deployment: - 43.736343 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3266,21 +2808,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: ec32caa6-ddc6-4f5e-a815-654782b31abb name: 10.100.0.2 @@ -3932,7 +3460,6 @@ deployment: - 43.73243 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -3941,30 +3468,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: bc76299f-1394-46d7-ab61-1791c883718d name: wifi-ap-4 @@ -3974,9 +3478,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C04040404 geoData: @@ -3986,19 +3487,6 @@ deployment: - 7.427702 - 43.733475 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 4a0a69b3-7c5a-475e-a34d-a0c9177e972e name: wifi-ap-3 @@ -4008,9 +3496,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C03030303 geoData: @@ -4020,19 +3505,6 @@ deployment: - 7.422327 - 43.73342 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 66938f56-4e52-47e2-baa2-501f026e4eb3 name: wifi-ap-5 @@ -4042,9 +3514,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C05050505 geoData: @@ -4054,19 +3523,6 @@ deployment: - 7.421984 - 43.735027 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: b50df04b-c3bd-46c4-a7d4-5de55e74b444 name: 5g-small-cell-4 @@ -4076,9 +3532,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '404040404' geoData: @@ -4088,19 +3541,6 @@ deployment: - 7.419741 - 43.732998 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: bddd61c9-6ddd-4f7e-9082-0d004fced7ab name: 5g-small-cell-5 @@ -4110,9 +3550,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '505050505' geoData: @@ -4122,19 +3559,6 @@ deployment: - 7.421158 - 43.732063 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 8e0dad0d-72c9-4b6d-850b-06b02243b1d3 name: 5g-small-cell-6 @@ -4144,9 +3568,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '606060606' geoData: @@ -4156,19 +3577,6 @@ deployment: - 7.421865 - 43.733368 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 318f3796-4091-409e-8767-44ba36600a34 name: 5g-small-cell-7 @@ -4178,9 +3586,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '707070707' geoData: @@ -4190,19 +3595,6 @@ deployment: - 7.420943 - 43.734097 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 7d3688cc-0dda-48b1-a171-b817c176e053 name: 5g-small-cell-8 @@ -4212,9 +3604,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '808080808' geoData: @@ -4224,19 +3613,6 @@ deployment: - 7.425063 - 43.732555 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 91691048-64bb-4d2f-917f-4219a95881c0 name: 5g-small-cell-9 @@ -4246,9 +3622,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '909090909' geoData: @@ -4258,32 +3631,6 @@ deployment: - 7.427027 - 43.73308 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: 472c9927-800a-46e9-9d62-d08b09080dd5 name: zone03 @@ -4293,9 +3640,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: darkorange networkLocations: @@ -4308,21 +3652,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: e4ce8267-5433-4b2b-aa5a-9a40de76b685 name: 4g-macro-cell-6 @@ -4332,9 +3661,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '6060606' geoData: @@ -4344,9 +3670,6 @@ deployment: - 7.421007 - 43.737087 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: c3bc8d8d-170b-45bb-93a9-8ce658571321 @@ -4358,10 +3681,6 @@ deployment: coordinates: - 7.421802 - 43.736515 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4370,30 +3689,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010001 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 663df9f0-57af-43aa-ba2e-e45a4b2f3c28 name: 4g-macro-cell-7 @@ -4403,9 +3699,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '7070707' geoData: @@ -4415,19 +3708,6 @@ deployment: - 7.426414 - 43.739445 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 190a7ff6-7b77-479a-8f23-1f5c7f935914 name: wifi-ap-6 @@ -4437,9 +3717,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C06060606 geoData: @@ -4449,19 +3726,6 @@ deployment: - 7.425288 - 43.73727 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 99e67725-25b1-4274-8b05-fe253b0e5ee6 name: wifi-ap-7 @@ -4471,9 +3735,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C07070707 geoData: @@ -4483,19 +3744,6 @@ deployment: - 7.429639 - 43.739006 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: a3067167-cdaf-4264-9e32-abfc0ede0564 name: 5g-small-cell-10 @@ -4505,9 +3753,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: A0A0A0A0A geoData: @@ -4517,19 +3762,6 @@ deployment: - 7.426736 - 43.73771 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 2c2ba76c-8880-4c5b-a949-a161713910f4 name: 5g-small-cell-11 @@ -4539,9 +3771,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: B0B0B0B0B geoData: @@ -4551,19 +3780,6 @@ deployment: - 7.42856 - 43.738018 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: d9ca5e58-15fe-4161-840f-f3155db3729b name: 5g-small-cell-12 @@ -4573,9 +3789,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: C0C0C0C0C geoData: @@ -4585,32 +3798,6 @@ deployment: - 7.42738 - 43.739075 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - id: d56c4e67-0e0f-4456-9431-290de7b674c8 name: zone04 @@ -4620,9 +3807,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null meta: display.map.color: limegreen networkLocations: @@ -4635,21 +3819,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - poaWifiConfig: null - geoData: null - physicalLocations: null - id: fc4d9ec8-ebb6-4b5d-a281-bb74af729b4a name: 4g-macro-cell-8 @@ -4659,9 +3828,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '8080808' geoData: @@ -4671,19 +3837,6 @@ deployment: - 7.429504 - 43.74301 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: b73b3ef5-dba0-44af-a648-bbda7191c249 name: 4g-macro-cell-9 @@ -4693,9 +3846,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: '9090909' geoData: @@ -4705,19 +3855,6 @@ deployment: - 7.432551 - 43.746544 radius: 400 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - physicalLocations: null - id: e1d47a4b-0664-4915-81ea-eb0d70af15a7 name: 4g-macro-cell-10 @@ -4727,9 +3864,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa4GConfig: cellId: A0A0A0A geoData: @@ -4739,9 +3873,6 @@ deployment: - 7.437573 - 43.748993 radius: 400 - path: null - eopMode: null - velocity: null physicalLocations: - id: 4e423f57-daef-4c1c-b30e-45e88e3c9366 @@ -4753,10 +3884,6 @@ deployment: coordinates: - 7.438248 - 43.74835 - radius: null - path: null - eopMode: null - velocity: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4765,21 +3892,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A010004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 824cf1bf-f91d-44c2-906d-e939fa3339cd name: 10.10.0.2 @@ -4897,7 +4010,6 @@ deployment: - 43.736446 eopMode: REVERSE velocity: 9 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -4906,21 +4018,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A0A0002 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - id: 097f79f4-bf76-4be0-be28-5acc3bdb0dba name: 10.100.0.4 @@ -5182,7 +4280,6 @@ deployment: - 43.74781 eopMode: LOOP velocity: 20 - radius: null wireless: true wirelessType: 'wifi,5g,4g' meta: @@ -5191,30 +4288,7 @@ deployment: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 - latency: null - latencyVariation: null - throughput: null - packetLoss: null macId: 005C0A640004 - isExternal: null - networkLocationsInRange: null - connected: null - dataNetwork: null - userMeta: null - processes: null - linkLatency: null - linkLatencyVariation: null - linkThroughput: null - linkPacketLoss: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa5GConfig: null - poaWifiConfig: null - id: 4a3da8ed-e833-48bf-b833-2c67512e53cf name: wifi-ap-8 @@ -5224,9 +4298,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C08080808 geoData: @@ -5236,19 +4307,6 @@ deployment: - 7.431644 - 43.746662 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: d1cc062f-bb7f-40cf-91af-5593376f3b4d name: wifi-ap-9 @@ -5258,9 +4316,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C09090909 geoData: @@ -5270,19 +4325,6 @@ deployment: - 7.435867 - 43.748856 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: c4df58ab-17a2-49e0-b5fa-531a6ce15baf name: wifi-ap-10 @@ -5292,9 +4334,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0A0A0A0A geoData: @@ -5304,19 +4343,6 @@ deployment: - 7.438055 - 43.748734 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - id: 3fbf9ec8-3932-455c-8352-0d06b7bb7a15 name: 5g-small-cell-13 @@ -5326,9 +4352,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: D0D0D0D0D geoData: @@ -5338,19 +4361,6 @@ deployment: - 7.431907 - 43.74543 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 80e3b677-56cb-495c-b798-e19f96d491b9 name: 5g-small-cell-14 @@ -5360,9 +4370,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: E0E0E0E0E geoData: @@ -5372,19 +4379,6 @@ deployment: - 7.433109 - 43.746513 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: dcb66c87-1854-4c8e-ae88-72b14df9aaff name: 5g-small-cell-15 @@ -5394,9 +4388,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: F0F0F0F0F geoData: @@ -5406,19 +4397,6 @@ deployment: - 7.434376 - 43.747337 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 10b048d1-2fba-486d-89a0-d1a3191b90b4 name: 5g-small-cell-16 @@ -5428,9 +4406,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '010101010' geoData: @@ -5440,19 +4415,6 @@ deployment: - 7.435985 - 43.747784 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 35602880-9727-4ed6-8f53-fe0ffab22cb4 name: 5g-small-cell-17 @@ -5462,9 +4424,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '111111111' geoData: @@ -5474,19 +4433,6 @@ deployment: - 7.437487 - 43.7487 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 4aef0f33-51d2-472c-8441-b5c55f0de626 name: 5g-small-cell-18 @@ -5496,9 +4442,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '212121212' geoData: @@ -5508,19 +4451,6 @@ deployment: - 7.438839 - 43.749706 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 3396c6ae-28f8-4c8b-ba12-9991bddeed61 name: 5g-small-cell-19 @@ -5530,9 +4460,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '313131313' geoData: @@ -5542,19 +4469,6 @@ deployment: - 7.4371 - 43.750282 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: 246f3830-3b56-4359-9452-b17f34426888 name: 5g-small-cell-20 @@ -5564,9 +4478,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poa5GConfig: cellId: '414141414' geoData: @@ -5576,19 +4487,6 @@ deployment: - 7.436006 - 43.749382 radius: 100 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poaWifiConfig: null - physicalLocations: null - id: da565fc0-0d1e-47a1-944e-2d77441051de name: wifi-ap-11 @@ -5598,9 +4496,6 @@ deployment: latencyVariation: 1 throughputDl: 1000 throughputUl: 1000 - latencyDistribution: null - throughput: null - packetLoss: null poaWifiConfig: macId: 005C0B0B0B0B geoData: @@ -5610,43 +4505,3 @@ deployment: - 7.43891 - 43.74822 radius: 50 - path: null - eopMode: null - velocity: null - terminalLinkLatency: null - terminalLinkLatencyVariation: null - terminalLinkThroughput: null - terminalLinkPacketLoss: null - meta: null - userMeta: null - cellularPoaConfig: null - poa4GConfig: null - poa5GConfig: null - physicalLocations: null - interFogLatency: null - interFogLatencyVariation: null - interFogThroughput: null - interFogPacketLoss: null - interEdgeLatency: null - interEdgeLatencyVariation: null - interEdgeThroughput: null - interEdgePacketLoss: null - edgeFogLatency: null - edgeFogLatencyVariation: null - edgeFogThroughput: null - edgeFogPacketLoss: null - userMeta: null - interZoneLatency: null - interZoneLatencyVariation: null - interZoneThroughput: null - interZonePacketLoss: null - meta: null - userMeta: null - interDomainLatency: null - interDomainLatencyVariation: null - interDomainThroughput: null - interDomainPacketLoss: null - meta: null -id: null -description: null -config: null