Loading AtsCommon/SipIsup_PIXITS.ttcn +12 −3 Original line number Diff line number Diff line Loading @@ -31,25 +31,34 @@ module SipIsup_PIXITS { /** @desc Bitstring[7] for High layer characteristics identification used for mapping between * ISUP: High layer compatibility information element within ATP parameter and * SIP: PSTN XML HighLayerCompatibility * Used in TC_104_015 TC_104_016, TC_105_012, TC_105_013, TC_106_006 and TC_106_007 * Used in TC_104_015 TC_104_016, TC_105_012, TC_105_013, TC_106_006, TC_106_007, * TC_107_008 and TC_107_009 */ Bit7 PX_HighLayerCharacteristicsIdentification:='0000001'B; /** @desc Bitstring[5] for Low layer Information Transfer Capability used for mapping between * ISUP: Low layer compatibility information element within ATP parameter and * SIP: PSTN XML LowLayerCompatibility * Used in TC_104_018, TC_104_019 and TC_106_008 * Used in TC_104_018, TC_104_019, TC_106_008 and TC_107_010 */ Bit5 PX_LowLayerInformationTransferCapability:='00000'B; /** @desc Bitstring[7] for Progress description used for mapping between * ISUP: Progress indicator information element within ATP parameter and * SIP: PSTN XML ProgressIndicator * Used in TC_104_008, TC_104_020 and TC_105_006 * Used in TC_104_008, TC_104_020, TC_105_006 and TC_107_004 */ Bit7 PX_ProgressIndicator:='0000001'B; /** @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 */ integer PX_CauseValue:=16; } }// end module SipIsup_PIXITS No newline at end of file Loading
AtsCommon/SipIsup_PIXITS.ttcn +12 −3 Original line number Diff line number Diff line Loading @@ -31,25 +31,34 @@ module SipIsup_PIXITS { /** @desc Bitstring[7] for High layer characteristics identification used for mapping between * ISUP: High layer compatibility information element within ATP parameter and * SIP: PSTN XML HighLayerCompatibility * Used in TC_104_015 TC_104_016, TC_105_012, TC_105_013, TC_106_006 and TC_106_007 * Used in TC_104_015 TC_104_016, TC_105_012, TC_105_013, TC_106_006, TC_106_007, * TC_107_008 and TC_107_009 */ Bit7 PX_HighLayerCharacteristicsIdentification:='0000001'B; /** @desc Bitstring[5] for Low layer Information Transfer Capability used for mapping between * ISUP: Low layer compatibility information element within ATP parameter and * SIP: PSTN XML LowLayerCompatibility * Used in TC_104_018, TC_104_019 and TC_106_008 * Used in TC_104_018, TC_104_019, TC_106_008 and TC_107_010 */ Bit5 PX_LowLayerInformationTransferCapability:='00000'B; /** @desc Bitstring[7] for Progress description used for mapping between * ISUP: Progress indicator information element within ATP parameter and * SIP: PSTN XML ProgressIndicator * Used in TC_104_008, TC_104_020 and TC_105_006 * Used in TC_104_008, TC_104_020, TC_105_006 and TC_107_004 */ Bit7 PX_ProgressIndicator:='0000001'B; /** @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 */ integer PX_CauseValue:=16; } }// end module SipIsup_PIXITS No newline at end of file