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

Edit _3gpp-common-trace.yang

parent f9818f53
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ module _3gpp-common-trace {

      case eutran-only {
        leaf-list eutraCellIdList {
          uses types3gpp:EutranCellId;
          type types3gpp:EutranCellId;
          min-elements 1;
          max-elements 32;
          description "List of E-UTRAN cells identified by E-UTRAN-CGI";
@@ -156,7 +156,7 @@ module _3gpp-common-trace {
        }
        leaf-list nrCellIdList {
          must 'not(../taiList)';
          uses types3gpp:NrCellId;
          type types3gpp:NrCellId;
          max-elements 32;
          description "List of NR cells identified by NG-RAN CGI";
        }
@@ -166,7 +166,7 @@ module _3gpp-common-trace {
          key idx;
          max-elements 8;
          leaf idx { type string; }
          uses types3gpp:TaiGrp;
          type types3gpp:TaiGrp;
        }
      }
    }