Loading AtsCommon/SipIsup_PIXITS.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -35,13 +35,13 @@ module SipIsup_PIXITS { */ Bit5 PX_LowLayerInformationTransferCapability:='00000'B; /** @desc integer for Progress description used for mapping between /** @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 and TC_104_020 */ integer PX_ProgressIndicator:=1; Bit7 PX_ProgressIndicator:=1; } Loading Loading
AtsCommon/SipIsup_PIXITS.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -35,13 +35,13 @@ module SipIsup_PIXITS { */ Bit5 PX_LowLayerInformationTransferCapability:='00000'B; /** @desc integer for Progress description used for mapping between /** @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 and TC_104_020 */ integer PX_ProgressIndicator:=1; Bit7 PX_ProgressIndicator:=1; } Loading