Commit e373caac authored by zhaoxxian's avatar zhaoxxian
Browse files

add NTN gNB TAI

parent eb1312f0
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1760,6 +1760,19 @@ components:
        $ref: '#/components/schemas/TrpInfo'
      minItems: 1

    NTNgNBTAIInfo:
      type: object
      properties:
        nTNgNBId:
          type: integer
          minimum: 0
          maximum: 4294967295
        nTNgNBTAIs:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai'

    LmfInfo:
      description: Information of an LMF NF Instance
      type: object
@@ -3770,6 +3783,11 @@ components:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/MappedCellIdInfoList'
                    mdtUserConsentReqList:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/MdtUserConsentReqList'
                    nTNgNBTAIInfoList:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/NTNgNBTAIInfo'

        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0'