RniAPI.yaml 109 KB
Newer Older
    TimeStamp:
      properties:
        nanoSeconds:
          $ref: '#/components/schemas/Uint32'
          description: The nanoseconds part of the time. Time is defined as Unix-time
            since January 1, 1970, 00:00:00 UTC.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Uint32
        seconds:
          $ref: '#/components/schemas/Uint32'
          description: The seconds part of the time. Time is defined as Unixtime since
            January 1, 1970, 00:00:00 UTC.
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Uint32
      required:
      - seconds
      - nanoSeconds
      type: object
      x-etsi-ref: 6.5.3
    TransportTypes:
      type: string
    Trigger:
      description: As defined in Ref ETSI TS 136 331 [i.7]
      enum:
      - 0 = NOT_AVAILABLE
      - 1 = PERIODICAL_REPORT_STRONGEST_CELLS
      - 2 = PERIODICAL_REPORT_STRONGEST_CELLS_FOR_SON
      - 3 = PERIODICAL_REPORT_CGI
      - 4 = INTRA_PERIODICAL_REPORT_STRONGEST_CELLS
      - 5 = INTRA_PERIODICAL_REPORT_CGI
      - 10 = EVENT_A1
      - 11 = EVENT_A2
      - 12 = EVENT_A3
      - 13 = EVENT_A4
      - 14 = EVENT_A5
      - 15 = EVENT_A6
      - 20 = EVENT_B1
      - 21 = EVENT_B2
      - 20 = EVENT_B1-NR
      - 21 = EVENT_B2-NR
      - 30 = EVENT_C1
      - 31 = EVENT_C2
      - 40 = EVENT_W1
      - 41 = EVENT_W2
      - 42 = EVENT_W3
      - 50 = EVENT_V1
      - 51 = EVENT_V2
      - 60 = EVENT_H1
      - 61 = EVENT_H2
      type: string
    TriggerNr:
      description: The enumeration Trigger represents specified triggers for a 5G
        UE Measurement Report. Full details can be found in ETSI TS 138 331 [i.13]).
      enum:
      - 0 = NOT_AVAILABLE
      - 1 = NR_PERIODICAL
      - 2 = NR_CGI
      - 10 = EVENT_A1
      - 11 = EVENT_A2
      - 12 = EVENT_A3
      - 13 = EVENT_A4
      - 14 = EVENT_A5
      - 15 = EVENT_A6
      - 20 = INTER_RAT_PERIODICAL
      - 21 = INTER_RAT_CGI
      - 30 = EVENT_B1
      - 31 = EVENT_B2
      type: string
    Uint32:
      type: number
    UnsignedInt:
      type: number
    VirtualNetworkInterfaceRequirements:
      type: string