Loading ttcn/LibIms_Steps.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -246,9 +246,9 @@ module LibIms_Steps */ function f_setHeadersREFER(inout CSeq p_cSeq_s, in integer p_to_user) runs on ImsComponent { vc_to := LibIms_Steps.f_initToHeader(p_to_user); // init of vc_to using userProfile identifier vc_to := f_initToHeader(p_to_user); // init of vc_to using userProfile identifier vc_from := LibIms_Steps.f_initFromHeader(vc_userprofile.id, f_getRndTag()); // init of vc_from using userProfile identifier vc_from := f_initFromHeader(vc_userprofile.id, f_getRndTag()); // init of vc_from using userProfile identifier vc_requestUri := f_initSipUrl(p_to_user); // Request URI of Invite is identical with To header Loading Loading
ttcn/LibIms_Steps.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -246,9 +246,9 @@ module LibIms_Steps */ function f_setHeadersREFER(inout CSeq p_cSeq_s, in integer p_to_user) runs on ImsComponent { vc_to := LibIms_Steps.f_initToHeader(p_to_user); // init of vc_to using userProfile identifier vc_to := f_initToHeader(p_to_user); // init of vc_to using userProfile identifier vc_from := LibIms_Steps.f_initFromHeader(vc_userprofile.id, f_getRndTag()); // init of vc_from using userProfile identifier vc_from := f_initFromHeader(vc_userprofile.id, f_getRndTag()); // init of vc_from using userProfile identifier vc_requestUri := f_initSipUrl(p_to_user); // Request URI of Invite is identical with To header Loading