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

Rel-19 CR1439 Delete unused attributes blockedDurStartTime and blockedDurEndTime

parent f894e8b6
Loading
Loading
Loading
Loading
+12 −17
Original line number Diff line number Diff line
@@ -2397,6 +2397,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
@@ -2406,27 +2411,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
@@ -3235,8 +3230,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: