{ "properties": { "proInfoUuMbms": { "description": "The provisioning information per location as defined below.", "properties": { "locationInfo": { "properties": { "ecgi": { "properties": { "cellId": { "properties": { "cellId": { "description": "E-UTRAN Cell Identity as a bit string (size (28)).", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" } }, "required": [ "cellId" ], "type": "object", "x-etsi-ref": "6.6.2" }, "plmn": { "properties": { "mcc": { "description": "The Mobile Country Code part of PLMN Identity.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" }, "mnc": { "description": "The Mobile Network Code part of PLMN Identity.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" } }, "required": [ "mcc", "mnc" ], "type": "object", "x-etsi-ref": "6.5.4" } }, "required": [ "plmn", "cellId" ], "type": "object", "x-etsi-ref": "6.5.5" }, "geoArea": { "description": "Information of a geographical area.", "properties": { "latitude": { "description": "Latitude (DATUM = WGS84) -90 to 90 in decimal degree format DDD.ddd", "format": "Float", "type": "number", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Float" }, "longitude": { "description": "Longitude (DATUM = WGS84)-180 to 180 in decimal degree format DDD.ddd", "format": "Float", "type": "number", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Float" } }, "required": [ "latitude", "longitude" ], "type": "object", "x-etsi-mec-cardinality": "0..1" } }, "type": "object", "x-etsi-notes": "NOTE:\tEither ecgi or geoArea shall be present, but not both.", "x-etsi-ref": "6.5.3" }, "neighbourCellInfo": { "description": "The information of the neighbour cells in a visiting PLMN that support V2X communication over Uu MBMS.", "type": "array", "items": { "properties": { "ecgi": { "properties": { "cellId": { "properties": { "cellId": { "description": "E-UTRAN Cell Identity as a bit string (size (28)).", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" } }, "required": [ "cellId" ], "type": "object", "x-etsi-ref": "6.6.2" }, "plmn": { "properties": { "mcc": { "description": "The Mobile Country Code part of PLMN Identity.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" }, "mnc": { "description": "The Mobile Network Code part of PLMN Identity.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" } }, "required": [ "mcc", "mnc" ], "type": "object", "x-etsi-ref": "6.5.4" } }, "required": [ "plmn", "cellId" ], "type": "object", "x-etsi-ref": "6.5.5" }, "fddInfo": { "properties": { "dlEarfcn": { "properties": { "earfcn": { "description": "E-UTRA Absolute Radio Frequency Channel Number, range (0... 65535)", "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Integer" } }, "required": [ "earfcn" ], "type": "object", "x-etsi-ref": "6.6.3" }, "dlTransmissionBandwidth": { "properties": { "transmissionBandwidth": { "description": "Numeric value corresponding to the transmission bandwidth expressed in units of resource blocks as follows:1 = bw6 (6 resource blocks)2 = bw15 (15 resource blocks) 3 = bw25 (25 resource blocks) 4 = bw50 (50 resource blocks) 5 = bw75 (75 resource blocks) 6 = bw100 (100 resource blocks)", "enum": [ 1, 2, 3, 4, 5, 6 ], "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Enum" } }, "required": [ "transmissionBandwidth" ], "type": "object", "x-etsi-ref": "6.6.4" }, "ulEarfcn": { "properties": { "earfcn": { "description": "E-UTRA Absolute Radio Frequency Channel Number, range (0... 65535)", "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Integer" } }, "required": [ "earfcn" ], "type": "object", "x-etsi-ref": "6.6.3" }, "ulTransmissionBandwidth": { "properties": { "transmissionBandwidth": { "description": "Numeric value corresponding to the transmission bandwidth expressed in units of resource blocks as follows:1 = bw6 (6 resource blocks)2 = bw15 (15 resource blocks) 3 = bw25 (25 resource blocks) 4 = bw50 (50 resource blocks) 5 = bw75 (75 resource blocks) 6 = bw100 (100 resource blocks)", "enum": [ 1, 2, 3, 4, 5, 6 ], "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Enum" } }, "required": [ "transmissionBandwidth" ], "type": "object", "x-etsi-ref": "6.6.4" } }, "required": [ "ulEarfcn", "dlEarfcn", "ulTransmissionBandwidth", "dlTransmissionBandwidth" ], "type": "object", "x-etsi-ref": "6.5.6" }, "mbmsServiceAreaIdentity": { "description": "Supported MBMS Service Area Identities in the cell.", "items": { "type": "string" }, "minItems": 1, "type": "array", "x-etsi-mec-cardinality": "1..N", "x-etsi-mec-origin-type": "String" }, "pci": { "description": "Physical Cell Identifier.", "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Integer" }, "plmn": { "properties": { "mcc": { "description": "The Mobile Country Code part of PLMN Identity.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" }, "mnc": { "description": "The Mobile Network Code part of PLMN Identity.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" } }, "required": [ "mcc", "mnc" ], "type": "object", "x-etsi-ref": "6.5.4" }, "tddInfo": { "properties": { "earfcn": { "properties": { "earfcn": { "description": "E-UTRA Absolute Radio Frequency Channel Number, range (0... 65535)", "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Integer" } }, "required": [ "earfcn" ], "type": "object", "x-etsi-ref": "6.6.3" }, "subframeAssignment": { "description": "Uplink-downlink subframe configuration information.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" }, "transmissionBandwidth": { "properties": { "transmissionBandwidth": { "description": "Numeric value corresponding to the transmission bandwidth expressed in units of resource blocks as follows:1 = bw6 (6 resource blocks)2 = bw15 (15 resource blocks) 3 = bw25 (25 resource blocks) 4 = bw50 (50 resource blocks) 5 = bw75 (75 resource blocks) 6 = bw100 (100 resource blocks)", "enum": [ 1, 2, 3, 4, 5, 6 ], "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Enum" } }, "required": [ "transmissionBandwidth" ], "type": "object", "x-etsi-ref": "6.6.4" } }, "required": [ "earfcn", "transmissionBandwidth", "subframeAssignment" ], "type": "object", "x-etsi-ref": "6.5.7" } }, "required": [ "plmn", "ecgi", "pci", "fddInfo", "tddInfo", "mbmsServiceAreaIdentity" ], "type": "object", "x-etsi-ref": "6.5.11" }, "minItems": 0, "x-etsi-mec-cardinality": "0..N", "x-etsi-mec-origin-type": "UuMbmsNeighbourCellInfo" }, "v2xServerUsd": { "properties": { "sdpInfo": { "description": "SDP with IP multicast address and port number used for V2X communication via MBMS.", "properties": { "ipMulticastAddress": { "description": "", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" }, "portNumber": { "description": "", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" } }, "required": [ "ipMulticastAddress", "portNumber" ], "type": "object", "x-etsi-mec-cardinality": "1" }, "serviceAreaIdentifier": { "description": "A list of service area identifier for the applicable MBMS broadcast area.", "items": { "type": "string" }, "minItems": 1, "type": "array", "x-etsi-mec-cardinality": "1..N", "x-etsi-mec-origin-type": "String" }, "tmgi": { "description": "Temporary Mobile Group Identity (TMGI), which is used within MBMS to uniquely identify Multicast and Broadcast bearer services.", "properties": { "mbmsServiceId": { "description": "MBMS Service ID consisting of three octets.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" }, "mcc": { "description": "The Mobile Country Code part of PLMN Identity.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" }, "mnc": { "description": "The Mobile Network Code part of PLMN Identity.", "type": "string", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "String" } }, "required": [ "mbmsServiceId", "mcc", "mnc" ], "type": "object", "x-etsi-mec-cardinality": "" } }, "required": [ "tmgi", "serviceAreaIdentifier", "sdpInfo" ], "type": "object", "x-etsi-ref": "6.5.10" } }, "required": [ "locationInfo", "v2xServerUsd" ] }, "timeStamp": { "properties": { "nanoSeconds": { "description": "The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.", "format": "Uint32", "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Uint32" }, "seconds": { "description": "The seconds part of the time. Time is defined as Unixtime since January 1, 1970, 00:00:00 UTC.", "format": "Uint32", "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Uint32" } }, "required": [ "seconds", "nanoSeconds" ], "type": "object", "x-etsi-ref": "6.5.2" } }, "required": [ "proInfoUuMbms" ], "type": "object", "x-etsi-ref": "6.2.3" }