Commit a17f9fd5 authored by pintar's avatar pintar
Browse files

Corrections due to Iskratel validation STF387 week51

parent 080edfbd
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -354,6 +354,21 @@ group MessageBody{
}//end of group MessageBody


group SipProjectSpecific{
	modulepar 
	{
	
		/** @desc	characterstring for PAssertedID which extends from calling party number(at ISUP)
		*/
		charstring  PX_SIP_PASSERTEDID_USERINFO := "4123";
	
		/** @desc	characterstring for From which extends from additional calling party number(at ISUP)
		*/
		charstring  PX_SIP_FROM_USERINFO := "4123";
	
	}//modulpar
}//end of group SipProjectSpecific

}//SIP_PIXITparameters

group ISUP_PIXITparameters{
@@ -1267,12 +1282,12 @@ group MessagePar {
	/** @desc	8 bits for default value for element range inside Range and status parameter (RAS); Variable(V) format (to be sent when the TP does not specify a specific value for that field).
	   @remark	PICS/PIXIT Reference: ETSI TS 186002-5, Table A7
	*/
	Bit8			PX_ISUP_TX_RAS_range := '00011110'B; // 30
	Bit8			PX_ISUP_TX_RAS_range := '00001110'B; // 14

	/** @desc	octetstring for default value for element status inside Range and status parameter (RAS); Variable(V) format (to be sent when the TP does not specify a specific value for that field).
	   @remark	PICS/PIXIT Reference: ETSI TS 186002-5, Table A7
	*/
	octetstring		PX_ISUP_TX_RAS_status := 'FE7FFF7F'O; // cic 1-15, 17-31;
	octetstring		PX_ISUP_TX_RAS_status := '00'O; // cic 1-15, 17-31;

	/** @desc	7 bits for default value for element natureOfAddressIndicator inside Redirecting number parameter (RDN); Optional(O) format (to be sent when the TP does not specify a specific value for that field).
	   @remark	PICS/PIXIT Reference: ETSI TS 186002-5, Table A7
@@ -1414,6 +1429,10 @@ group MessagePar {
	*/
	octetstring		PX_ISUP_TX_connsub_information := '49534B524154454C'O;

	/**  @desc	According to RFC 3398 and Q.1912.5, received CANCEL message does not contain encapsulated REL. If false, received CANCEL message with encapsulated REL is supported
	*/
	boolean			PX_ISUP_TX_without_Cancel_Encaps := true;

	} //end of modulpar
	
} // end of group MessagePar	
+3 −3
Original line number Diff line number Diff line
@@ -5246,7 +5246,7 @@
				   v_isupBiccComponent.start(f_IsupBicc_TC_308_001()) ;
									
				   // synchronize both PTCs on sychronization points
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_tbDone});
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_uPlane, c_tbDone});
									
				   f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent);
									
@@ -5436,7 +5436,7 @@
				   v_isupBiccComponent.start(f_IsupBicc_TC_309_002()) ;
									
				   // synchronize both PTCs on sychronization points
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_tbDone});
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_sync2, c_tbDone});
									
				   f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent);									
				} //end TC_309_002		
@@ -5888,7 +5888,7 @@
				   v_isupBiccComponent.start(f_IsupBicc_TC_311_001()) ;
									
				   // synchronize both PTCs on sychronization points
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_sync2, c_uPlane, c_tbDone});
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_uPlane, c_sync2, c_uPlane, c_tbDone});
									
				   f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent);