Commit 48b40eb8 authored by shumim's avatar shumim Committed by ruiyue
Browse files

For Rel19_CR1470_TS28.541_Add_Attributes_to_support_5GS_Functions_Onboard_NTN

parent 11551842
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -3790,6 +3790,11 @@ components:
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/UpfInfo'
                    isOnboardSatellite:
                      type: boolean
                    onboardSatelliteId:
                      type: string
                      pattern: '^[0-9]{5}$' 
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0'           
        - type: object
+17 −2
Original line number Diff line number Diff line
@@ -49,6 +49,10 @@ components:
          type: string
          pattern: '^[A-Fa-f0-9]{6}$'

    SatelliteId:
      type: string
      pattern: '^[0-9]{5}$'

    PlmnIdList:
      type: array
      uniqueItems: true
@@ -622,8 +626,7 @@ components:
        - epochTime
      properties:
        satelliteId:
          type: string
          pattern: '^[0-9]{5}$'
          $ref: '#/components/schemas/SatelliteId'
        epochTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
        positionVelocity:
@@ -853,6 +856,10 @@ components:
                      $ref: '#/components/schemas/GnbId'
                    gnbIdLength:
                      $ref: '#/components/schemas/GnbIdLength'
                    isOnboardSatellite:
                      type: boolean
                    onboardSatelliteId:
                      $ref: '#/components/schemas/SatelliteId'
                    rimRSReportConf:
                      $ref: '#/components/schemas/RimRSReportConf'
                    configurable5QISetRef:
@@ -924,6 +931,10 @@ components:
                      $ref: '#/components/schemas/GnbIdLength'
                    gnbCuUpId:
                      $ref: '#/components/schemas/GnbCuUpId'
                    isOnboardSatellite:
                      type: boolean
                    onboardSatelliteId:
                      $ref: '#/components/schemas/SatelliteId'
                    plmnInfoList:
                      $ref: '#/components/schemas/PlmnInfoList'
                    configurable5QISetRef:
@@ -988,6 +999,10 @@ components:
                      items:
                        $ref: '#/components/schemas/MappingSetIDBackhaulAddress'
                      minItems: 1
                    isOnboardSatellite:
                      type: boolean
                    onboardSatelliteId:
                      $ref: '#/components/schemas/SatelliteId'
                    tceIDMappingInfoList:
                      $ref: '#/components/schemas/TceIDMappingInfoList'
                    configurable5QISetRef: