Loading AtsCommon/SipIsup_PIXITS.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,21 @@ module SipIsup_PIXITS { Bit7 PX_ProgressIndicator:='0000001'B; /** @desc hexstring of length 1 for NetworkIndicator description used for mapping between * ISUP: Networkindicator information element within CUG parameter and * SIP: CUG XML NetworkIndicator * Used in TC_516_XXX */ 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 */ 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 Loading Loading
AtsCommon/SipIsup_PIXITS.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,21 @@ module SipIsup_PIXITS { Bit7 PX_ProgressIndicator:='0000001'B; /** @desc hexstring of length 1 for NetworkIndicator description used for mapping between * ISUP: Networkindicator information element within CUG parameter and * SIP: CUG XML NetworkIndicator * Used in TC_516_XXX */ 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 */ 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 Loading