Commit ea16f591 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel17_CR1044_Correct_issues_for_the_attribute_with_the_ENUM_type_for_NR_NRM_fragment' into 'Integration_Rel17_SA5_151_YAML'

TS28.541_Rel17_CR1044_Correct Issues for ENUM type

See merge request !780
parents 66c69be8 56c5737b
Loading
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ components:
      enum:
        - DL
        - UL
        - DL and UL
        - DL_AND_UL
    BwpContext:
      type: string
      enum:
@@ -552,8 +552,8 @@ components:
          enum:
            - RS1
            - RS2
            - RS1forEnoughMitigation
            - RS1forNotEnoughMitigation          
            - RS1_FOR_ENOUGH_MITIGATION
            - RS1_FOR_NOT_ENOUGH_MITIGATION         

    RimRSReportConf:
      type: object
@@ -594,7 +594,7 @@ components:
        - PRB
        - PRB_UL
        - PRB_DL
        - RRC
        - RRC_CONNECTED_USERS
        - DRB    
    ParameterRange:
      type: object
@@ -1135,7 +1135,7 @@ components:
                    beamType:
                      type: string
                      enum:
                        - SSB-BEAM
                        - SSB_BEAM
                    beamAzimuth:
                      type: integer
                      minimum: -1800
@@ -1383,13 +1383,13 @@ components:
                    isProbingCapable:
                      type: string
                      enum:
                         - yes
                         - no
                         - YES
                         - NO
                    energySavingState:
                      type: string
                      enum:
                         - isNotEnergySaving
                         - isEnergySaving
                         - IS_NOT_ENERGY_SAVING
                         - IS_ENERGY_SAVING

    DRACHOptimizationFunction-Single:
      allOf:
@@ -1493,13 +1493,13 @@ components:
                    energySavingControl:
                      type: string
                      enum:
                         - toBeEnergySaving
                         - toBeNotEnergySaving
                         - TO_BE_ENERGY_SAVING
                         - TO_BE_NOT_ENERGY_SAVING
                    energySavingState:
                      type: string
                      enum:
                         - isNotEnergySaving
                         - isEnergySaving
                         - IS_NOT_ENERGY_SAVING
                         - IS_ENERGY_SAVING

    RimRSGlobal-Single:
      allOf: