Commit df880f48 authored by pintar's avatar pintar
Browse files

Corrections due to Iskratel validation STF387 week48

parent 6ec080ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ group MessageBody{
	
	/** @desc	characterstring used in SIP message body to separate MIME parts (boundary)
	*/
	charstring PX_SIP_MIME_Boundary := "--sdp-isup-boundary";
	charstring PX_SIP_MIME_Boundary := "sdp-isup-boundary";
	
	/** @desc	characterstring used for the SDP content-type
	*/
+2 −2
Original line number Diff line number Diff line
@@ -3082,7 +3082,7 @@
				   v_isupBiccComponent.start(f_IsupBicc_TC_301_006()) ;
									
				   // synchronize both PTCs
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_uPlane, c_tbDone});
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_sync2, c_uPlane, c_tbDone});
									
				   f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent);
									
@@ -3109,7 +3109,7 @@
				   v_isupBiccComponent.start(f_IsupBicc_TC_301_007()) ;
									
				   // synchronize both PTCs
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_uPlane, c_tbDone});
				   f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_sync2, c_uPlane, c_tbDone});
									
				   f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent);
									
+5 −3
Original line number Diff line number Diff line
@@ -142,15 +142,16 @@
					var CallInstanceCode v_CallInstanceCode2;
					var Bit12 v_CircuitIdentityCodeDef;
					var CallInstanceCode v_CallInstanceCodeDef;
					var Bit4 v_SLS;
					var Bit4 v_SLS2;

					//call states associated with cic1 and cic2: 0: no connection; 1: IAM sent or received; 2: REL sent;
					var integer v_ISUP_CallState1; //call state associated with cic1
					var integer v_ISUP_CallState2; //call state associated with cic2
					//bearer states associated with cic1 and cic2: 0: not setup; 1: setup reuested; 
						//2: release requested; 3: setup
					var integer v_ISUP_BearerState1; //state associated with cic1
					var integer v_ISUP_BearerState2; //state associated with cic2
					var boolean v_ISUP_inTestBody;
					var boolean v_ACM_expected1; // First IAM sent, ACM pending, if true
					var boolean v_ACM_expected2; // Second IAM sent, ACM pending, if true

        			var default v_Default;// Generic default variable, used for activation

@@ -158,6 +159,7 @@

                    var ISUP_BICC_MSG_ind v_ACM_r; // to store a received ACM message and extract values
                    var ISUP_BICC_MSG_ind v_ANM_r; // to store a received ANM message and extract values
					var ISUP_BICC_MSG_ind v_ANY_r; // to store a received ANM message and extract values
                    var ISUP_BICC_MSG_ind v_APM_r; // to store a received APM message and extract values
                    var ISUP_BICC_MSG_ind v_CGB_r; // to store a received CGB message and extract values
                    var ISUP_BICC_MSG_ind v_CGBA_r; // to store a received CGBA message and extract values