Commit c8b3b099 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel18_CR1109_Add_energy_saving_attributes_to_IOC_UPFFunction' into 'Integration_Rel18_SA5_152_YAML'

Rel-18 CR1109 28.541 Add energy saving attributes to IOC UPFFunction

See merge request !889
parents e64604ea ed786739
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -123,6 +123,18 @@ components:
    CNSIId:
      type: string
      description: CNSI Id is defined in TS 29.531, only for Core Network
    EnergySavingControl:
      type: string
      description: any of enumerated value
      enum:
        - TO_BE_ENERGYSAVING
        - TO_BE_NOT_ENERGYSAVING
    EnergySavingState:
      type: string
      description: any of enumerated value
      enum:
        - IS_NOT_ENERGYSAVING
        - IS_ENERGYSAVING
    TACList:
      type: array
      items:
@@ -3059,6 +3071,10 @@ components:
                      $ref: '#/components/schemas/TACList'
                    cNSIIdList:
                      $ref: '#/components/schemas/CNSIIdList'
                    energySavingControl:
                      $ref: '#/components/schemas/EnergySavingControl'
                    energySavingState:
                      $ref: '#/components/schemas/EnergySavingState'
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    supportedBMOList: