RniAPI.json 179 KB
Newer Older
Michel Roy's avatar
Michel Roy committed
            ],
            "type": "object",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "callbackReference": {
            "description": "URI selected by the service consumer to receive notifications on the subscribed RNIS information. This shall be included both in the request and in response.",
            "format": "uri",
            "type": "string",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "URI"
          },
          "expiryDeadline": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/TimeStamp"
Michel Roy's avatar
Michel Roy committed
          },
          "filterCriteriaAssoc": {
            "description": "List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response.",
            "properties": {
              "appInstanceId": {
                "description": "Unique identifier for the MEC application instance.",
                "type": "string",
                "x-etsi-mec-cardinality": "0..1",
                "x-etsi-mec-origin-type": "String"
              },
              "associateId": {
                "description": "0 to N identifiers to associate the information for a specific UE or flow.",
                "items": {
                  "$ref": "#/components/schemas/AssociateId"
                },
                "minItems": 0,
                "type": "array",
                "x-etsi-mec-cardinality": "0..N",
                "x-etsi-mec-origin-type": "AssociateId"
              },
              "ecgi": {
                "description": "E-UTRAN Cell Global Identifier.",
                "items": {
                  "$ref": "#/components/schemas/Ecgi"
                },
                "minItems": 0,
                "type": "array",
                "x-etsi-mec-cardinality": "0..N",
                "x-etsi-mec-origin-type": "Ecgi"
              }
            },
            "type": "object",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "subscriptionType": {
            "description": "Shall be set to \"CaReconfSubscription\".",
            "type": "string",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "String"
Michel Roy's avatar
Michel Roy committed
        },
        "required": [
          "subscriptionType",
          "callbackReference",
          "filterCriteriaAssoc"
Michel Roy's avatar
Michel Roy committed
        "type": "object",
        "x-etsi-ref": "6.3.8"
      },
      "CellChangeNotification": {
        "properties": {
          "associateId": {
            "description": "0 to N identifiers to associate the event for a specific UE or flow.",
            "items": {
              "$ref": "#/components/schemas/AssociateId"
            },
            "minItems": 0,
            "type": "array",
            "x-etsi-mec-cardinality": "0..N",
            "x-etsi-mec-origin-type": "AssociateId"
          },
          "hoStatus": {
Michel Roy's avatar
Michel Roy committed
            "description": "Indicate the status of the UE handover procedure. Values are defined as following: <p>1 = IN_PREPARATION. <p>2 = IN_EXECUTION. <p>3 = COMPLETED. <p>4 = REJECTED. <p>5 = CANCELLED.",
Michel Roy's avatar
Michel Roy committed
            "enum": [
Michel Roy's avatar
Michel Roy committed
            "type": "integer",
Michel Roy's avatar
Michel Roy committed
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "Enum"
          },
          "notificationType": {
            "description": "Shall be set to \"CellChangeNotification\".",
            "type": "string",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "String"
          },
          "srcEcgi": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/Ecgi"
Michel Roy's avatar
Michel Roy committed
          },
          "tempUeId": {
            "description": "The temporary identifier allocated for the specific UE as defined below.",
            "properties": {
              "mmec": {
                "description": "MMEC as defined in ETSI TS 136 413 [i.3].",
                "type": "string",
                "x-etsi-mec-cardinality": "1",
                "x-etsi-mec-origin-type": "String"
              },
              "mtmsi": {
                "description": "M-TMSI as defined in ETSI TS 136 413 [i.3].",
                "type": "string",
                "x-etsi-mec-cardinality": "1",
                "x-etsi-mec-origin-type": "String"
Michel Roy's avatar
Michel Roy committed
            "required": [
              "mmec",
              "mtmsi"
            ],
            "type": "object",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "timeStamp": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/TimeStamp"
Michel Roy's avatar
Michel Roy committed
          },
          "trgEcgi": {
Michel Roy's avatar
Michel Roy committed
            "description": "E-UTRAN Cell Global Identifier of the target cell.\nNOTE: Cardinality N is valid only in case of statuses IN_PREPARATION, REJECTED and CANCELLED.",
Michel Roy's avatar
Michel Roy committed
            "items": {
              "$ref": "#/components/schemas/Ecgi"
            },
            "minItems": 1,
            "type": "array",
            "x-etsi-mec-cardinality": "1..N",
            "x-etsi-mec-origin-type": "Ecgi"
          }
        },
        "required": [
          "notificationType",
          "srcEcgi",
          "trgEcgi",
          "hoStatus"
        ],
        "type": "object",
        "x-etsi-ref": "6.4.2"
      },
      "CellChangeSubscription": {
        "properties": {
          "_links": {
            "description": "Hyperlink related to the resource. This shall be only included in the HTTP responses and in HTTP PUT requests.",
            "properties": {
              "self": {
Michel Roy's avatar
Michel Roy committed
                "$ref": "#/components/schemas/LinkType"
Michel Roy's avatar
Michel Roy committed
            },
            "required": [
              "self"
            ],
            "type": "object",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "callbackReference": {
Michel Roy's avatar
Michel Roy committed
            "description": "URI selected by the service consumerto receive notifications on the subscribed RNIS information. This shall be included both in the request and in response.",
Michel Roy's avatar
Michel Roy committed
            "format": "uri",
            "type": "string",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "URI"
          },
          "expiryDeadline": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/TimeStamp"
Michel Roy's avatar
Michel Roy committed
          },
          "filterCriteriaAssocHo": {
            "description": "List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response.",
            "properties": {
              "appInstanceId": {
                "description": "Unique identifier for the MEC application instance.",
                "type": "string",
                "x-etsi-mec-cardinality": "0..1",
                "x-etsi-mec-origin-type": "String"
              },
              "associateId": {
                "description": "0 to N identifiers to associate the information for a specific UE or flow.",
                "items": {
                  "$ref": "#/components/schemas/AssociateId"
                },
                "minItems": 0,
                "type": "array",
                "x-etsi-mec-cardinality": "0..N",
                "x-etsi-mec-origin-type": "AssociateId"
              },
              "ecgi": {
                "description": "E-UTRAN Cell Global Identifier.",
                "items": {
                  "$ref": "#/components/schemas/Ecgi"
                },
                "minItems": 0,
                "type": "array",
                "x-etsi-mec-cardinality": "0..N",
                "x-etsi-mec-origin-type": "Ecgi"
              },
              "hoStatus": {
Michel Roy's avatar
Michel Roy committed
                "description": "In case hoStatus is not included in the subscription request, the default value 3 = COMPLETED shall be used and included in the response: <p>1 = IN_PREPARATION. <p>2 = IN_EXECUTION. <p>3 = COMPLETED. <p>4 = REJECTED. <p>5 = CANCELLED.",
Michel Roy's avatar
Michel Roy committed
                "items": {
                  "$ref": "#/components/schemas/Enum"
                },
                "minItems": 0,
                "type": "array",
                "x-etsi-mec-cardinality": "0..N",
                "x-etsi-mec-origin-type": "Enum"
              }
            },
            "type": "object",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "subscriptionType": {
            "description": "Shall be set to \"CellChangeSubscription\".",
            "type": "string",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "String"
          }
        },
        "required": [
          "subscriptionType",
          "callbackReference",
          "filterCriteriaAssocHo"
        ],
        "type": "object",
        "x-etsi-ref": "6.3.2"
      },
      "CellId": {
        "description": "String representing the E-UTRAN Cell Identity. Encoded as a bit string (size (28)) as defined in ETSI TS 136 413 [i.3].",
        "type": "string"
      },
      "Ecgi": {
        "properties": {
          "cellId": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/CellId"
Michel Roy's avatar
Michel Roy committed
          },
          "plmn": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/Plmn"
Michel Roy's avatar
Michel Roy committed
          }
        },
        "required": [
          "plmn",
          "cellId"
        ],
        "type": "object",
        "x-etsi-ref": "6.5.6"
      },
      "Enum": {
        "type": "integer"
      },
      "ExpiryNotification": {
        "properties": {
          "_links": {
            "description": "List of hyperlinks related to the resource.",
            "properties": {
              "self": {
                "description": "Self referring URI. This shall be included in the response from the RNIS. The URI shall be unique within the RNI API as it acts as an ID for the subscription.",
                "format": "uri",
                "type": "string",
                "x-etsi-mec-cardinality": "1",
                "x-etsi-mec-origin-type": "URI"
              }
            },
            "required": [
              "self"
            ],
            "type": "object",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "expiryDeadline": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/TimeStamp"
Michel Roy's avatar
Michel Roy committed
          },
          "timeStamp": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/TimeStamp"
Michel Roy's avatar
Michel Roy committed
          }
        },
        "required": [
          "_links",
          "expiryDeadline"
        ],
        "type": "object",
        "x-etsi-ref": "6.4.9"
      },
      "L2Meas": {
        "properties": {
          "cellInfo": {
            "description": "The per cell measurement information as defined below.",
            "items": {
              "type": "object",
              "properties": {
                "dl_gbr_pdr_cell": {
                  "description": "It indicates the packet discard rate in percentage of the downlink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "dl_gbr_prb_usage_cell": {
                  "description": "It indicates the PRB usage for downlink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "dl_nongbr_pdr_cell": {
                  "description": "It indicates the packet discard rate in percentage of the downlink non-GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "dl_nongbr_prb_usage_cell": {
                  "description": "It indicates (in percentage) the PRB usage for downlink non-GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "dl_total_prb_usage_cell": {
                  "description": "It indicates (in percentage) the PRB usage for total downlink traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "ecgi": {
Michel Roy's avatar
Michel Roy committed
                  "$ref": "#/components/schemas/Ecgi"
Michel Roy's avatar
Michel Roy committed
                },
                "number_of_active_ue_dl_gbr_cell": {
                  "description": "It indicates the number of active UEs with downlink GBR traffic, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "number_of_active_ue_dl_nongbr_cell": {
                  "description": "It indicates the number of active UEs with downlink non-GBR traffic, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "number_of_active_ue_ul_gbr_cell": {
                  "description": "It indicates the number of active UEs with uplink GBR traffic, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "number_of_active_ue_ul_nongbr_cell": {
                  "description": "It indicates the number of active UEs with uplink non-GBR traffic, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "received_dedicated_preambles_cell": {
                  "description": "It indicates (in percentage) the received dedicated preamples, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "received_randomly_selected_preambles_high_range_cell": {
                  "description": "It indicates (in percentage) the received randomly selected preambles in the high range, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "received_randomly_selected_preambles_low_range_cell": {
                  "description": "It indicates (in percentage) the received randomly selected preambles in the low range, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "ul_gbr_pdr_cell": {
                  "description": "It indicates the packet discard rate in percentage of the uplink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "ul_gbr_prb_usage_cell": {
                  "description": "It indicates (in percentage) the PRB usage for uplink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "ul_nongbr_pdr_cell": {
                  "description": "It indicates the packet discard rate in percentage of the uplink non-GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "ul_nongbr_prb_usage_cell": {
                  "description": "It indicates (in percentage) the PRB usage for uplink non-GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "ul_total_prb_usage_cell": {
                  "description": "It indicates (in percentage) the PRB usage for total uplink traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
Michel Roy's avatar
Michel Roy committed
            "minItems": 0,
Michel Roy's avatar
Michel Roy committed
            "required": [
              "ecgi"
            ],
            "type": "array",
            "x-etsi-mec-cardinality": "0..N",
            "x-etsi-mec-origin-type": "Structure (inlined)"
Michel Roy's avatar
Michel Roy committed
          "cellUEInfo": {
            "description": "The per cell per UE layer 2 measurements information as defined below.",
            "items": {
              "type": "object",
              "properties": {
Michel Roy's avatar
Michel Roy committed
                "associateId": {
Michel Roy's avatar
Michel Roy committed
                  "$ref": "#/components/schemas/AssociateId"
Michel Roy's avatar
Michel Roy committed
                },
                "dl_gbr_data_volume_ue": {
                  "description": "It indicates the data volume of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "dl_gbr_delay_ue": {
                  "description": "It indicates the packet delay of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "dl_gbr_pdr_ue": {
                  "description": "It indicates the packet discard rate in percentage of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "dl_gbr_throughput_ue": {
                  "description": "It indicates the scheduled throughput of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "dl_nongbr_data_volume_ue": {
                  "description": "It indicates the data volume of the downlink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "dl_nongbr_delay_ue": {
                  "description": "It indicates the packet delay of the downlink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "dl_nongbr_pdr_ue": {
                  "description": "It indicates the packet discard rate in percentage of the downlink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "dl_nongbr_throughput_ue": {
                  "description": "It indicates the scheduled throughput of the downlink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "ecgi": {
Michel Roy's avatar
Michel Roy committed
                  "$ref": "#/components/schemas/Ecgi"
Michel Roy's avatar
Michel Roy committed
                },
                "ul_gbr_data_volume_ue": {
                  "description": "It indicates the data volume of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "ul_gbr_delay_ue": {
                  "description": "It indicates the packet delay of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "ul_gbr_pdr_ue": {
                  "description": "It indicates the packet discard rate in percentage of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "ul_gbr_throughput_ue": {
                  "description": "It indicates the scheduled throughput of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "ul_nongbr_data_volume_ue": {
                  "description": "It indicates the data volume of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "ul_nongbr_delay_ue": {
                  "description": "It indicates the packet delay of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
                },
                "ul_nongbr_pdr_ue": {
                  "description": "It indicates the packet discard rate in percentage of the uplink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer (0..100)"
                },
                "ul_nongbr_throughput_ue": {
                  "description": "It indicates the scheduled throughput of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].",
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Integer"
Michel Roy's avatar
Michel Roy committed
            "minItems": 0,
Michel Roy's avatar
Michel Roy committed
            "required": [
              "ecgi",
              "associateId"
            ],
            "type": "array",
            "x-etsi-mec-cardinality": "0..N",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "timeStamp": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/TimeStamp"
Michel Roy's avatar
Michel Roy committed
        },
        "type": "object",
        "x-etsi-ref": "6.2.4a"
Michel Roy's avatar
Michel Roy committed
      "LinkType": {
        "properties": {
          "href": {
            "description": "URI referring to a resource",
            "format": "uri",
            "type": "string",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "URI"
Michel Roy's avatar
Michel Roy committed
        },
        "required": [
          "href"
Michel Roy's avatar
Michel Roy committed
        "type": "object",
        "x-etsi-ref": "6.5.2"
      },
      "MeasQuantityResultsNr": {
        "properties": {
          "rsrp": {
            "description": "Reference Signal Received Power as defined in ETSI TS 138 331 [i.13].",
Michel Roy's avatar
Michel Roy committed
            "format": "int32",
Michel Roy's avatar
Michel Roy committed
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Uint8"
          },
          "rsrq": {
            "description": "Reference Signal Received Quality as defined in ETSI TS 138 331 [i.13].",
Michel Roy's avatar
Michel Roy committed
            "format": "int32",
Michel Roy's avatar
Michel Roy committed
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Uint8"
          },
          "sinr": {
            "description": "Reference Signal to Interference & Noise Ratio as defined in ETSI TS 138 331 [i.13].",
Michel Roy's avatar
Michel Roy committed
            "format": "int32",
Michel Roy's avatar
Michel Roy committed
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Uint8"
          }
        },
        "type": "object",
        "x-etsi-ref": "6.5.11"
      },
      "MeasRepUeNotification": {
        "properties": {
          "associateId": {
            "description": "0 to N identifiers to associate the event for a specific UE or flow.",
            "items": {
              "$ref": "#/components/schemas/AssociateId"
            },
            "minItems": 0,
            "type": "array",
            "x-etsi-mec-cardinality": "0..N",
            "x-etsi-mec-origin-type": "AssociateId"
          },
          "carrierAggregationMeasInfo": {
            "description": "This parameter can be repeated to contain information of all the carriers assign for Carrier Aggregation up to M.",
            "items": {
              "type": "object",
              "properties": {
Michel Roy's avatar
Michel Roy committed
                "cellIdNei": {
Michel Roy's avatar
Michel Roy committed
                  "$ref": "#/components/schemas/CellId"
Michel Roy's avatar
Michel Roy committed
                },
                "cellIdSrv": {
Michel Roy's avatar
Michel Roy committed
                  "$ref": "#/components/schemas/CellId"
Michel Roy's avatar
Michel Roy committed
                },
                "rsrpNei": {
                  "description": "Reference Signal Received Power as defined in ETSI TS 136 214 [i.5].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrpNeiEx": {
                  "description": "Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrpSrv": {
                  "description": "Reference Signal Received Power as defined in ETSI TS 136 214 [i.5].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrpSrvEx": {
                  "description": "Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrqNei": {
                  "description": "Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrqNeiEx": {
                  "description": "Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrqSrv": {
                  "description": "Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrqSrvEx": {
                  "description": "Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "sinrNei": {
                  "description": "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "sinrSrv": {
                  "description": "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
Michel Roy's avatar
Michel Roy committed
            "minItems": 0,
Michel Roy's avatar
Michel Roy committed
            "required": [
              "cellIdSrv"
            ],
            "type": "array",
            "x-etsi-mec-cardinality": "0..M",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "ecgi": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/Ecgi"
Michel Roy's avatar
Michel Roy committed
          },
          "eutranNeighbourCellMeasInfo": {
            "description": "This parameter can be repeated to contain information of all the neighbouring cells up to N.",
            "items": {
              "type": "object",
              "properties": {
                "ecgi": {
Michel Roy's avatar
Michel Roy committed
                  "$ref": "#/components/schemas/Ecgi"
Michel Roy's avatar
Michel Roy committed
                },
                "rsrp": {
                  "description": "Reference Signal Received Power as defined in ETSI TS 136 214 [i.5].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrpEx": {
                  "description": "Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrq": {
                  "description": "Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsrqEx": {
                  "description": "Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "sinr": {
                  "description": "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                }
              }
            },
Michel Roy's avatar
Michel Roy committed
            "minItems": 0,
Michel Roy's avatar
Michel Roy committed
            "required": [
              "ecgi"
            ],
            "type": "array",
            "x-etsi-mec-cardinality": "0..N",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "heightUe": {
            "description": "Indicates height of the UE in meters relative to the sea level as defined in ETSI TS 136.331 [i.7].",
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Int"
          },
          "newRadioMeasInfo": {
            "description": "5G New Radio secondary serving cells measurement information.",
            "items": {
              "type": "object",
              "properties": {
                "nrBNCs": {
                  "description": "Measurement quantities concerning the best neighbours of the secondary serving cells",
                  "properties": {
                    "nrBNCellInfo": {
                      "description": "Best neighbours of the secondary serving cell(s) info",
                      "items": {
                        "type": "object",
                        "properties": {
                          "nrBNCellGId": {
Michel Roy's avatar
Michel Roy committed
                            "$ref": "#/components/schemas/NrCellId"
Michel Roy's avatar
Michel Roy committed
                          },
                          "nrBNCellPlmn": {
                            "description": "Public land mobile network identities",
                            "items": {
                              "$ref": "#/components/schemas/Plmn"
                            },
                            "minItems": 1,
                            "type": "array",
                            "x-etsi-mec-cardinality": "1..P",
                            "x-etsi-mec-origin-type": "Plmn"
                          }
                        }
                      },
Michel Roy's avatar
Michel Roy committed
                      "minItems": 1,
Michel Roy's avatar
Michel Roy committed
                      "required": [
                        "nrBNCellPlmn",
                        "nrBNCellGId"
                      ],
                      "type": "array",
                      "x-etsi-mec-cardinality": "1..P",
                      "x-etsi-mec-origin-type": "Structure (inlined)"
                    },
                    "nrBNCellRsrp": {
                      "description": "Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14].",
Michel Roy's avatar
Michel Roy committed
                      "format": "int32",
Michel Roy's avatar
Michel Roy committed
                      "type": "integer",
                      "x-etsi-mec-cardinality": "0..1",
                      "x-etsi-mec-origin-type": "Uint8"
                    },
                    "nrBNCellRsrq": {
                      "description": "Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14].",
Michel Roy's avatar
Michel Roy committed
                      "format": "int32",
Michel Roy's avatar
Michel Roy committed
                      "type": "integer",
                      "x-etsi-mec-cardinality": "0..1",
                      "x-etsi-mec-origin-type": "Uint8"
                    },
                    "nrBNCellRssi": {
                      "description": "Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14].",
Michel Roy's avatar
Michel Roy committed
                      "format": "int32",
Michel Roy's avatar
Michel Roy committed
                      "type": "integer",
                      "x-etsi-mec-cardinality": "0..1",
                      "x-etsi-mec-origin-type": "Uint8"
                    }
Michel Roy's avatar
Michel Roy committed
                  "required": [
                    "nrBNCellInfo"
                  ],
                  "type": "object",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Structure (inlined)"
                },
                "nrCarrierFreq": {
                  "description": "ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR carrier frequency, as defined in ETSI TS 138.101 [i.15].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
                  "type": "integer",
Michel Roy's avatar
Michel Roy committed
                  "x-etsi-mec-cardinality": "1",
                  "x-etsi-mec-origin-type": "Uint32"
                },
                "nrSCs": {
                  "description": "Measurement quantities concerning the secondary serving cells.",
                  "properties": {
                    "nrSCellInfo": {
                      "description": "Secondary serving cell(s) info.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "nrSCellGId": {
Michel Roy's avatar
Michel Roy committed
                            "$ref": "#/components/schemas/NrCellId"
Michel Roy's avatar
Michel Roy committed
                          },
                          "nrSCellPlmn": {
                            "description": "Public land mobile network identities.",
                            "items": {
                              "$ref": "#/components/schemas/Plmn"
                            },
                            "minItems": 1,
                            "type": "array",
                            "x-etsi-mec-cardinality": "1..P",
                            "x-etsi-mec-origin-type": "Plmn"
                          }
                        }
                      },
Michel Roy's avatar
Michel Roy committed
                      "minItems": 1,
Michel Roy's avatar
Michel Roy committed
                      "required": [
                        "nrSCellPlmn",
                        "nrSCellGId"
                      ],
                      "type": "array",
                      "x-etsi-mec-cardinality": "1..P",
                      "x-etsi-mec-origin-type": "Structure (inlined)"
                    },
                    "nrSCellRsrp": {
                      "description": "Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14].",
Michel Roy's avatar
Michel Roy committed
                      "format": "int32",
Michel Roy's avatar
Michel Roy committed
                      "type": "integer",
                      "x-etsi-mec-cardinality": "0..1",
                      "x-etsi-mec-origin-type": "Uint8"
Michel Roy's avatar
Michel Roy committed
                    "nrSCellRsrq": {
                      "description": "Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14].",
Michel Roy's avatar
Michel Roy committed
                      "format": "int32",
Michel Roy's avatar
Michel Roy committed
                      "type": "integer",
                      "x-etsi-mec-cardinality": "0..1",
                      "x-etsi-mec-origin-type": "Uint8"
Michel Roy's avatar
Michel Roy committed
                    "nrSCellRssi": {
                      "description": "Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14].",
Michel Roy's avatar
Michel Roy committed
                      "format": "int32",
Michel Roy's avatar
Michel Roy committed
                      "type": "integer",
                      "x-etsi-mec-cardinality": "0..1",
                      "x-etsi-mec-origin-type": "Uint8"
                    }
Michel Roy's avatar
Michel Roy committed
                  "required": [
                    "nrSCellInfo"
                  ],
                  "type": "object",
                  "x-etsi-mec-cardinality": "1",
                  "x-etsi-mec-origin-type": "Structure (inlined)"
Michel Roy's avatar
Michel Roy committed
            "minItems": 0,
Michel Roy's avatar
Michel Roy committed
            "required": [
              "nrCarrierFreq",
              "nrSCs"
            ],
            "type": "array",
            "x-etsi-mec-cardinality": "0..N",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "newRadioMeasNeiInfo": {
            "description": "Measurement quantities concerning the 5G NR neighbours.",
            "items": {
              "type": "object",
              "properties": {
                "nrNCellInfo": {
                  "description": "5G NR neighbour cell info.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "nrNCellGId": {
Michel Roy's avatar
Michel Roy committed
                        "$ref": "#/components/schemas/NrCellId"
Michel Roy's avatar
Michel Roy committed
                      },
                      "nrNCellPlmn": {
                        "description": "Public land mobile network identities.",
                        "items": {
                          "$ref": "#/components/schemas/Plmn"
                        },
                        "minItems": 1,
                        "type": "array",
                        "x-etsi-mec-cardinality": "1..P",
                        "x-etsi-mec-origin-type": "Plmn"
                      }
                    }
                  },
Michel Roy's avatar
Michel Roy committed
                  "minItems": 1,
Michel Roy's avatar
Michel Roy committed
                  "required": [
                    "nrNCellPlmn",
                    "nrNCellGId"
                  ],
                  "type": "array",
                  "x-etsi-mec-cardinality": "1..P",
                  "x-etsi-mec-origin-type": "Structure (inlined)"
                },
                "nrNCellRsrp": {
                  "description": "Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "nrNCellRsrq": {
                  "description": "Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "nrNCellRssi": {
                  "description": "Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14].",
Michel Roy's avatar
Michel Roy committed
                  "format": "int32",
Michel Roy's avatar
Michel Roy committed
                  "type": "integer",
                  "x-etsi-mec-cardinality": "0..1",
                  "x-etsi-mec-origin-type": "Uint8"
                },
                "rsIndexResults": {
Michel Roy's avatar
Michel Roy committed
                  "$ref": "#/components/schemas/RsIndexResults"
Michel Roy's avatar
Michel Roy committed
            "minItems": 0,
Michel Roy's avatar
Michel Roy committed
            "required": [
              "nrNCellInfo"
            ],
            "type": "array",
            "x-etsi-mec-cardinality": "0..N",
            "x-etsi-mec-origin-type": "Structure (inlined)"
          },
          "notificationType": {
            "description": "Shall be set to \"MeasRepUeNotification\".",
            "type": "string",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "String"
          },
          "rsrp": {
            "description": "Reference Signal Received Power as defined in ETSI TS 136 214 [i.5].",
Michel Roy's avatar
Michel Roy committed
            "format": "int32",
Michel Roy's avatar
Michel Roy committed
            "type": "integer",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "Uint8"
          },
          "rsrpEx": {
            "description": "Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
            "format": "int32",
Michel Roy's avatar
Michel Roy committed
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Uint8"
          },
          "rsrq": {
            "description": "Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5].",
Michel Roy's avatar
Michel Roy committed
            "format": "int32",
Michel Roy's avatar
Michel Roy committed
            "type": "integer",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "Uint8"
          },
          "rsrqEx": {
            "description": "Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
            "format": "int32",
Michel Roy's avatar
Michel Roy committed
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Uint8"
          },
          "sinr": {
            "description": "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS 136 133 [i.16].",
Michel Roy's avatar
Michel Roy committed
            "format": "int32",
Michel Roy's avatar
Michel Roy committed
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Uint8"
          },
          "timeStamp": {
Michel Roy's avatar
Michel Roy committed
            "$ref": "#/components/schemas/TimeStamp"
Michel Roy's avatar
Michel Roy committed
          },
          "trigger": {