Loading yang-models/_3gpp-common-trace.yang +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
yang-models/_3gpp-common-trace.yang +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading