Compare Revisions

The credentials to download the source code are:
 Username: svnusers
 Password: svnusers

Ignore whitespace Rev 75 → Rev 76

/trunk/ttcn/LibIms_Steps.ttcn
998,6 → 998,11
*/
function f_IMS_preamble_woRegistration(in integer p_userprofile, inout CSeq p_cSeq_s) runs on ImsComponent
{
// avoid deregistration in default behavior
vc_DeregDone := true;
vc_boo_route := true;
vc_boo_recordRoute := true;
//Variables & defaults initialization
LibSip_Steps.f_init_component(p_cSeq_s);
 
/trunk/ttcn/LibIms_Templates.ttcn
260,7 → 260,7
routeBody := {{nameAddr := {displayName := omit,
addrSpec := {scheme := c_sipScheme, // contains "sip"
userInfo := omit,
hostPort := {host:=p_interfaceprofile.SUTIpaddr, portField:= p_interfaceprofile.SUTPort},
hostPort := {host:=p_interfaceprofile.SUTHomeDomain, portField:= omit},
urlParameters := omit,
headers := omit}
},