Commit b93b1493 authored by schmitting's avatar schmitting
Browse files

PI defined as Bitstring[7]

parent e7a81228
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;

	}