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

Update _3gpp-nr-nrm-gnbcucpfunction.yang

parent 020f09b7
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -256,7 +256,6 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      type int64 { range "0..4294967295"; }
    }
  }
  }
   
  grouping GeNBIdGrp {
    description "Represents the properties of a global eNB ID (GeNBId).";  
@@ -267,11 +266,11 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      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.";
      reference "eNB ID in TS 36.300. Global eNB ID in TS 36.413.”;
      reference "eNB ID in 3GPP TS 36.300. Global eNB ID in 3GPP TS 36.413.”;
      type int32 {range "0 ..4194303";}
      mandatory true;
    }
  }