RniAPI.yaml 113 KB
Newer Older
        ecgi:
          $ref: '#/components/schemas/Ecgi'
    SecondaryCellRemove:
      title: SecondaryCellRemove
      type: object
      properties:
        ecgi:
          $ref: '#/components/schemas/Ecgi'
    ServCellMeasInfo:
      title: ServCellMeasInfo
      type: object
      properties:
        nCell:
          $ref: '#/components/schemas/NCell'
        nrcgi:
          $ref: '#/components/schemas/NRcgi'
        sCell:
          $ref: '#/components/schemas/SCell'
    SGwInfo:
      title: SGwInfo
      required:
      - ipAddress
      - tunnelId
      type: object
      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.
      description: S1 bearer information on GW side as defined below.
    Subscription:
      title: Subscription
      type: object
      properties:
        href:
          type: string
          description: The URI referring to the subscription.
        subscriptionType:
          type: string
          description: Type of the subscription. The string shall be set according to the "subscriptionType" attribute of the associated subscription data type event defined in clause 6.3.
    TempUeId:
      title: TempUeId
      required:
      - mmec
      - mtmsi
      type: object
      properties:
        mmec:
          type: string
          description: MMEC as defined in ETSI TS 136 413 [i.3].
        mtmsi:
          type: string
          description: M-TMSI as defined in ETSI TS 136 413 [i.3].
      description: The temporary identifier allocated for the specific UE as defined below.
    Type:
      title: Type
      enum:
      - 0
      - 1
      - 2
      - 3
      - 4
      type: integer
      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.'
      examples:
      - 0
    UeInfo:
      title: UeInfo
      type: object
piscione's avatar
piscione committed
      required:
        - erabInfo
      properties:
        associateId:
          type: array
          items:
            $ref: '#/components/schemas/AssociateId'
          description: 0 to N identifiers to associate the event for a specific UE or flow.
        erabInfo:
          type: array
          items:
            $ref: '#/components/schemas/ErabInfo'
          description: Information on E-RAB as defined below.
security:
- {}