Commit f30deb6e authored by juvancic's avatar juvancic
Browse files

No commit message

No commit message
parent f11cb49b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1297,6 +1297,14 @@ module SipIsup_IMS_TCFunctions {
					f_IMS_TC_303_002(p_cSeq_s);
				}// end function f_IMS_TC_303_006

				/* 
				*  @desc	This is the test case function (IMS/SIP side) for TC_303_011
				*  @param	loc_CSeq_s - Transaction Id
				*/
				function f_IMS_TC_303_011(in CSeq p_cSeq_s) runs on ImsComponent {
					f_IMS_TC_303_001(p_cSeq_s);
				}// end function f_IMS_TC_303_011				
				
			} // end group TP303_Sending_ACM
			
			group TP304_Sending_CPG {