Commit 11df623b authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'Rel_18_CR_28_541_NTN_Location_Restriction_Stage_3' into...

Merge branch 'Rel_18_CR_28_541_NTN_Location_Restriction_Stage_3' into 'Integration_Rel18_SA5_150_YAML'

Rel 18 cr 28 541 ntn location restriction stage 3

See merge request !739
parents 7bc89cbb ebe572ce
Loading
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -2056,6 +2056,35 @@ components:
          additionalProperties:
            $ref: '#/components/schemas/NssaafInfo'
          minProperties: 1
    NTNPLMNRestrictionsInfo:
      description: restrictions per PLMN that relates to non-terrestrial network access
      type: object
      properties:
        pLMNId:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        blockedLocationInfoList:
          type: array
          items:
            $ref: '#/components/schemas/BlockedLocationInfoList'
          minItems: 1
    BlockedLocationInfoList:
      description: location for which the PLMN access restrictions are to be applied in case of NTN
      type: object
      properties:
        blockedLocation:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        blockedDur:
          $ref: '#/components/schemas/TimeDuration'
        blockedSlice:
          type: string
    TimeDuration:
      description: location for which the PLMN access restrictions are to be applied in case of NTN
      type: object
      properties:
        blockedDurStartTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
        blockedDurEndTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'

    GmlcInfo:
      description: Information of a GMLC NF Instance
@@ -2318,6 +2347,8 @@ components:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    commModelList:
                      $ref: '#/components/schemas/CommModelList'
                    nTNPLMNInfoList:
                      $ref: '#/components/schemas/NTNPLMNRestrictionsInfo'
                    amfInfo:
                      $ref: '#/components/schemas/AmfInfo'  
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'