Commit 26e7877e authored by lengyelb's avatar lengyelb
Browse files

Local merge of branch 28.541_Rel17_Add_BWPSet_support_to_NRM merge request...

Local merge of branch 28.541_Rel17_Add_BWPSet_support_to_NRM  merge request sa5/MnS!417
parent c57e10a4
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
module _3gpp-nr-nrm-bwpset {
  yang-version 1.1;
  namespace "urn:3gpp:sa5:_3gpp-nr-nrm-bwpset";
  prefix "bwpset3gpp";

  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-common-managed-function { prefix mf3gpp; }
  import _3gpp-common-top { prefix top3gpp; }
  import _3gpp-nr-nrm-gnbdufunction { prefix gnbdu3gpp; }

  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the BWPSet Information Object Class
    (IOC) that is part of the NR Network Resource Model (NRM).";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2022-06-29 { reference CR-0756 ; }

  grouping BWPSetGrp {
    description "Represents the BWPSet IOC.";
    reference "3GPP TS 28.541";
    uses mf3gpp:ManagedFunctionGrp;
  }
  augment "/me3gpp:ManagedElement/gnbdu3gpp:GNBDUFunction" {

    list BWPList {
      description "Represents a bandwidth part (BWP) set.";
      key id;
      uses top3gpp:Top_Grp;
      container attributes {    
        uses BWPSetGrp;
      }
      uses mf3gpp:ManagedFunctionContainedClasses;
    }
  }
}
+6 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ module _3gpp-nr-nrm-nrcelldu {
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2022-07-28 { reference "CR-0770"; }
  revision 2022-06-29 { reference CR-0756 ; }
  revision 2021-10-28 { reference CR-0607 ; }
  revision 2021-01-25 { reference CR-0454 ; }
  revision 2020-11-25 { reference CR-0386 ; }
@@ -372,6 +373,11 @@ module _3gpp-nr-nrm-nrcelldu {
      type types3gpp:DistinguishedName;
    }

    leaf-list bWPSetRef {
      description "Reference to corresponding BWPSet instance.";
      type types3gpp:DistinguishedName;
    }

    leaf-list nRFrequencyRef {
      description "Reference to corresponding NRFrequency instance.";
      type types3gpp:DistinguishedName;