Commit 9a5a839a authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.541_Rel18_CR1438_Delete_unusede_attributese_blockedDurStartTimee_ande_blockedDurEndTime' into 'Integration_Rel18_SA5_158_YAML'

Rel-18 CR1438 Delete unused attributes blockedDurStartTime and blockedDurEndTime

See merge request !1508
parents e4196346 aa08fe62
Loading
Loading
Loading
Loading
Loading
+12 −17
Original line number Diff line number Diff line
@@ -2320,6 +2320,11 @@ components:
          pattern: '^[A-Fa-f0-9]+$'
        twifId:
          type: string
    NTNPLMNRestrictionsList:
      description: NTNPLMNRestrictionsInfoList that relates to non-terrestrial network access
      type: array
      items:
        $ref: '#/components/schemas/NTNPLMNRestrictionsInfo'
    NTNPLMNRestrictionsInfo:
      description: restrictions per PLMN that relates to non-terrestrial network access
      type: object
@@ -2329,27 +2334,17 @@ components:
        blockedLocationInfoList:
          type: array
          items:
            $ref: '#/components/schemas/BlockedLocationInfoList'
          minItems: 1
    BlockedLocationInfoList:
            $ref: '#/components/schemas/BlockedLocationInfo'
    BlockedLocationInfo:
      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'
        blockedDurWindow:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        blockedSlice:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
    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'

    5GDdnmfInfo:
      description: Information of an 5G DDNMF NF Instance
      type: object
@@ -3052,8 +3047,8 @@ components:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    commModelList:
                      $ref: '#/components/schemas/CommModelList'
                    nTNPLMNInfoList:
                      $ref: '#/components/schemas/NTNPLMNRestrictionsInfo'
                    nTNPLMNRestrictionsList:
                      $ref: '#/components/schemas/NTNPLMNRestrictionsList'
                    amfInfo:
                      $ref: '#/components/schemas/AmfInfo'
                    sliceExpiryInfo: