Commit 7e4a2f47 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'Rel19_CR1506_TS28541_Add_attributes_to_support_MEC_deployment_onboard_the_NTN' into 'Integration_Rel19_SA5_160_YAML'

Rel19_CR1506_TS28541_Add_attributes_to_support_MEC_deployment_onboard_the_NTN

See merge request !1690
parents 8f394fd9 e6feba6d
Loading
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