Loading AtsCommon/SipIsup_PIXITS.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -75,23 +75,23 @@ module SipIsup_PIXITS { * ISUP: Networkindicator information element within CUG parameter and * SIP: CUG XML NetworkIndicator * Used in TC_516_XXX * length of it must be 1 */ hexstring PX_CUG_NetworkIndicator:='0'H; /** @desc hexstring of length 2 for InterlockBinaryCode description used for mapping between * ISUP: InterlockBinaryCode information element within CUG parameter and * SIP: CUG XML InterlockBinaryCode * Used in TC_516_XXX * length of it must be 2 */ hexstring PX_CUG_InterlockBinaryCode:='00'H; /** @desc Integer for Cause value used for mapping between * ISUP: Cause value within CAUI parameter and * SIP: Q.850 cause value in Reason header * Used in TC_110_001 and TC_110_002 * Used in TC_110_001, TC_110_002, TC_307_002, TC_307_003, TC_308_002, TC_308_004, TC_308_005 */ integer PX_CauseValue:=16; /** @desc integer for SIP message variant according to table entry in table to test purpose description, if present Loading Loading
AtsCommon/SipIsup_PIXITS.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -75,23 +75,23 @@ module SipIsup_PIXITS { * ISUP: Networkindicator information element within CUG parameter and * SIP: CUG XML NetworkIndicator * Used in TC_516_XXX * length of it must be 1 */ hexstring PX_CUG_NetworkIndicator:='0'H; /** @desc hexstring of length 2 for InterlockBinaryCode description used for mapping between * ISUP: InterlockBinaryCode information element within CUG parameter and * SIP: CUG XML InterlockBinaryCode * Used in TC_516_XXX * length of it must be 2 */ hexstring PX_CUG_InterlockBinaryCode:='00'H; /** @desc Integer for Cause value used for mapping between * ISUP: Cause value within CAUI parameter and * SIP: Q.850 cause value in Reason header * Used in TC_110_001 and TC_110_002 * Used in TC_110_001, TC_110_002, TC_307_002, TC_307_003, TC_308_002, TC_308_004, TC_308_005 */ integer PX_CauseValue:=16; /** @desc integer for SIP message variant according to table entry in table to test purpose description, if present Loading