Commit a74a1abf authored by pintar's avatar pintar
Browse files

general PIXIT

parent 3b7c100f
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -14,13 +14,12 @@ module SipIsup_PIXITS {
	*			Value of PX_LOCAL_POLICY
	*			1: receive no cause due to local policy, 2: receive cause #31 due to local policy
	*/
	modulepar {UInt2  PX_LOCAL_POLICY := 1;
	integer PX_CSeq_Start := 1;
	modulepar {

	/** @desc	integer for testcase variant according to table entry in table to test purpose description, if present
	*/
	integer PX_TC_VA:=1;
	integer PX_Variant_i_Start := 1;
	integer PX_Variant_j_Start := 1;
	boolean PX_Variant_i_Inc := false;
	boolean PX_Variant_j_Inc := false;

	}

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