Commit 94f4ffac authored by ruiyue's avatar ruiyue
Browse files

Merge branch '28.541_Rel17_CR_YAML_update_for_RRMPolicy' into 'Integration_Rel17_SA5_139_YAML'

28.541 rel17 cr yaml update for rrm policy

See merge request !204
parents 8d711a44 066b3766
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -583,7 +583,14 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/TceMappingInfo'

    ResourceType:
      type: string
      enum:
        - PRB
        - PRB_UL
        - PRB_DL
        - RRC
        - DRB    

#-------- Definition of abstract IOCs --------------------------------------------

@@ -591,7 +598,7 @@ components:
      type: object
      properties:
        resourceType:
          type: string
          $ref: '#/components/schemas/ResourceType'        
        rRMPolicyMemberList:
          $ref: '#/components/schemas/RrmPolicyMemberList'