RniAPI.yaml 110 KB
Newer Older
      - rsrq
      - trigger
      type: object
      x-etsi-ref: 6.4.6
    MeasRepUeSubscription:
      properties:
        _links:
          description: Hyperlink related to the resource. This shall be only included
            in the HTTP responses and in HTTP PUT requests.
          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:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
        filterCriteriaAssocTri:
          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.
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
          description: Shall be set to "MeasRepUeSubscription".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
      required:
      - callbackReference
      - filterCriteriaAssocTri
      type: object
      x-etsi-ref: 6.3.6
    MeasTaNotification:
      properties:
        associateId:
          description: 0 to N identifiers to associate the event for a specific UE
            or flow.
          items:
            $ref: '#/components/schemas/AssociateId'
          type: array
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-origin-type: AssociateId
        ecgi:
          $ref: '#/components/schemas/Ecgi'
          description: E-UTRAN CelI Global Identifier.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Ecgi
        notificationType:
          description: Shall be set to "MeasTaNotification".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
        timeStamp:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
        timingAdvance:
          $ref: '#/components/schemas/Uint32'
          description: The timing advance as defined in ETSI TS 136 214 [i.5].
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Uint32
      required:
      - notificationType
      - ecgi
      - timingAdvance
      type: object
      x-etsi-ref: 6.4.7
    MeasTaSubscription:
      properties:
        _links:
          description: Hyperlink related to the resource. This shall be only included
            in the HTTP responses and in HTTP PUT requests.
          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:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
        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.
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
        "subscriptionType\t":
          description: Shall be set to "MeasTaSubscription".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
      required:
      - "subscriptionType\t"
      - callbackReference
      - filterCriteriaAssoc
      type: object
      x-etsi-ref: 6.3.7
    NotificationSubscription:
      description: >-
        The entity body in the request contains data type of the specific RNI event 
        subscription that is to be created, where the data type options are listed 
        below and defined in clauses 6.3.2 through 6.3.9 and in 6.3.11:
        - CellChangeSubscription
        - RabEstSubscription
        - RabModSubscription
        - RabRelSubscription
        - MeasRepUeSubscription
        - NrMeasRepUeSubscription
        - MeasTaSubscription
        - CaReconfSubscription
        - S1BearerSubscription
      type: object
      oneOf:
        - $ref: '#/components/schemas/CellChangeSubscription'
        - $ref: '#/components/schemas/RabEstSubscription'
        - $ref: '#/components/schemas/RabModSubscription'
        - $ref: '#/components/schemas/RabRelSubscription'
        - $ref: '#/components/schemas/MeasRepUeSubscription'
        - $ref: '#/components/schemas/NrMeasRepUeSubscription'
        - $ref: '#/components/schemas/MeasTaSubscription'
        - $ref: '#/components/schemas/CaReConfSubscription'
        - $ref: '#/components/schemas/S1BearerSubscription'
    NRcgi:
      properties:
        nrcellId:
          $ref: '#/components/schemas/NrCellId'
          description: NR CelI Global Identifier.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: NrCellId
        plmn:
          $ref: '#/components/schemas/Plmn'
          description: Public Land Mobile Network Identity.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Plmn
      required:
      - plmn
      - nrcellId
      type: object
      x-etsi-ref: 6.5.7
    NrCellId:
      description: String representing the NR Cell Identity. Encoded as a bit string
        (size (36)) as defined in ETSI TS 138 423 [i.17].
    NrMeasRepUeNotification:
      items:
        properties:
          associateId:
            description: 0 to N identifiers to associate the event for a specific
              UE or flow.
            items:
              $ref: '#/components/schemas/AssociateId'
            type: array
            x-etsi-mec-cardinality: 0..N
            x-etsi-mec-origin-type: AssociateId
          eutraNeighCellMeasInfo:
            description: This parameter can be repeated to contain measurement information
              of all the neighbouring cells up to N. It shall not be included if nrNeighCellMeasInfo
              is included.
            items:
              type: object
            type: array
            x-etsi-mec-cardinality: 0..N
            x-etsi-mec-origin-type: Structure (inlined)
          notificationType:
            description: Shall be set to "NrMeasRepUeNotification".
            type: string
            x-etsi-mec-cardinality: '1'
            x-etsi-mec-origin-type: String
          nrNeighCellMeasInfo:
            description: This parameter can be repeated to contain measurement information
              of all the neighbouring cells up to N. It shall not be included if eutraNeighCellMeasInfo
              is included.
            items:
              type: object
            type: array
            x-etsi-mec-cardinality: 0..N
            x-etsi-mec-origin-type: Structure (inlined)
          servCellMeasInfo:
            description: This parameter can be repeated to contain information of
              all the serving cells up to N.
            items:
              type: object
            properties:
              nrcgi:
                $ref: '#/components/schemas/NRcgi'
                description: NR CelI Global Identifier.
                x-etsi-mec-cardinality: '1'
                x-etsi-mec-origin-type: NRcgi
              sCell:
                description: Measurement information relating to this serving cell.
                properties:
                  measQuantityResultsCsiRsCell:
                    $ref: '#/components/schemas/MeasQuantityResultsNr'
                    description: Measurement quantity results relating to the Channel
                      State Information Reference Signal.
                    x-etsi-mec-cardinality: 0..1
                    x-etsi-mec-origin-type: MeasQuantityResultsNr
                  measQuantityResultsSsbCell:
                    $ref: '#/components/schemas/MeasQuantityResultsNr'
                    description: Measurement quantity results relating to the Synchronization
                      Signal Block.
                    x-etsi-mec-cardinality: 0..1
                    x-etsi-mec-origin-type: MeasQuantityResultsNr
                type: object
                x-etsi-mec-cardinality: '1'
                x-etsi-mec-origin-type: Structure (inlined)
            required:
            - nrcgi
            - sCell
            type: array
            x-etsi-mec-cardinality: 0..N
            x-etsi-mec-origin-type: Structure (inlined)
          timeStamp:
            $ref: '#/components/schemas/TimeStamp'
            description: Time stamp.
            x-etsi-mec-cardinality: 0..1
            x-etsi-mec-origin-type: TimeStamp
          triggerNr:
            $ref: '#/components/schemas/TriggerNr'
            description: Corresponds to a specific 5G UE Measurement Report trigger.
            x-etsi-mec-cardinality: '1'
            x-etsi-mec-origin-type: TriggerNr
        type: object
      required:
      - notificationType
      - triggerNr
      type: object
      x-etsi-ref: 6.4.11
    NrMeasRepUeSubscription:
      properties:
        _links:
          description: Hyperlink related to the resource. This shall be only included
            in the HTTP responses and in HTTP PUT requests.
          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:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
        filterCriteriaNrMrs:
          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.
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
        "subscriptionType\t":
          description: Shall be set to "NrMeasRepUeSubscription".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
      required:
      - "subscriptionType\t"
      - callbackReference
      - filterCriteriaNrMrs
      type: object
      x-etsi-ref: 6.3.11
    Plmn:
      properties:
        mcc:
          description: The Mobile Country Code part of PLMN Identity as defined in
            ETSI TS 136 413 [i.3].
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
        mnc:
          description: The Mobile Network Code part of PLMN Identity as defined in
            ETSI TS 136 413 [i.3].
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
      required:
      - mcc
      - mnc
      type: object
      x-etsi-ref: 6.5.5
    PlmnInfo:
      properties:
        appInstanceId:
          description: Unique identifier for the MEC application instance.
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
        plmn:
          description: Public Land Mobile Network Identity.
          items:
            $ref: '#/components/schemas/Plmn'
          type: array
          x-etsi-mec-cardinality: 1..N
          x-etsi-mec-origin-type: Plmn
        timeStamp:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
      required:
      - appInstanceId
      - plmn
      type: object
      x-etsi-ref: 6.2.2
    ProblemDetails:
      type: object
      properties:
        type:
          $ref: '#/components/schemas/Problem.type'
        title:
          $ref: '#/components/schemas/Problem.title'
        status:
          $ref: '#/components/schemas/Problem.status'
        detail:
          $ref: '#/components/schemas/Problem.detail'
        instance:
          $ref: '#/components/schemas/Problem.instance'
    Problem.type:
      type: string
      format: uri
      description: >-
        A URI reference according to IETF RFC 3986 that identifies the problem type
    Problem.title:
      type: string
      description: >-
        A short, human-readable summary of the problem type
    Problem.status:
      type: integer
      format: uint32
      description: >-
        The HTTP status code for this occurrence of the problem
    Problem.detail:
      type: string
      description: >-
        A human-readable explanation specific to this occurrence of the problem
    Problem.instance:
      type: string
      format: uri
      description: >-
        A URI reference that identifies the specific occurrence of the problem
    RabEstNotification:
      properties:
        associateId:
          description: '0 to N identifiers to bind the event for a specific UE or
            flow. '
          items:
            $ref: '#/components/schemas/AssociateId'
          type: array
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-origin-type: AssociateId
        ecgi:
          $ref: '#/components/schemas/Ecgi'
          description: E-UTRAN CelI Global Identifier.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Ecgi
        erabId:
          description: The attribute that uniquely identifies a Radio Access bearer
            for specific UE as defined in ETSI TS 136 413 [i.3].
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Integer
        erabQosParameters:
          description: QoS parameters for the E-RAB as defined below.
          properties:
            qci:
              description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4].
              type: integer
              x-etsi-mec-cardinality: '1'
              x-etsi-mec-origin-type: Integer
          required:
          - qci
          type: object
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: Structure (inlined)
        notificationType:
          description: Shall be set to "RabEstNotification".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
        tempUeId:
          description: 'The temporary identifier allocated for the specific UE as
            defined below. '
          type: object
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: Structure (inlined)
        timeStamp:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
      required:
      - notificationType
      - ecgi
      - erabId
      type: object
      x-etsi-ref: 6.4.3
    RabEstSubscription:
      properties:
        _links:
          description: Hyperlink related to the resource. This shall be only included
            in the HTTP responses and in HTTP PUT requests.
          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:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
        filterCriteriaQci:
          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.
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
        subscriptionType:
          description: Shall be set to "RabEstSubscription".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
      required:
      - subscriptionType
      - callbackReference
      - filterCriteriaQci
      type: object
      x-etsi-ref: 6.3.3
    RabInfo:
      items:
        properties:
          appInstanceId:
            description: Unique identifier for the MEC application instance.
            type: string
            x-etsi-mec-cardinality: '1'
            x-etsi-mec-origin-type: String
          cellUserInfo:
            description: The information on users per cell as defined below.
            items:
              properties:
                ecgi:
                  $ref: '#/components/schemas/Ecgi'
                  description: E-UTRAN CelI Global Identifier.
                  x-etsi-mec-cardinality: '1'
                  x-etsi-mec-origin-type: Ecgi
                ueInfo:
                  description: Information on UEs in the specific cell as defined
                    below.
                  items:
                    properties:
                      associateId:
                        description: 0 to N identifiers to associate the event for
                          a specific UE or flow.
                        items:
                          $ref: '#/components/schemas/AssociateId'
                        type: array
                        x-etsi-mec-cardinality: 0..N
                        x-etsi-mec-origin-type: AssociateId
                      erabInfo:
                        description: Information on E-RAB as defined below.
                        items:
                          type: object
                        properties:
                          erabId:
                            description: The attribute that uniquely identifies a
                              Radio Access bearer for specific UE as defined in ETSI
                              TS 136 413 [i.3].
                            type: integer
                            x-etsi-mec-cardinality: '1'
                            x-etsi-mec-origin-type: Integer
                          erabQosParameters:
                            description: QoS parameters for the E-RAB as defined below.
                            type: object
                            x-etsi-mec-cardinality: 0..1
                            x-etsi-mec-origin-type: Structure (inlined)
                        required:
                        - erabId
                        type: array
                        x-etsi-mec-cardinality: 1..N
                        x-etsi-mec-origin-type: Structure (inlined)
                    type: object
                  required:
                  - erabInfo
                  type: array
                  x-etsi-mec-cardinality: 1..N
                  x-etsi-mec-origin-type: Structure (inlined)
              type: object
            type: array
            x-etsi-mec-cardinality: 0..N
            x-etsi-mec-origin-type: Structure (inlined)
          requestId:
            description: Unique identifier allocated by the service consumer for the
              RAB Information request.
            type: string
            x-etsi-mec-cardinality: '1'
            x-etsi-mec-origin-type: String
          timeStamp:
            $ref: '#/components/schemas/TimeStamp'
            description: Time stamp.
            x-etsi-mec-cardinality: 0..1
            x-etsi-mec-origin-type: TimeStamp
        type: object
      required:
      - appInstanceId
      - requestId
      type: object
      x-etsi-ref: 6.2.3
    RabModNotification:
      properties:
        associateId:
          description: '0 to N identifiers to bind the event for a specific UE or
            flow. '
          items:
            $ref: '#/components/schemas/AssociateId'
          type: array
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-origin-type: AssociateId
        ecgi:
          $ref: '#/components/schemas/Ecgi'
          description: E-UTRAN CelI Global Identifier.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Ecgi
        erabId:
          description: The attribute that uniquely identifies a Radio Access bearer
            for specific UE as defined in ETSI TS 136 413 [i.3].
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Integer
        erabQosParameters:
          description: The QoS parameters for the E-RAB as defined below.
          properties:
            qci:
              description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4].
              type: integer
              x-etsi-mec-cardinality: '1'
              x-etsi-mec-origin-type: Integer
          required:
          - qci
          type: object
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: Structure (inlined)
        notificationType:
          description: Shall be set to "RabModNotification".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
        timeStamp:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
      required:
      - notificationType
      - ecgi
      - erabId
      type: object
      x-etsi-ref: 6.4.4
    RabModSubscription:
      properties:
        _links:
          description: Hyperlink related to the resource. This shall be only included
            in the HTTP responses and in HTTP PUT requests.
          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:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
        filterCriteriaQci:
          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.
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
        subscriptionType:
          description: Shall be set to "RabModSubscription".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
      required:
      - subscriptionType
      - callbackReference
      - filterCriteriaQci
      type: object
      x-etsi-ref: 6.3.4
    RabRelNotification:
      properties:
        associateId:
          description: 0 to N identifiers to bind the event for a specific UE or flow
            as defined below.
          items:
            $ref: '#/components/schemas/AssociateId'
          type: array
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-origin-type: AssociateId
        ecgi:
          $ref: '#/components/schemas/Ecgi'
          description: E-UTRAN CelI Global Identifier.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Ecgi
        erabReleaseInfo:
          description: The release information for the E-RAB as defined below.
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
        notificationType:
          description: Shall be set to "RabRelNotification".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
        timeStamp:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
      required:
      - notificationType
      - ecgi
      - erabReleaseInfo
      type: object
      x-etsi-ref: 6.4.5
    RabRelSubscription:
      properties:
        _links:
          description: Hyperlink related to the resource. This shall be only included
            in the HTTP responses and in HTTP PUT requests.
          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:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
        filterCriteriaQci:
          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.
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
          description: Shall be set to "RabRelSubscription".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
      required:
      - "subscriptionType\t"
      - callbackReference
      - filterCriteriaQci
      type: object
      x-etsi-ref: 6.3.5
    ResultsPerCsiRsIndexList:
      properties:
        csiRsIndex:
          description: ''
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Uint8
        csiRsResults:
          $ref: '#/components/schemas/MeasQuantityResultsNr'
          description: ''
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: MeasQuantityResultsNr
        resultsPerCsiRsIndex:
          description: ''
          type: object
          x-etsi-mec-cardinality: "0\u2026P"
          x-etsi-mec-origin-type: Structure (inline)
      required:
      - csiRsIndex
      type: object
      x-etsi-ref: 6.5.10
    ResultsPerSsbIndexList:
      properties:
        resultsPerSsbIndex:
          description: ''
          type: object
          x-etsi-mec-cardinality: 0..P
          x-etsi-mec-origin-type: Structure (inline)
        ssbIndex:
          description: ''
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Uint8
        ssbResults:
          $ref: '#/components/schemas/MeasQuantityResultsNr'
          description: ''
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: MeasQuantityResultsNr
      required:
      - ssbIndex
      type: object
      x-etsi-ref: 6.5.9
    RsIndexResults:
      properties:
        resultsCsiRsIndexes:
          $ref: '#/components/schemas/ResultsPerCsiRsIndexList'
          description: Beam level measurement results based on CSI-RS related measurements.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: ResultsPerCsiRsIndexList
        resultsSsbIndexes:
          $ref: '#/components/schemas/ResultsPerSsbIndexList'
          description: Beam level measurement results based on SS/PBCH related measurements.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: ResultsPerSsbIndexList
      required:
      - resultsSsbIndexes
      - resultsCsiRsIndexes
      type: object
      x-etsi-ref: 6.5.8
    S1BearerInfo:
      properties:
        s1UeIffo:
          description: 1..N
          properties:
            associateId:
              $ref: '#/components/schemas/AssociateId'
              description: 1..N
              x-etsi-mec-cardinality: AssociateId
              x-etsi-mec-origin-type: AssociateId
            ecgi:
              $ref: '#/components/schemas/Ecgi'
              description: 1..N
              x-etsi-mec-cardinality: Ecgi
              x-etsi-mec-origin-type: Ecgi
            s1BearerInfoDetailed:
              description: 1..N
              properties:
                erabId:
                  description: >-
                    The attribute that uniquely identifies a S1 bearer for a specific UE, 
                    as defined in ETSI TS 136 413 [i.3].
                  x-etsi-mec-cardinality: 1
                  x-etsi-mec-origin-type: Integer
                enbInfo:
                  description: S1 bearer information on eNB
                  properties:
                    ipAddress:
                      type: string
                      description: >-
                        eNB transport layer address of this S1 bearer.
                    tunnelId:
                      type: string
                      description: >-
                        eNB GTP-U TEID of this S1 bearer.
                  required:
                    - ipAddress
                    - tunnelId
                sGwInfo:
                  properties:
                    ipAddress:
                      type: string
                      description: >-
                        SGW transport layer address of this S1 bearer.
                    tunnelId:
                      type: string
                      description: >-
                        SGW GTP-U TEID of this S1 bearer.
                  required:
                    - ipAddress
                    - tunnelId
              - enbInfo
              type: object
              x-etsi-mec-cardinality: Structure (inlined)
              x-etsi-mec-origin-type: Structure (inlined)
            tempUeId:
              description: 0..1
              properties:
                mmec:
                  description: '1'
                  type: string
                  x-etsi-mec-cardinality: String
                  x-etsi-mec-origin-type: String
                mtmsi:
                  description: '1'
                  type: string
                  x-etsi-mec-cardinality: String
                  x-etsi-mec-origin-type: String
              required:
              - mmec
              - mtmsi
              type: object
              x-etsi-mec-cardinality: Structure (inlined)
              x-etsi-mec-origin-type: Structure (inlined)
          required:
          - tempUeId
          - associateId
          - ecgi
          - s1BearerInfoDetailed
          type: object
          x-etsi-mec-cardinality: Structure (inlined)
          x-etsi-mec-origin-type: Structure (inlined)
        timeStamp:
          $ref: '#/components/schemas/TimeStamp'
          description: 0..1
          x-etsi-mec-cardinality: TimeStamp
          x-etsi-mec-origin-type: TimeStamp
      required:
      - s1UeInfo
      type: object
      x-etsi-ref: 6.2.4
    S1BearerNotification:
      properties:
        notificationType:
          description: Shall be set to "S1BearerNotification".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
        s1Event:
          description: The subscribed event that triggered this notification in S1BearerSubscription.
          enum:
          - SEE_DESCRIPTION
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Enum
        s1UeInfo:
          description: Information on specific UE that matches the criteria in S1BearerSubscription
            as defined below.
          items:
            properties:
              associateId:
                description: 0 to N identifiers to associate the information for a
                  specific UE or flow.
                items:
                  $ref: '#/components/schemas/AssociateId'
                type: array
                x-etsi-mec-cardinality: 0..N
                x-etsi-mec-origin-type: AssociateId
              ecgi:
                description: E-UTRAN CelI Global Identifier.
                items:
                  $ref: '#/components/schemas/Ecgi'
                type: array
                x-etsi-mec-cardinality: 1..N
                x-etsi-mec-origin-type: Ecgi
              s1BearerInfo:
                description: S1 bearer information as defined below.
                items:
                  type: object
                type: array
                x-etsi-mec-cardinality: 1..N
                x-etsi-mec-origin-type: Structure (inlined)
              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
                required:
                - mmec
                - mtmsi
                type: object
                x-etsi-mec-cardinality: 0..1
                x-etsi-mec-origin-type: Structure (inlined)
            type: object
          required:
          - ecgi
          - s1BearerInfo
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
        timeStamp:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
      required:
      - notificationType
      - s1Event
      - s1UeInfo
      type: object
      x-etsi-ref: 6.4.10
    S1BearerSubscription:
      properties:
        S1BearerSubscriptionCriteria:
          description: As defined below.
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
        _links:
          description: Hyperlink related to the resource. This shall be only included
            in the HTTP responses and in HTTP PUT requests.
          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 in the request
            and response.
          format: uri
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: URI
        eventType:
          description: "Description of the subscribed event. The event is included\
            \ both in the request and in the response. \nFor the eventType, the following\
            \ values are currently defined:\n0 = RESERVED.\n1 = S1_BEARER_ESTABLISH.\n\
            2 = S1_BEARER_MODIFY.\n3 = S1_BEARER_RELEASE."
          items:
            $ref: '#/components/schemas/Enum'
          type: array
          x-etsi-mec-cardinality: 1..N
          x-etsi-mec-origin-type: Enum
        expiryDeadline:
          $ref: '#/components/schemas/TimeStamp'
          description: Time stamp.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: TimeStamp
        subscriptionType:
          description: Shall be set to "S1BearerSubscription".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
      required:
      - subscriptionType
      - callbackReference
      - eventType
      - S1BearerSubscriptionCriteria
      type: object
      x-etsi-ref: 6.3.9
    SerializerTypes:
      type: string
    SubscriptionLinkList:
      properties:
        _links:
          description: List of hyperlinks related to the resource.
          items:
            properties:
              self:
                $ref: '#/components/schemas/LinkType'
                description: ''
                x-etsi-mec-cardinality: '1'