Loading DiameterRfRo/ttcn/DiameterRfRo_PICS.ttcn +17 −3 Original line number Original line Diff line number Diff line Loading @@ -28,15 +28,29 @@ module DiameterRfRo_PICS { * @desc Does the IUT support event based charging? * @desc Does the IUT support event based charging? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.3/1 * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.3/1 */ */ modulepar boolean PICS_EVENT_BASED_CHARGING := true; modulepar boolean PICS_EVENT_BASED_CHARGING := false; /** /** * @desc Does the IUT support session based charging? * @desc Does the IUT support session based charging? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.3/2 * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.3/2 */ */ modulepar boolean PICS_SESSION_BASED_CHARGING := true; modulepar boolean PICS_SESSION_BASED_CHARGING := false; } // End of group PICS_A3 } // End of group PICS_A3 group PICS_A4 { /** * @desc Does the IUT support event based charging? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.4/1 */ modulepar boolean PICS_EVENT_BASED_CHARGING_A4 := false; /** * @desc Does the IUT support session based charging? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.4/2 */ modulepar boolean PICS_SESSION_BASED_CHARGING_A4 := false; } // End of group PICS_A4 group PICS_A5{ group PICS_A5{ /** /** Loading Loading
DiameterRfRo/ttcn/DiameterRfRo_PICS.ttcn +17 −3 Original line number Original line Diff line number Diff line Loading @@ -28,15 +28,29 @@ module DiameterRfRo_PICS { * @desc Does the IUT support event based charging? * @desc Does the IUT support event based charging? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.3/1 * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.3/1 */ */ modulepar boolean PICS_EVENT_BASED_CHARGING := true; modulepar boolean PICS_EVENT_BASED_CHARGING := false; /** /** * @desc Does the IUT support session based charging? * @desc Does the IUT support session based charging? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.3/2 * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.3/2 */ */ modulepar boolean PICS_SESSION_BASED_CHARGING := true; modulepar boolean PICS_SESSION_BASED_CHARGING := false; } // End of group PICS_A3 } // End of group PICS_A3 group PICS_A4 { /** * @desc Does the IUT support event based charging? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.4/1 */ modulepar boolean PICS_EVENT_BASED_CHARGING_A4 := false; /** * @desc Does the IUT support session based charging? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.4/2 */ modulepar boolean PICS_SESSION_BASED_CHARGING_A4 := false; } // End of group PICS_A4 group PICS_A5{ group PICS_A5{ /** /** Loading