Loading ttcn/LibSip_Steps.ttcn +2 −2 Original line number Original line Diff line number Diff line /* /* * @author STF 346, STF366, STF368, STF369 * @author STF 346, STF366, STF368, STF369 * @version $Id$ * @version $Id$ * @desc This module provides the types used by the test component * @desc This module provides the types used by the test component Loading Loading @@ -333,7 +333,7 @@ group ParameterOperations { { id := "algorithm", paramValue := c_algorithm }, // algorithm is not enclosed with " characters { id := "algorithm", paramValue := c_algorithm }, // algorithm is not enclosed with " characters { id := "ck", paramValue := "00112233445566778899aabbccddeeff" }, { id := "ck", paramValue := "00112233445566778899aabbccddeeff" }, { id := "ik", paramValue := "ffeeddccbbaa99887766554433221100" }, // already enclosed to " characters { id := "ik", paramValue := "ffeeddccbbaa99887766554433221100" }, // already enclosed to " characters { id := "qop=\""&v_qop&"\"", paramValue := omit }//qop { id := "qop="""&v_qop&"""", paramValue := omit }//qop } } }; }; Loading ttcn/LibSip_Templates.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1811,7 +1811,7 @@ group base_templates{ template Response mw_Response_Base (template StatusLine p_statusLine, template CallId p_callId, template Response mw_Response_Base (template StatusLine p_statusLine, template CallId p_callId, template CSeq p_cSeq) modifies mw_Response_Dummy:= template CSeq p_cSeq) modifies mw_Response_Dummy:= { { statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?}, statusLine := p_statusLine, msgHeader := msgHeader := { { callId := p_callId, callId := p_callId, Loading Loading
ttcn/LibSip_Steps.ttcn +2 −2 Original line number Original line Diff line number Diff line /* /* * @author STF 346, STF366, STF368, STF369 * @author STF 346, STF366, STF368, STF369 * @version $Id$ * @version $Id$ * @desc This module provides the types used by the test component * @desc This module provides the types used by the test component Loading Loading @@ -333,7 +333,7 @@ group ParameterOperations { { id := "algorithm", paramValue := c_algorithm }, // algorithm is not enclosed with " characters { id := "algorithm", paramValue := c_algorithm }, // algorithm is not enclosed with " characters { id := "ck", paramValue := "00112233445566778899aabbccddeeff" }, { id := "ck", paramValue := "00112233445566778899aabbccddeeff" }, { id := "ik", paramValue := "ffeeddccbbaa99887766554433221100" }, // already enclosed to " characters { id := "ik", paramValue := "ffeeddccbbaa99887766554433221100" }, // already enclosed to " characters { id := "qop=\""&v_qop&"\"", paramValue := omit }//qop { id := "qop="""&v_qop&"""", paramValue := omit }//qop } } }; }; Loading
ttcn/LibSip_Templates.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1811,7 +1811,7 @@ group base_templates{ template Response mw_Response_Base (template StatusLine p_statusLine, template CallId p_callId, template Response mw_Response_Base (template StatusLine p_statusLine, template CallId p_callId, template CSeq p_cSeq) modifies mw_Response_Dummy:= template CSeq p_cSeq) modifies mw_Response_Dummy:= { { statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?}, statusLine := p_statusLine, msgHeader := msgHeader := { { callId := p_callId, callId := p_callId, Loading