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

Edit _3gpp-common-trace.yang

parent 58979d13
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ module _3gpp-common-trace {
    choice AreaScopeChoice {
      case eutran-only {
        leaf-list eutraCellIdList {
          type types3gpp:EutraCellId;
          type string;
          min-elements 1;
          max-elements 32;
          description "List of E-UTRAN cells identified by E-UTRAN-CGI";
@@ -153,7 +153,7 @@ module _3gpp-common-trace {
        }
        leaf-list nrCellIdList {
          must 'not(../taiList)';
          type types3gpp:NrCellId;
          type string;
          max-elements 32;
          description "List of NR cells identified by NG-RAN CGI";
        }