Loading config/permissions-open.yaml +23 −24 Original line number Diff line number Diff line Loading @@ -153,6 +153,29 @@ default: # #------------------------------------------------------------------------------ # services: # #------------------------------ # # AMSI Service (Sbox) # #------------------------------ # - name: 'meep-ams' # path: '/amsi/v1' # sbox: true # default: # mode: 'allow' # fileservers: # - name: 'Api' # path: '/api' # mode: 'allow' # - name: 'UserApi' # path: '/user-api' # mode: 'allow' # - name: 'Websocket' # path: '/ws' # mode: 'allow' # endpoints: # - name: 'Index' # path: '/' # method: 'GET' # mode: 'block' # #------------------------------ # # MEC Application Support (Sbox) # #------------------------------ # - name: 'meep-app-enablement' Loading Loading @@ -797,27 +820,3 @@ default: # path: '/' # method: 'GET' # mode: 'block' # #------------------------------ # # AMSI Service (Sbox) # #------------------------------ # - name: 'meep-ams' # path: '/amsi/v1' # sbox: true # default: # mode: 'allow' # fileservers: # - name: 'Api' # path: '/api' # mode: 'allow' # - name: 'UserApi' # path: '/user-api' # mode: 'allow' # - name: 'Websocket' # path: '/ws' # mode: 'allow' # endpoints: # - name: 'Index' # path: '/' # method: 'GET' # mode: 'block' examples/demo1/demo1-scenario.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -530,14 +530,14 @@ deployment: name: ue1-iperf type: UE-APP image: 'meep-docker-registry:30001/iperf-client' commandArguments: '-c, export; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;' commandArguments: '-c, export; sleep 5; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;' commandExe: /bin/bash netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 latency: null latencyVariation: null latencyDistribution: null throughput: null packetLoss: null isExternal: null Loading examples/demo2/demo2-scenario.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -502,14 +502,14 @@ deployment: name: ue1-iperf type: UE-APP image: 'meep-docker-registry:30001/iperf-client' commandArguments: '-c, export; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;' commandArguments: '-c, export; sleep 5; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;' commandExe: /bin/bash netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 latency: null latencyVariation: null latencyDistribution: null throughput: null packetLoss: null isExternal: null Loading Loading
config/permissions-open.yaml +23 −24 Original line number Diff line number Diff line Loading @@ -153,6 +153,29 @@ default: # #------------------------------------------------------------------------------ # services: # #------------------------------ # # AMSI Service (Sbox) # #------------------------------ # - name: 'meep-ams' # path: '/amsi/v1' # sbox: true # default: # mode: 'allow' # fileservers: # - name: 'Api' # path: '/api' # mode: 'allow' # - name: 'UserApi' # path: '/user-api' # mode: 'allow' # - name: 'Websocket' # path: '/ws' # mode: 'allow' # endpoints: # - name: 'Index' # path: '/' # method: 'GET' # mode: 'block' # #------------------------------ # # MEC Application Support (Sbox) # #------------------------------ # - name: 'meep-app-enablement' Loading Loading @@ -797,27 +820,3 @@ default: # path: '/' # method: 'GET' # mode: 'block' # #------------------------------ # # AMSI Service (Sbox) # #------------------------------ # - name: 'meep-ams' # path: '/amsi/v1' # sbox: true # default: # mode: 'allow' # fileservers: # - name: 'Api' # path: '/api' # mode: 'allow' # - name: 'UserApi' # path: '/user-api' # mode: 'allow' # - name: 'Websocket' # path: '/ws' # mode: 'allow' # endpoints: # - name: 'Index' # path: '/' # method: 'GET' # mode: 'block'
examples/demo1/demo1-scenario.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -530,14 +530,14 @@ deployment: name: ue1-iperf type: UE-APP image: 'meep-docker-registry:30001/iperf-client' commandArguments: '-c, export; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;' commandArguments: '-c, export; sleep 5; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;' commandExe: /bin/bash netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 latency: null latencyVariation: null latencyDistribution: null throughput: null packetLoss: null isExternal: null Loading
examples/demo2/demo2-scenario.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -502,14 +502,14 @@ deployment: name: ue1-iperf type: UE-APP image: 'meep-docker-registry:30001/iperf-client' commandArguments: '-c, export; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;' commandArguments: '-c, export; sleep 5; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;' commandExe: /bin/bash netChar: latencyDistribution: Normal throughputDl: 1000 throughputUl: 1000 latency: null latencyVariation: null latencyDistribution: null throughput: null packetLoss: null isExternal: null Loading