Commit 601d34aa authored by schmitting's avatar schmitting
Browse files

Some PIXIT for special TCs in group 104 added

parent 9d7cf5e3
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
module SipIsup_PIXITS {

	import from LibCommon_BasicTypesAndValues all;
	import from LibCommon_DataStrings all;

	/*
	** @remark	Reference: XXX
@@ -20,6 +21,28 @@ module SipIsup_PIXITS {
	*/
	integer PX_TC_VA:=1;

	/** @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
	*/
	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 
	 *          SIP: PSTN XML LowLayerCompatibility
	 *          Used in TC_104_018 and TC_104_019
	*/
	Bit5 PX_LowLayerInformationTransferCapability:='00000'B;

	/** @desc	integer 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;

	}

}// end module SipIsup_PIXITS
 No newline at end of file