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

Edit _3gpp-common-trace.yang

parent ca6418bc
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -156,14 +156,14 @@ module _3gpp-common-trace {
          leaf idx { type string; }
        }
        leaf-list nrCellIdList {
          must 'not(../taiList)'
          must 'not(../taiList)';
          type string;
          min-elements 1;
          max-elements 32;
          description "List of NR cells identified by NG-RAN CGI";
        }
        list taiList {
          must 'not(../nrCellIdList)'
          must 'not(../nrCellIdList)';
          description "Tracking Area Identity list";
          key idx;
          min-elements 1;