Loading yang-models/_3gpp-common-trace.yang +10 −3 Original line number Diff line number Diff line Loading @@ -163,20 +163,27 @@ module _3gpp-common-trace { } list taiList { must 'not(../nrCellIdList)'; description "geographical areas for NTN MDT"; description "Tracking Area Identity list"; key idx; max-elements 8; leaf idx { type string; } uses types3gpp:TaiGrp; } list nTNGeoAreaList { list ntnGeoAreaList { must 'not(../nrCellIdList)'; description "NTN Geographical Area"; description "geographical areas for NTN MDT"; key idx; max-elements 8; leaf idx { type string; } uses types3gpp:GeoAreaGrp; } list ntnPlmnIdList { must 'not(../nrCellIdList)'; description "PLMN ID List for NTN MDT"; key idx; leaf idx { type string; } uses types3gpp:PLMNId; } } } Loading Loading
yang-models/_3gpp-common-trace.yang +10 −3 Original line number Diff line number Diff line Loading @@ -163,20 +163,27 @@ module _3gpp-common-trace { } list taiList { must 'not(../nrCellIdList)'; description "geographical areas for NTN MDT"; description "Tracking Area Identity list"; key idx; max-elements 8; leaf idx { type string; } uses types3gpp:TaiGrp; } list nTNGeoAreaList { list ntnGeoAreaList { must 'not(../nrCellIdList)'; description "NTN Geographical Area"; description "geographical areas for NTN MDT"; key idx; max-elements 8; leaf idx { type string; } uses types3gpp:GeoAreaGrp; } list ntnPlmnIdList { must 'not(../nrCellIdList)'; description "PLMN ID List for NTN MDT"; key idx; leaf idx { type string; } uses types3gpp:PLMNId; } } } Loading