Loading AtsCommon/SipIsup_PIXITS.ttcn +9 −23 Original line number Diff line number Diff line Loading @@ -25,22 +25,8 @@ module SipIsup_PIXITS { /** @desc Bitstring[5] for Bearer Capability Information Transfer Capability used for mapping between * ISUP: Bearer Capability information element within USI parameter and * SIP: SDP offer * Used in TC_301_014 and TC_301_015 */ Bit5 PX_USI_BearerCapabilityInformationTransferCapability:='00000'B; /** @desc Bitstring[5] for Bearer Capability Information Transfer Capability used for mapping between * ISUP: Bearer Capability information element within ATP parameter and * SIP: PSTN XML BearerCapability * Used in TC_ */ Bit5 PX_ATP_BearerCapabilityInformationTransferCapability:='00000'B; /** @desc Bitstring[5] for Bearer Capability Information Transfer Capability used for mapping between * ISUP: Bearer Capability information element within ATP parameter and * SIP: PSTN XML BearerCapability * Used in TC_ * SIP: SDP offer or PSTN XML BearerCapability * Used in TC_301_014, TC_301_015 and TC_301_023 */ Bit5 PX_BearerCapabilityInformationTransferCapability:='00000'B; Loading @@ -52,31 +38,31 @@ module SipIsup_PIXITS { Bit5 PX_BearerCapabilityInformationTransferCapability2:='00000'B; /** @desc Bitstring[7] for High layer characteristics identification used for mapping between * ISUP: High layer compatibility information element within ATP parameter and * ISUP: High layer compatibility information element within ATP or UTSI parameter and * SIP: PSTN XML HighLayerCompatibility * 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 * Used in TC_105_012, TC_105_013, TC_106_006, TC_106_007, TC_107_008, TC_107_009, * TC_301_031, TC_301_032 and TC_301_033 */ Bit7 PX_HighLayerCharacteristicsIdentification:='0000001'B; /** @desc Bitstring[7] for 2nd High layer characteristics identification used for mapping between * ISUP: High layer compatibility information element within ATP parameter and * SIP: PSTN XML HighLayerCompatibility * Used in TC104_015, TC_104_016, TC_301_033 * Used in TC104_015, TC_104_016 and TC_301_033 */ Bit7 PX_HighLayerCharacteristicsIdentification2:='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, TC_106_008 and TC_107_010 * Used in TC_104_018, TC_104_019, TC_106_008, TC_107_010 and TC_301_030 */ 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, TC_105_006 and TC_107_004 * Used in TC_104_008, TC_104_020, TC_105_006, TC_107_004 and TC_301_029 */ Bit7 PX_ProgressIndicator:='0000001'B; Loading Loading
AtsCommon/SipIsup_PIXITS.ttcn +9 −23 Original line number Diff line number Diff line Loading @@ -25,22 +25,8 @@ module SipIsup_PIXITS { /** @desc Bitstring[5] for Bearer Capability Information Transfer Capability used for mapping between * ISUP: Bearer Capability information element within USI parameter and * SIP: SDP offer * Used in TC_301_014 and TC_301_015 */ Bit5 PX_USI_BearerCapabilityInformationTransferCapability:='00000'B; /** @desc Bitstring[5] for Bearer Capability Information Transfer Capability used for mapping between * ISUP: Bearer Capability information element within ATP parameter and * SIP: PSTN XML BearerCapability * Used in TC_ */ Bit5 PX_ATP_BearerCapabilityInformationTransferCapability:='00000'B; /** @desc Bitstring[5] for Bearer Capability Information Transfer Capability used for mapping between * ISUP: Bearer Capability information element within ATP parameter and * SIP: PSTN XML BearerCapability * Used in TC_ * SIP: SDP offer or PSTN XML BearerCapability * Used in TC_301_014, TC_301_015 and TC_301_023 */ Bit5 PX_BearerCapabilityInformationTransferCapability:='00000'B; Loading @@ -52,31 +38,31 @@ module SipIsup_PIXITS { Bit5 PX_BearerCapabilityInformationTransferCapability2:='00000'B; /** @desc Bitstring[7] for High layer characteristics identification used for mapping between * ISUP: High layer compatibility information element within ATP parameter and * ISUP: High layer compatibility information element within ATP or UTSI parameter and * SIP: PSTN XML HighLayerCompatibility * 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 * Used in TC_105_012, TC_105_013, TC_106_006, TC_106_007, TC_107_008, TC_107_009, * TC_301_031, TC_301_032 and TC_301_033 */ Bit7 PX_HighLayerCharacteristicsIdentification:='0000001'B; /** @desc Bitstring[7] for 2nd High layer characteristics identification used for mapping between * ISUP: High layer compatibility information element within ATP parameter and * SIP: PSTN XML HighLayerCompatibility * Used in TC104_015, TC_104_016, TC_301_033 * Used in TC104_015, TC_104_016 and TC_301_033 */ Bit7 PX_HighLayerCharacteristicsIdentification2:='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, TC_106_008 and TC_107_010 * Used in TC_104_018, TC_104_019, TC_106_008, TC_107_010 and TC_301_030 */ 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, TC_105_006 and TC_107_004 * Used in TC_104_008, TC_104_020, TC_105_006, TC_107_004 and TC_301_029 */ Bit7 PX_ProgressIndicator:='0000001'B; Loading