Loading DiameterRfRo/ttcn/DiameterRfRo_PICS.ttcn +19 −3 Original line number Original line Diff line number Diff line Loading @@ -12,13 +12,13 @@ module DiameterRfRo_PICS { * @desc Does CDF act as the IUT? * @desc Does CDF act as the IUT? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/1 * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/1 */ */ modulepar boolean PICS_CDF_IUT := false; modulepar boolean PICS_RF_CDF_IUT := false; /** /** * @desc Does CDF act as the IUT? * @desc Does CTF act as the IUT? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/2 * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/2 */ */ modulepar boolean PICS_CTF_IUT := false; modulepar boolean PICS_RF_CTF_IUT := false; } // End of group PICS_A2 } // End of group PICS_A2 Loading @@ -37,4 +37,20 @@ module DiameterRfRo_PICS { } // End of group PICS_A3 } // End of group PICS_A3 group PICS_A5{ /** * @desc Does OCF act as the IUT? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.5/1 */ modulepar boolean PICS_RO_OCF_IUT := false; /** * @desc Does CTF act as the IUT? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.5/2 */ modulepar boolean PICS_RO_CTF_IUT := false; } // End of group PICS_A5 } // End of module DiameterRfRo_PICS } // End of module DiameterRfRo_PICS No newline at end of file Loading
DiameterRfRo/ttcn/DiameterRfRo_PICS.ttcn +19 −3 Original line number Original line Diff line number Diff line Loading @@ -12,13 +12,13 @@ module DiameterRfRo_PICS { * @desc Does CDF act as the IUT? * @desc Does CDF act as the IUT? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/1 * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/1 */ */ modulepar boolean PICS_CDF_IUT := false; modulepar boolean PICS_RF_CDF_IUT := false; /** /** * @desc Does CDF act as the IUT? * @desc Does CTF act as the IUT? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/2 * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/2 */ */ modulepar boolean PICS_CTF_IUT := false; modulepar boolean PICS_RF_CTF_IUT := false; } // End of group PICS_A2 } // End of group PICS_A2 Loading @@ -37,4 +37,20 @@ module DiameterRfRo_PICS { } // End of group PICS_A3 } // End of group PICS_A3 group PICS_A5{ /** * @desc Does OCF act as the IUT? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.5/1 */ modulepar boolean PICS_RO_OCF_IUT := false; /** * @desc Does CTF act as the IUT? * @see ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.5/2 */ modulepar boolean PICS_RO_CTF_IUT := false; } // End of group PICS_A5 } // End of module DiameterRfRo_PICS } // End of module DiameterRfRo_PICS No newline at end of file