Loading MEC030/SRV/V2X/V2XInformationService.robot +132 −90 File changed.Preview size limit exceeded, changes collapsed. Show changes MEC030/SRV/V2X/environment/variables.txt +3 −3 Original line number Diff line number Diff line *** Variables *** # Generic variables ${SCHEMA} http ${HOST} 127.0.0.1 ${PORT} 8082 ${HOST} mockoon ${PORT} 3005 ${response} {} ${TOKEN} Basic YWxhZGRpbjpvcGVuc2VzYW1l ${apiRoot} ${apiName} vis ${apiVersion} v1 ${apiVersion} v2 # Specific variables ${LOCATION_INFO_QUERY_PARAM} location_info Loading MEC030/SRV/V2X/jsons/PredictedQoS_BR.json +1 −1 Original line number Diff line number Diff line { "localityGranularity": "10", "localityGranularity": "11", "routes": [{ "routeinfo": [ { Loading MEC030/SRV/V2X/jsons/PredictedQoS_NF.json +1 −1 Original line number Diff line number Diff line { "locationGranularity": "10", "locationGranularity": "12", "routes": [{ "routeinfo": [ { Loading MEC030/SRV/V2X/jsons/V2XDistributionServers.json 0 → 100644 +53 −0 Original line number Diff line number Diff line { "V2xMsgDistributionServerInfo": { "locationInfo": [ { "ecgi": { "cellId": { "cellId": "01010101010101010101010101" }, "plmn": { "mcc": "123", "mnc": "456" } }, "geoArea": { "latitude": 37.7749, "longitude": -122.4194 } }, { "ecgi": { "cellId": { "cellId": "02020202020202020202020202" }, "plmn": { "mcc": "789", "mnc": "012" } } } ], "v2xMsgDistributionServer": [ { "infoProtocol": { "msgProtocol": [ 0, 1, 2 ], "protImplementation": "Java" } }, { "infoProtocol": { "msgProtocol": [ 3, 4 ], "protImplementation": "Python" } } ] } } No newline at end of file Loading
MEC030/SRV/V2X/V2XInformationService.robot +132 −90 File changed.Preview size limit exceeded, changes collapsed. Show changes
MEC030/SRV/V2X/environment/variables.txt +3 −3 Original line number Diff line number Diff line *** Variables *** # Generic variables ${SCHEMA} http ${HOST} 127.0.0.1 ${PORT} 8082 ${HOST} mockoon ${PORT} 3005 ${response} {} ${TOKEN} Basic YWxhZGRpbjpvcGVuc2VzYW1l ${apiRoot} ${apiName} vis ${apiVersion} v1 ${apiVersion} v2 # Specific variables ${LOCATION_INFO_QUERY_PARAM} location_info Loading
MEC030/SRV/V2X/jsons/PredictedQoS_BR.json +1 −1 Original line number Diff line number Diff line { "localityGranularity": "10", "localityGranularity": "11", "routes": [{ "routeinfo": [ { Loading
MEC030/SRV/V2X/jsons/PredictedQoS_NF.json +1 −1 Original line number Diff line number Diff line { "locationGranularity": "10", "locationGranularity": "12", "routes": [{ "routeinfo": [ { Loading
MEC030/SRV/V2X/jsons/V2XDistributionServers.json 0 → 100644 +53 −0 Original line number Diff line number Diff line { "V2xMsgDistributionServerInfo": { "locationInfo": [ { "ecgi": { "cellId": { "cellId": "01010101010101010101010101" }, "plmn": { "mcc": "123", "mnc": "456" } }, "geoArea": { "latitude": 37.7749, "longitude": -122.4194 } }, { "ecgi": { "cellId": { "cellId": "02020202020202020202020202" }, "plmn": { "mcc": "789", "mnc": "012" } } } ], "v2xMsgDistributionServer": [ { "infoProtocol": { "msgProtocol": [ 0, 1, 2 ], "protImplementation": "Java" } }, { "infoProtocol": { "msgProtocol": [ 3, 4 ], "protImplementation": "Python" } } ] } } No newline at end of file