RniAPI.yaml 150 KB
Newer Older
Michel Roy's avatar
Michel Roy committed
      required: false
      schema:
        type: integer
      x-exportParamName: UlGbrPdrCell
    Query.DlNonGbrPdrCell:
      name: dl_nongbr_pdr_cell
      in: query
      description: 'Packet discard rate for downlink non-GBR traffic in percentage as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: DlNonGbrPdrCell
    Query.UlNonGbrPdrCell:
      name: ul_nongbr_pdr_cell
      in: query
      description: 'Packet discard rate for uplink non-GBR traffic in percentage as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: UlNonGbrPdrCell
    Query.DlGbrDelayUe:
      name: dl_gbr_delay_ue
      in: query
      description: 'Packet delay of downlink GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: DlGbrDelayUe
    Query.UlGbrDelayUe:
      name: ul_gbr_delay_ue
      in: query
      description: 'Packet delay of uplink GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: UlGbrDelayUe
    Query.DlNonGbrDelayUe:
      name: dl_nongbr_delay_ue
      in: query
      description: 'Packet delay of downlink non-GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: DlNonGbrDelayUe
    Query.UlNonGbrDelayUe:
      name: ul_nongbr_delay_ue
      in: query
      description: 'Packet delay of uplink non-GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: UlNonGbrDelayUe
    Query.DlGbrPdrUe:
      name: dl_gbr_pdr_ue
      in: query
      description: 'Packet discard rate of downlink GBR traffic of a UE in percentage as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: DlGbrPdrUe
    Query.UlGbrPdrUe:
      name: ul_gbr_pdr_ue
      in: query
      description: 'Packet discard rate of uplink GBR traffic of a UE in percentage as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: UlGbrPdrUe
    Query.DlNonGbrPdrUe:
      name: dl_nongbr_pdr_ue
      in: query
      description: 'Packet discard rate of downlink non-GBR traffic of a UE in percentage as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: DlNonGbrPdrUe
    Query.UlNonGbrPdrUe:
      name: ul_nongbr_pdr_ue
      in: query
      description: 'Packet discard rate of uplink non-GBR traffic of a UE in percentage as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: UlNonGbrPdrUe
    Query.DlGbrThroughputUe:
      name: dl_gbr_throughput_ue
      in: query
      description: 'Scheduled throughput of downlink GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: DlGbrThroughputUe
    Query.UlGbrThroughputUe:
      name: ul_gbr_throughput_ue
      in: query
      description: 'Scheduled throughput of uplink GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: UlGbrThroughputUe
    Query.DlNonGbrThroughputUe:
      name: dl_nongbr_throughput_ue
      in: query
      description: 'Scheduled throughput of downlink non-GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: DlNonGbrThroughputUe
    Query.UlNonGbrThroughputUe:
      name: ul_nongbr_throughput_ue
      in: query
      description: 'Scheduled throughput of uplink non-GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: UlNonGbrThroughputUe
    Query.DlGbrDataVolumeUe:
      name: dl_gbr_data_volume_ue
      in: query
      description: 'Data volume of downlink GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: DlGbrDataVolumeUe
    Query.UlGbrDataVolumeUe:
      name: ul_gbr_data_volume_ue
      in: query
      description: 'Data volume of uplink GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: UlGbrDataVolumeUe
    Query.DlNonGbrDataVolumeUe:
      name: dl_nongbr_data_volume_ue
      in: query
      description: 'Data volume of downlink non-GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: DlNonGbrDataVolumeUe
    Query.UlNonGbrDataVolumeUe:
      name: ul_nongbr_data_volume_ue
      in: query
      description: 'Data volume of uplink non-GBR traffic of a UE as defined in ETSI TS 136 314'
      required: false
      schema:
        type: integer
      x-exportParamName: UlNonGbrDataVolumeUe
    Query.SubscriptionType:
      name: subscription_type
      in: query
Michel Roy's avatar
Michel Roy committed
      description: 'Filter on a specific subscription type. Permitted values: cell_change, rab_est, rab_mod, rab_rel, meas_rep_ue, nr_meas_rep_ue, timing_advance_ue, ca_reconf, s1_bearer.'
Michel Roy's avatar
Michel Roy committed
      required: false
      schema:
        type: string
      x-exportParamName: SubscriptionType
  schemas:
    AssociateId:
      properties:
        type:
Michel Roy's avatar
Michel Roy committed
          description: 'Numeric value (0-255) corresponding to specified type of identifier as following: <p>0 = reserved. <p>1 = UE_IPv4_ADDRESS. <p>2 = UE_IPV6_ADDRESS. <p>3 = NATED_IP_ADDRESS. <p>4 = GTP_TEID.'
Michel Roy's avatar
Michel Roy committed
          enum:
Michel Roy's avatar
Michel Roy committed
          - 0
          - 1
          - 2
          - 3
          - 4
          type: integer
Michel Roy's avatar
Michel Roy committed
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Enum
        value:
          description: Value for the identifier.
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
    CaReconfNotification:
      properties:
        associateId:
Michel Roy's avatar
Michel Roy committed
          description: 0 to N identifiers to associate the event for a specific UE or flow.
Michel Roy's avatar
Michel Roy committed
          items:
            $ref: '#/components/schemas/AssociateId'
          minItems: 0
          type: array
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-origin-type: AssociateId
        carrierAggregationMeasInfo:
Michel Roy's avatar
Michel Roy committed
          description: This parameter can be repeated to contain information of all the carriers assign for Carrier Aggregation up to M.
Michel Roy's avatar
Michel Roy committed
          items:
            type: object
            properties:
              cellIdNei:
Michel Roy's avatar
Michel Roy committed
                # description': E-UTRAN Cell Identity of the best neighbouring cell associated with the Carrier Aggregation serving cell.
                # x-etsi-mec-cardinality': '1'
                # x-etsi-mec-origin-type': CellId
                $ref: '#/components/schemas/CellId'
Michel Roy's avatar
Michel Roy committed
              cellIdSrv:
Michel Roy's avatar
Michel Roy committed
                # description': E-UTRAN Cell Identity of a Carrier Aggregation serving cell.
                # x-etsi-mec-cardinality': '1'
                # x-etsi-mec-origin-type': CellId
                $ref: '#/components/schemas/CellId'
Michel Roy's avatar
Michel Roy committed
              rsrpNei:
Michel Roy's avatar
Michel Roy committed
                description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]."
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint32
              rsrpSrv:
Michel Roy's avatar
Michel Roy committed
                description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]."
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint32
              rsrqNei:
Michel Roy's avatar
Michel Roy committed
                description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint32
              rsrqSrv:
Michel Roy's avatar
Michel Roy committed
                description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint32
Michel Roy's avatar
Michel Roy committed
          minItems: 0
Michel Roy's avatar
Michel Roy committed
          required:
          - cellIdSrv
          - cellIdNei
          type: array
          x-etsi-mec-cardinality: 0..M
          x-etsi-mec-origin-type: Structure (inlined)
        ecgi:
Michel Roy's avatar
Michel Roy committed
          # description': E-UTRAN Cell Global Identifier.
          # x-etsi-mec-cardinality': '1'
          # x-etsi-mec-origin-type': Ecgi
          $ref: '#/components/schemas/Ecgi'
Michel Roy's avatar
Michel Roy committed
        notificationType:
          description: Shall be set to "CaReConfNotification".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
        secondaryCellAdd:
          description: ''
          items:
            type: object
            properties:
              ecgi:
Michel Roy's avatar
Michel Roy committed
                # description': E-UTRAN Cell Global Identifier.
                # x-etsi-mec-cardinality': '1'
                # x-etsi-mec-origin-type': Ecgi
                $ref: '#/components/schemas/Ecgi'
          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)
        secondaryCellRemove:
          description: ''
          items:
            type: object
            properties:
              ecgi:
Michel Roy's avatar
Michel Roy committed
                # description': E-UTRAN Cell Global Identifier.
                # x-etsi-mec-cardinality': '1'
                # x-etsi-mec-origin-type': Ecgi
                $ref: '#/components/schemas/Ecgi'
          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)
        timeStamp:
Michel Roy's avatar
Michel Roy committed
          # description': Time stamp.
          # x-etsi-mec-cardinality': 0..1
          # x-etsi-mec-origin-type': TimeStamp
          $ref: '#/components/schemas/TimeStamp'
Michel Roy's avatar
Michel Roy committed
      required:
      - notificationType
      - ecgi
      type: object
      x-etsi-ref: 6.4.8
    CaReconfSubscription:
      properties:
        _links:
Michel Roy's avatar
Michel Roy committed
          description: Hyperlink related to the resource. This shall be only included in the HTTP responses and in HTTP PUT requests.
Michel Roy's avatar
Michel Roy committed
          properties:
            self:
Michel Roy's avatar
Michel Roy committed
              # description': Self referring URI. The URI shall be unique within the RNI API as it acts as an ID for the subscription.
              # x-etsi-mec-cardinality': '1'
              # x-etsi-mec-origin-type': LinkType
              $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 consumer to 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
          # description': Time stamp.
          # x-etsi-mec-cardinality': 0..1
          # x-etsi-mec-origin-type': TimeStamp
          $ref: '#/components/schemas/TimeStamp'
Michel Roy's avatar
Michel Roy committed
        filterCriteriaAssoc:
Michel Roy's avatar
Michel Roy committed
          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.
Michel Roy's avatar
Michel Roy committed
          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:
Michel Roy's avatar
Michel Roy committed
              description: 0 to N identifiers to associate the information for a specific UE or flow.
Michel Roy's avatar
Michel Roy committed
              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
      required:
      - subscriptionType
      - callbackReference
Michel Roy's avatar
Michel Roy committed
      - filterCriteriaAssoc
      type: object
      x-etsi-ref: 6.3.8
    CellChangeNotification:
      properties:
        associateId:
Michel Roy's avatar
Michel Roy committed
          description: 0 to N identifiers to associate the event for a specific UE or flow.
Michel Roy's avatar
Michel Roy committed
          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
          - 1
          - 2
          - 3
          - 4
          - 5
          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
          # description': E-UTRAN Cell Global Identifier of the source cell.
          # x-etsi-mec-cardinality': '1'
          # x-etsi-mec-origin-type': Ecgi
          $ref: '#/components/schemas/Ecgi'
Michel Roy's avatar
Michel Roy committed
        tempUeId:
Michel Roy's avatar
Michel Roy committed
          description: The temporary identifier allocated for the specific UE as defined below.
Michel Roy's avatar
Michel Roy committed
          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
          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
          # description': Time stamp.
          # x-etsi-mec-cardinality': 0..1
          # x-etsi-mec-origin-type': TimeStamp
          $ref: '#/components/schemas/TimeStamp'
Michel Roy's avatar
Michel Roy committed
        trgEcgi:
          description: 'E-UTRAN Cell Global Identifier of the target cell.
Michel Roy's avatar
Michel Roy committed

            NOTE: 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:
Michel Roy's avatar
Michel Roy committed
          description: Hyperlink related to the resource. This shall be only included in the HTTP responses and in HTTP PUT requests.
Michel Roy's avatar
Michel Roy committed
          properties:
            self:
Michel Roy's avatar
Michel Roy committed
              # description': Self referring URI. The URI shall be unique within the RNI API as it acts as an ID for the subscription.
              # x-etsi-mec-cardinality': '1'
              # x-etsi-mec-origin-type': LinkType
              $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
          # description': Time stamp.
          # x-etsi-mec-cardinality': 0..1
          # x-etsi-mec-origin-type': TimeStamp
          $ref: '#/components/schemas/TimeStamp'
Michel Roy's avatar
Michel Roy committed
        filterCriteriaAssocHo:
Michel Roy's avatar
Michel Roy committed
          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.
Michel Roy's avatar
Michel Roy committed
          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:
Michel Roy's avatar
Michel Roy committed
              description: 0 to N identifiers to associate the information for a specific UE or flow.
Michel Roy's avatar
Michel Roy committed
              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
Michel Roy's avatar
Michel Roy committed
      - filterCriteriaAssocHo
      type: object
      x-etsi-ref: 6.3.2
    CellId:
Michel Roy's avatar
Michel Roy committed
      description: String representing the E-UTRAN Cell Identity. Encoded as a bit string (size (28)) as defined in ETSI TS 136 413 [i.3].
Michel Roy's avatar
Michel Roy committed
      type: string
    Ecgi:
      properties:
        cellId:
Michel Roy's avatar
Michel Roy committed
          # description': E-UTRAN Cell Global Identifier.
          # x-etsi-mec-cardinality': '1'
          # x-etsi-mec-origin-type': CellId
          $ref: '#/components/schemas/CellId'
Michel Roy's avatar
Michel Roy committed
        plmn:
Michel Roy's avatar
Michel Roy committed
          # description': Public Land Mobile Network Identity.
          # x-etsi-mec-cardinality': '1'
          # x-etsi-mec-origin-type': Plmn
          $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:
Michel Roy's avatar
Michel Roy committed
              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.
Michel Roy's avatar
Michel Roy committed
              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
          # description': Time stamp.
          # x-etsi-mec-cardinality': '1'
          # x-etsi-mec-origin-type': TimeStamp
          $ref: '#/components/schemas/TimeStamp'
Michel Roy's avatar
Michel Roy committed
        timeStamp:
Michel Roy's avatar
Michel Roy committed
          # description': Time stamp.
          # x-etsi-mec-cardinality': 0..1
          # x-etsi-mec-origin-type': TimeStamp
          $ref: '#/components/schemas/TimeStamp'
Michel Roy's avatar
Michel Roy committed
      required:
Michel Roy's avatar
Michel Roy committed
      - 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:
Michel Roy's avatar
Michel Roy committed
                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].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              dl_gbr_prb_usage_cell:
Michel Roy's avatar
Michel Roy committed
                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].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              dl_nongbr_pdr_cell:
Michel Roy's avatar
Michel Roy committed
                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].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              dl_nongbr_prb_usage_cell:
Michel Roy's avatar
Michel Roy committed
                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]."
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              dl_total_prb_usage_cell:
Michel Roy's avatar
Michel Roy committed
                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]."
Michel Roy's avatar
Michel Roy committed
                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:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the number of active UEs with downlink GBR traffic, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              number_of_active_ue_dl_nongbr_cell:
Michel Roy's avatar
Michel Roy committed
                description: "It indicates the number of active UEs with downlink non-GBR traffic, as defined in ETSI TS\_136\_314 [i.11]."
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              number_of_active_ue_ul_gbr_cell:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the number of active UEs with uplink GBR traffic, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              number_of_active_ue_ul_nongbr_cell:
Michel Roy's avatar
Michel Roy committed
                description: "It indicates the number of active UEs with uplink non-GBR traffic, as defined in ETSI TS\_136\_314\_[i.11]."
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              received_dedicated_preambles_cell:
Michel Roy's avatar
Michel Roy committed
                description: It indicates (in percentage) the received dedicated preamples, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              received_randomly_selected_preambles_high_range_cell:
Michel Roy's avatar
Michel Roy committed
                description: It indicates (in percentage) the received randomly selected preambles in the high range, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              received_randomly_selected_preambles_low_range_cell:
Michel Roy's avatar
Michel Roy committed
                description: It indicates (in percentage) the received randomly selected preambles in the low range, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              ul_gbr_pdr_cell:
Michel Roy's avatar
Michel Roy committed
                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].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              ul_gbr_prb_usage_cell:
Michel Roy's avatar
Michel Roy committed
                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]."
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              ul_nongbr_pdr_cell:
Michel Roy's avatar
Michel Roy committed
                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].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              ul_nongbr_prb_usage_cell:
Michel Roy's avatar
Michel Roy committed
                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]."
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              ul_total_prb_usage_cell:
Michel Roy's avatar
Michel Roy committed
                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]."
Michel Roy's avatar
Michel Roy committed
                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)
        cellUEInfo:
Michel Roy's avatar
Michel Roy committed
          description: The per cell per UE layer 2 measurements information as defined below.
Michel Roy's avatar
Michel Roy committed
          items:
            type: object
            properties:
              associateId:
Michel Roy's avatar
Michel Roy committed
                $ref: '#/components/schemas/AssociateId'
Michel Roy's avatar
Michel Roy committed
              dl_gbr_data_volume_ue:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the data volume of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              dl_gbr_delay_ue:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the packet delay of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              dl_gbr_pdr_ue:
Michel Roy's avatar
Michel Roy committed
                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].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              dl_gbr_throughput_ue:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the scheduled throughput of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              dl_nongbr_data_volume_ue:
Michel Roy's avatar
Michel Roy committed
                description: "It indicates the data volume of the downlink non-GBR traffic of a UE, as defined in ETSI TS\_136\_314\_[i.11]."
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              dl_nongbr_delay_ue:
Michel Roy's avatar
Michel Roy committed
                description: "It indicates the packet delay of the downlink non-GBR traffic of a UE, as defined in ETSI TS\_136\_314\_[i.11]."
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              dl_nongbr_pdr_ue:
Michel Roy's avatar
Michel Roy committed
                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].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              dl_nongbr_throughput_ue:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the scheduled throughput of the downlink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                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:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the data volume of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              ul_gbr_delay_ue:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the packet delay of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              ul_gbr_pdr_ue:
Michel Roy's avatar
Michel Roy committed
                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].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              ul_gbr_throughput_ue:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the scheduled throughput of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              ul_nongbr_data_volume_ue:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the data volume of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              ul_nongbr_delay_ue:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the packet delay of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer
              ul_nongbr_pdr_ue:
Michel Roy's avatar
Michel Roy committed
                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].
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Integer (0..100)
              ul_nongbr_throughput_ue:
Michel Roy's avatar
Michel Roy committed
                description: It indicates the scheduled throughput of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11].
Michel Roy's avatar
Michel Roy committed
                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
    LinkType:
      properties:
        href:
          description: URI referring to a resource
          format: uri
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: URI
      required:
      - href
      type: object
      x-etsi-ref: 6.5.2
    MeasQuantityResultsNr:
      properties:
        rsrp:
Michel Roy's avatar
Michel Roy committed
          description: "Reference Signal Received Power as defined in ETSI TS\_138 331 [i.13]."
          format: int32
Michel Roy's avatar
Michel Roy committed
          type: integer
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: Uint8
        rsrq:
Michel Roy's avatar
Michel Roy committed
          description: Reference Signal Received Quality as defined in ETSI TS 138 331 [i.13].
          format: int32
Michel Roy's avatar
Michel Roy committed
          type: integer
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: Uint8
        sinr:
Michel Roy's avatar
Michel Roy committed
          description: Reference Signal to Interference & Noise Ratio as defined in ETSI TS 138 331 [i.13].
          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:
Michel Roy's avatar
Michel Roy committed
          description: 0 to N identifiers to associate the event for a specific UE or flow.
Michel Roy's avatar
Michel Roy committed
          items:
            $ref: '#/components/schemas/AssociateId'
          minItems: 0
          type: array
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-origin-type: AssociateId
        carrierAggregationMeasInfo:
Michel Roy's avatar
Michel Roy committed
          description: This parameter can be repeated to contain information of all the carriers assign for Carrier Aggregation up to M.
Michel Roy's avatar
Michel Roy committed
          items:
            type: object
            properties:
              cellIdNei:
Michel Roy's avatar
Michel Roy committed
                # description': E-UTRAN Cell Identity of the best neighbouring cell (NCell) associated with the SCell, as defined in ETSI TS 136 331 [i.7].
                # x-etsi-mec-cardinality': 0..1
                # x-etsi-mec-origin-type': CellId
                $ref: '#/components/schemas/CellId'
Michel Roy's avatar
Michel Roy committed
              cellIdSrv:
Michel Roy's avatar
Michel Roy committed
                # description': E-UTRAN Cell Identity of a Secondary serving Cell (SCell), as defined in ETSI TS 136 331 [i.7].
                # x-etsi-mec-cardinality': '1'
                # x-etsi-mec-origin-type': CellId
                $ref: '#/components/schemas/CellId'
Michel Roy's avatar
Michel Roy committed
              rsrpNei:
Michel Roy's avatar
Michel Roy committed
                description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]."
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrpNeiEx:
Michel Roy's avatar
Michel Roy committed
                description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrpSrv:
Michel Roy's avatar
Michel Roy committed
                description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]."
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrpSrvEx:
Michel Roy's avatar
Michel Roy committed
                description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrqNei:
Michel Roy's avatar
Michel Roy committed
                description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrqNeiEx:
Michel Roy's avatar
Michel Roy committed
                description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrqSrv:
Michel Roy's avatar
Michel Roy committed
                description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrqSrvEx:
Michel Roy's avatar
Michel Roy committed
                description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              sinrNei:
Michel Roy's avatar
Michel Roy committed
                description: "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS\_136\_133\_[i.16]."
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              sinrSrv:
Michel Roy's avatar
Michel Roy committed
                description: "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS\_136\_133\_[i.16]."
                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
          # description': E-UTRAN Cell Global Identifier of the Primary serving Cell (PCell), as defined in ETSI TS 136 331 [i.7].
          # x-etsi-mec-cardinality': '1'
          # x-etsi-mec-origin-type': Ecgi
          $ref: '#/components/schemas/Ecgi'
Michel Roy's avatar
Michel Roy committed
        eutranNeighbourCellMeasInfo:
Michel Roy's avatar
Michel Roy committed
          description: This parameter can be repeated to contain information of all the neighbouring cells up to N.
Michel Roy's avatar
Michel Roy committed
          items:
            type: object
            properties:
              ecgi:
Michel Roy's avatar
Michel Roy committed
                # description': E-UTRAN Cell Global Identifier.
                # x-etsi-mec-cardinality': '1'
                # x-etsi-mec-origin-type': Ecgi
                $ref: '#/components/schemas/Ecgi'
Michel Roy's avatar
Michel Roy committed
              rsrp:
Michel Roy's avatar
Michel Roy committed
                description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]."
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrpEx:
Michel Roy's avatar
Michel Roy committed
                description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrq:
Michel Roy's avatar
Michel Roy committed
                description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              rsrqEx:
Michel Roy's avatar
Michel Roy committed
                description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16].
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Uint8
              sinr:
Michel Roy's avatar
Michel Roy committed
                description: "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS\_136\_133\_[i.16]."
                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:
Michel Roy's avatar
Michel Roy committed
          description: Indicates height of the UE in meters relative to the sea level as defined in ETSI TS 136.331 [i.7].
Michel Roy's avatar
Michel Roy committed
          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:
Michel Roy's avatar
Michel Roy committed
                description: Measurement quantities concerning the best neighbours of the secondary serving cells
Michel Roy's avatar
Michel Roy committed
                properties:
                  nrBNCellInfo:
Michel Roy's avatar
Michel Roy committed
                    description: Best neighbours of the secondary serving cell(s) info
Michel Roy's avatar
Michel Roy committed
                    items:
                      type: object
                      properties:
                        nrBNCellGId:
Michel Roy's avatar
Michel Roy committed
                          # description': Cell Global Identifier, as defined in ETSI TS 138 331 [i.13].
                          # x-etsi-mec-cardinality': '1'
                          # x-etsi-mec-origin-type': NrCellId
                          $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:
Michel Roy's avatar
Michel Roy committed
                    description: Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14].
                    format: int32
Michel Roy's avatar
Michel Roy committed
                    type: integer
                    x-etsi-mec-cardinality: 0..1
                    x-etsi-mec-origin-type: Uint8
                  nrBNCellRsrq:
Michel Roy's avatar
Michel Roy committed
                    description: Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14].
                    format: int32
Michel Roy's avatar
Michel Roy committed
                    type: integer
                    x-etsi-mec-cardinality: 0..1
                    x-etsi-mec-origin-type: Uint8
                  nrBNCellRssi:
Michel Roy's avatar
Michel Roy committed
                    description: Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14].
                    format: int32
Michel Roy's avatar
Michel Roy committed
                    type: integer
                    x-etsi-mec-cardinality: 0..1
                    x-etsi-mec-origin-type: Uint8
                required:
                - nrBNCellInfo
                type: object
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Structure (inlined)
              nrCarrierFreq:
Michel Roy's avatar
Michel Roy committed
                description: "ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR carrier frequency, as defined in ETSI TS\_138.101 [i.15]."
                format: int32
Michel Roy's avatar
Michel Roy committed
                type: integer
                x-etsi-mec-cardinality: '1'
                x-etsi-mec-origin-type: Uint32
              nrSCs:
Michel Roy's avatar
Michel Roy committed
                description: Measurement quantities concerning the secondary serving cells.
Michel Roy's avatar
Michel Roy committed
                properties: