Commit aa8d9bd3 authored by ruanb's avatar ruanb Committed by ruiyue
Browse files

Rel18_CR1465_TS28.541_add_missing_satelliteCoverageInfoList_for_stage3_OpenAPI

parent 730406ca
Loading
Loading
Loading
Loading
+41 −5
Original line number Diff line number Diff line
@@ -147,8 +147,6 @@ components:
      type: array
      items:
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac'
    WeightFactor:
      type: integer
    VendorId:
      type: string
      description: Vendor ID of the NF Service instance (Private Enterprise Number assigned by IANA)
@@ -2342,9 +2340,47 @@ components:
        blockedLocation:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        blockedDurWindow:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        blockedSlice:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
    SatelliteCoverageInfoList:
      description: SatelliteCoverageInfoList that relates to NR Satellite RAT type and corresponding information of satellite coverage
      type: array
      items:
        $ref: '#/components/schemas/SatelliteCoverageInfo'
    SatelliteCoverageInfo:
      description: This datatype defines information related to NR Satellite RAT type and corresponding information of satellite coverage
      type: object
      properties:
        nRSatelliteRATtype:
          anyOf:
          - type: string
            enum:
              - NRLEO
              - NRMEO
              - NRGEO
              - NROTHERSAT
          - type: string
        locationInfo:
          type: array
          items:
            $ref: '#/components/schemas/NtnLocationInfo'
    NtnLocationInfo:
      description: This datatype defines the information about locations and corresponding time windows
      type: object
      properties:
        location:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        availabilityWindows:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        nonAvailabilityWindows:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'          
    5GDdnmfInfo:
      description: Information of an 5G DDNMF NF Instance
      type: object
@@ -3037,8 +3073,6 @@ components:
                      $ref: '#/components/schemas/AmfIdentifier'
                    sBIFqdn:
                      type: string
                    weightFactor:
                      $ref: '#/components/schemas/WeightFactor'
                    cNSIIdList:
                      $ref: '#/components/schemas/CNSIIdList'
                    amfSetRef:
@@ -3049,6 +3083,8 @@ components:
                      $ref: '#/components/schemas/CommModelList'
                    nTNPLMNRestrictionsList:
                      $ref: '#/components/schemas/NTNPLMNRestrictionsList'
                    satelliteCoverageInfoList:
                      $ref: '#/components/schemas/SatelliteCoverageInfoList'                      
                    amfInfo:
                      $ref: '#/components/schemas/AmfInfo'
                    sliceExpiryInfo: