Commit 4999a497 authored by poglitsch's avatar poglitsch
Browse files

fix for mantis issue 0005746: TTworkbench 11 compatibility

parent ccb1c827
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
/*
 *	@author 	STF 346, STF366, STF368, STF369
 *  @version    $Id$
 *	@desc		This module provides the types used by the test component 
@@ -333,7 +333,7 @@ group ParameterOperations {
		  { id := "algorithm", paramValue := c_algorithm }, // algorithm is not enclosed with " characters
		  { id := "ck", paramValue := "00112233445566778899aabbccddeeff" },
		  { id := "ik", paramValue := "ffeeddccbbaa99887766554433221100" }, // already enclosed to " characters
		  { id := "qop=\""&v_qop&"\"", paramValue := omit }//qop
		  { id := "qop="""&v_qop&"""", paramValue := omit }//qop

		}
	  };
+1 −1
Original line number Diff line number Diff line
@@ -1811,7 +1811,7 @@ group base_templates{
		template Response mw_Response_Base (template StatusLine p_statusLine, template CallId p_callId,
			template CSeq p_cSeq) modifies mw_Response_Dummy:=
		{
			statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?},
			statusLine := p_statusLine,
			msgHeader :=
			{
			  callId		:= p_callId,