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

Update _3gpp-nr-nrm-gnbcucpfunction.yang

parent 33f650b4
Loading
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -249,9 +249,12 @@ module _3gpp-nr-nrm-gnbcucpfunction {
    }

    leaf gnbId {
      type int32 {range 0….429467295;}
      description "Identifies a gNB within a PLMN. The gNB Identifier (gNB ID)
        is part of the NR Cell Identifier (NCI) of the gNB cells.";
      reference "gNB ID in 3GPP TS 38.300, Global gNB ID in 3GPP TS 38.413";
      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.”;
      type int64 { range "0..4294967295"; }
    }
    }
  }
   
@@ -264,10 +267,11 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      description "This attribute represents a PLMN Identity";
    }
    leaf enbId {
      type int32 {range 0….4194303;}
      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.”;
        cells.";
        reference "eNB ID in TS 36.300. Global eNB Id in TS 36.413.”;
    }
  }