Loading yang-models/_3gpp-common-trace.yang +8 −8 Original line number Diff line number Diff line Loading @@ -1070,15 +1070,15 @@ module _3gpp-common-trace { leaf reportAmount { when '../jobType = "IMMEDIATE_MDT_ONLY"' + ' and ../reportingTrigger = "PERIODICAL"'; type union { type uint32 { range "1|4|8|16|32|64" ; } type enumeration { enum 1ms; enum 4ms; enum 8ms; enum 16ms; enum 32ms; enum 64ms; enum INFINITY; } units milliseconds; } mandatory true; description "It specifies the number of measurement reports that shall be taken for periodic reporting while the UE is in connected. Loading Loading
yang-models/_3gpp-common-trace.yang +8 −8 Original line number Diff line number Diff line Loading @@ -1070,15 +1070,15 @@ module _3gpp-common-trace { leaf reportAmount { when '../jobType = "IMMEDIATE_MDT_ONLY"' + ' and ../reportingTrigger = "PERIODICAL"'; type union { type uint32 { range "1|4|8|16|32|64" ; } type enumeration { enum 1ms; enum 4ms; enum 8ms; enum 16ms; enum 32ms; enum 64ms; enum INFINITY; } units milliseconds; } mandatory true; description "It specifies the number of measurement reports that shall be taken for periodic reporting while the UE is in connected. Loading