Commit 23f101a4 authored by shumim's avatar shumim Committed by sunse
Browse files

add TRP info for LMF

parent 357f20ff
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -1352,6 +1352,38 @@ components:
            - NG_ENB
        - type: string

    TrpMappingInfo:
      type: object
      properties:
        satelliteId:
          type: string
          pattern: '^[0-9]{5}$'
        trpIds:
          type: array
          items:
            type: integer
            minimum: 1
            maximum: 65535

    TrpInfo:
      description: The mapping relationship between TRP IDs, gNB ID and Satellite ID.
      type: object
      properties:
        gNBId:
          type: integer
          minimum: 0
          maximum: 4294967295
        trpMappingInfoList:
          type: array
          items:
            $ref: '#/components/schemas/TrpMappingInfo'
          minItems: 1

    TrpInfoList:
      type: array
      items:
        $ref: '#/components/schemas/TrpInfo'

    LmfInfo:
      description: Information of an LMF NF Instance
      type: object
@@ -3494,6 +3526,10 @@ components:
                      $ref: '#/components/schemas/CommModelList'
                    lmfInfo:
                      $ref: '#/components/schemas/LmfInfo'
                    ephemerisInfos:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/EphemerisInfos'
                    trpInfoList:
                      $ref: '#/components/schemas/TrpInfoList'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties: