diff --git a/yang-models/_3gpp-nr-nrm-ep.yang b/yang-models/_3gpp-nr-nrm-ep.yang index 835e2e05c4df0784cd6fbffdfca291e8fdd56738..2bf583e78ffa3fd352b4f47b28644e7dd1136d2a 100755 --- a/yang-models/_3gpp-nr-nrm-ep.yang +++ b/yang-models/_3gpp-nr-nrm-ep.yang @@ -17,6 +17,7 @@ module _3gpp-nr-nrm-ep { Resource Model (NRM)."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; + revision 2021-04-30 { reference CR-0490 ; } revision 2021-03-03 { reference CR-0435 ; } revision 2021-02-17 { reference CR-0470; } revision 2020-11-17 { reference CR-0410 ; } @@ -111,7 +112,7 @@ module _3gpp-nr-nrm-ep { list EP_F1C { description "Represents the local end point of the control plane - interface (F1-C) between the DU and CU or CU-CP."; + interface (F1-C) between the gNB-DU and gNB-CU or gNB-CU-CP."; reference "3GPP TS 28.541, 3GPP TS 38.470"; key id; uses top3gpp:Top_Grp; @@ -122,7 +123,7 @@ module _3gpp-nr-nrm-ep { list EP_NgC { description "Represents the local end point of the control plane - interface (NG-C) between the gNB and NG-Core entity."; + interface (NG-C) between the gNB and AMF."; reference "3GPP TS 28.541, 3GPP TS 38.470"; key id; uses top3gpp:Top_Grp; @@ -173,7 +174,7 @@ module _3gpp-nr-nrm-ep { list EP_F1U { description "Represents the local end point of the user plane - interface (F1-U) between the DU and CU or CU-UP."; + interface (F1-U) between the gNB-DU and gNB-CU or gNB-CU-UP."; reference "3GPP TS 28.541, 3GPP TS 38.470"; key id; uses top3gpp:Top_Grp; diff --git a/yang-models/_3gpp-nr-nrm-gnbdufunction.yang b/yang-models/_3gpp-nr-nrm-gnbdufunction.yang index d317ae74edf7269e98c9bdf8e1739bbc660d7490..f69c622992b79bac61b9ca6db598df04aa235e67 100755 --- a/yang-models/_3gpp-nr-nrm-gnbdufunction.yang +++ b/yang-models/_3gpp-nr-nrm-gnbdufunction.yang @@ -13,6 +13,7 @@ module _3gpp-nr-nrm-gnbdufunction { Object Class (IOC) that is part of the NR Network Resource Model (NRM)."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; + revision 2021-04-30 { reference CR-0490 ; } revision 2020-10-02 { reference CR-0384 ; } revision 2020-03-12 { reference "SP-200233 S5-201547" ; } revision 2020-02-14 { reference S5-20XXXX ; } @@ -34,7 +35,6 @@ feature"; leaf gNBId { type int64 { range "0..4294967295"; } - config false; mandatory true; description "Identifies a gNB within a PLMN. The gNB Identifier (gNB ID) is part of the NR Cell Identifier (NCI) of the gNB cells.";