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

Update _3gpp-nr-nrm-gnbcucpfunction.yang

parent 4bd6581c
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -245,14 +245,14 @@ module _3gpp-nr-nrm-gnbcucpfunction {
    leaf gnbIdLength {
      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";
      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;}
		  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.”;
        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.”;
    }
  }
   
@@ -269,7 +269,7 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      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. 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.”;
    }
  }