Commit 349adbe8 authored by schmitting's avatar schmitting
Browse files

No commit message

No commit message
parent b24f4870
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
@@ -21,24 +21,31 @@ module SipIsup_PIXITS {
	*/
	integer PX_TC_VA:=1;

	/** @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_BearerCapabilityInformationTransferCapability:='00000'B;

	/** @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 and TC_104_016
	 *          Used in TC_104_015 TC_104_016, TC_105_012, TC_105_013, TC_106_006 and TC_106_007
	*/
	Bit7 PX_HighLayerCharacteristicsIdentification:='0000001'B;

	/** @desc	Bitstring[5] for Low layer Information Transfer Capability used for mapping between 
	 *          ISUP: Low ayer compatibility information element within ATP parameter and 
	 *          ISUP: Low layer compatibility information element within ATP parameter and 
	 *          SIP: PSTN XML LowLayerCompatibility
	 *          Used in TC_104_018 and TC_104_019
	 *          Used in TC_104_018, TC_104_019 and TC_106_008
	*/
	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 and TC_104_020
	 *          Used in TC_104_008, TC_104_020 and TC_105_006
	*/

	Bit7 PX_ProgressIndicator:='0000001'B;