Commit ed786739 authored by Kai Zhang's avatar Kai Zhang Committed by sunse
Browse files

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

parent e64604ea
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: