Commit e6feba6d authored by ruanb's avatar ruanb Committed by sunse
Browse files

Rel19_CR1506_TS28541_Add_attributes_to_support_MEC_deployment_onboard_the_NTN

parent 8f394fd9
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -849,6 +849,10 @@ components:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnai'
          minItems: 1

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

    dnaiSatelliteMapping:
      type: object
      properties:
@@ -859,8 +863,7 @@ components:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnai'
          minItems: 1
        geoSatelliteId:
          type: string
          pattern: '^[0-9]{5}$'
          $ref: '#/components/schemas/SatelliteId'

    SnssaiSmfInfoItem:
      type: object
@@ -3937,8 +3940,7 @@ components:
                    isOnboardSatellite:
                      type: boolean
                    onboardSatelliteId:
                      type: string
                      pattern: '^[0-9]{5}$' 
                      $ref: '#/components/schemas/SatelliteId'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0'           
        - type: object
@@ -4497,6 +4499,10 @@ components:
                      type: string
                    easdfInfo:
                      $ref: '#/components/schemas/EasdfInfo'
                    isOnboardSatellite:
                      type: boolean
                    onboardSatelliteId:
                      $ref: '#/components/schemas/SatelliteId'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0'           
        - type: object