Commit 6e560432 authored by Gabriele Scivoletto's avatar Gabriele Scivoletto
Browse files

draft of MEC30 331 TCs

parent cb6482fa
Loading
Loading
Loading
Loading
+132 −90

File changed.

Preview size limit exceeded, changes collapsed.

+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 								
+1 −1
Original line number Diff line number Diff line
{
	"localityGranularity": "10",
	"localityGranularity": "11",
	"routes": [{
		"routeinfo": [
		  {
+1 −1
Original line number Diff line number Diff line
{
	"locationGranularity": "10",
	"locationGranularity": "12",
	"routes": [{
		"routeinfo": [
		  {
+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