Commit f824d09f authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena
Browse files

Update _3gpp-nr-nrm-gnbcucpfunction.yang

parent dcbbc237
Loading
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -251,10 +251,25 @@ module _3gpp-nr-nrm-gnbcucpfunction {
    leaf gnbId {
      type int32 {range 0….429467295;}
		  mandatory true;
      description " It identifies a gNB within a PLMN. The gNB ID is part of the NR Cell Identifier (NCI) of the gNB cells. See 'gNB Identifier (gNB ID)' of subclause 8.2 of TS 38.300. See 'Global gNB ID' in subclause 9.3.1.6 of TS 38.413.”;
      description " It identifies a gNB within a PLMN. The gNB ID is part of the NR Cell Identifier (NCI) of the gNB cells. See 'gNB  dentifier (gNB ID)' of subclause 8.2 of TS 38.300. See 'Global gNB ID' in subclause 9.3.1.6 of TS 38.413.”;
    }
  }
   
  grouping GeNBIdGrp {
    description "Represents the properties of a global eNB ID (GeNBId).";  

    leaf plmnId {
      type types3GPP:PLMNId;
		  mandatory true;
      description "This attribute represents a PLMN Identity";
    }
    leaf enbId {
      type int32 {range 0….4194303;}
      mandatory true;
      description " It identifies an eNB within a PLMN. The eNB ID is part of the E-UTRAN Cell Global Identifier (ECGI) of the eNB
        cells. See 'eNB Identifier (gNB ID)' of subclause 8.2 of TS 36.300. See 'Global eNB ID' in subclause 9.2.1.37 of TS 36.413.”;
    }
  }


  augment "/me3gpp:ManagedElement" {