Commit 066b3766 authored by ruiyue's avatar ruiyue
Browse files

Update nrNrm.yaml

parent 3c357066
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -583,14 +583,7 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/TceMappingInfo'


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

    RrmPolicy_-Attr:
      type: object
      properties:
        resourceType:
    ResourceType:
      type: string
      enum:
        - PRB
@@ -598,6 +591,14 @@ components:
        - PRB_DL
        - RRC
        - DRB    

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

    RrmPolicy_-Attr:
      type: object
      properties:
        resourceType:
          $ref: '#/components/schemas/ResourceType'        
        rRMPolicyMemberList:
          $ref: '#/components/schemas/RrmPolicyMemberList'