Commit fb1730f9 authored by rennoch's avatar rennoch
Browse files

correction of missing template parameter declaration (reported by TAU)

parent 8f2b2224
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ module AtsNIT_SipSip_Steps {
		 * @return conference uri
		 */
		function f_createConference(inout CSeq p_cSeq_s, in integer p_profile) runs on ImsComponent return SipUrl {
			var SipUrl v_conferenceURI := null;
			var SipUrl v_conferenceURI;
			
			// prepare and send INVITE
    		LibIms_Steps.f_setHeadersINVITE(