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

Update _3gpp-nr-nrm-gnbcucpfunction.yang

parent 3f77d21f
Loading
Loading
Loading
Loading
Loading
+8 −13
Original line number Diff line number Diff line
@@ -238,22 +238,19 @@ module _3gpp-nr-nrm-gnbcucpfunction {

    leaf plmnId {
      type types3GPP:PLMNId;
	  	min-elements 1;
	    max-elements 1;
	  	mandatory true;
      description "This attribute represents a PLMN Identity";
    }

    leaf gnbIdLength {
      type int32 {range 22…32};
		  min-elements 1;
      max-elements 1;
      type int32 {range 22…32;}
		  mandatory true;
      description " This indicates the number of bits for encoding the gNB ID. See "Global gNB ID" in subclause 9.3.1.6 of TS 38.413";
    }

    leaf gnbId {
      type int32 {range 0….429467295};
		  min-elements 1;
      max-elements 1;
      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.”;
    }
@@ -265,14 +262,12 @@ module _3gpp-nr-nrm-gnbcucpfunction {

    leaf plmnId {
      type types3GPP:PLMNId;
		  min-elements 1;
	    max-elements 1;
		  mandatory true;
      description "This attribute represents a PLMN Identity";
    }
    leaf enbId {
      type int32 {range 0….4194303}
		  min-elemetns 1;
      max-elements 1;
      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.”;
    }