Loading ttcn/AtsSccas/AtsSccas_TCFunctions.ttcn +3 −3 Original line number Original line Diff line number Diff line Loading @@ -1444,11 +1444,11 @@ module AtsSccas_TCFunctions { vc_contact, vc_contact, -, -, -, -, -, -, m_MBody_SDP(vc_sdp_local), m_MBody_SDP(vc_sdp_local), - // indicating access transfer procedure m_Replaces(vc_callId.callid,{quotedString:=""},{quotedString:=""}) // indicating access transfer procedure )); )); tc_ack.start; tc_ack.start; alt { alt { [] SIPP.receive(mw_INVITE_Request(?,vc_requestUri)) { [] SIPP.receive(mw_INVITE_Request_contact(?)) { tc_ack.stop; tc_ack.stop; log("*** " & __SCOPE__ & ": PASS: forwarded INVITE message was received ***"); log("*** " & __SCOPE__ & ": PASS: forwarded INVITE message was received ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); // sync f_selfOrClientSyncAndVerdict(c_tbDone, e_success); // sync Loading Loading
ttcn/AtsSccas/AtsSccas_TCFunctions.ttcn +3 −3 Original line number Original line Diff line number Diff line Loading @@ -1444,11 +1444,11 @@ module AtsSccas_TCFunctions { vc_contact, vc_contact, -, -, -, -, -, -, m_MBody_SDP(vc_sdp_local), m_MBody_SDP(vc_sdp_local), - // indicating access transfer procedure m_Replaces(vc_callId.callid,{quotedString:=""},{quotedString:=""}) // indicating access transfer procedure )); )); tc_ack.start; tc_ack.start; alt { alt { [] SIPP.receive(mw_INVITE_Request(?,vc_requestUri)) { [] SIPP.receive(mw_INVITE_Request_contact(?)) { tc_ack.stop; tc_ack.stop; log("*** " & __SCOPE__ & ": PASS: forwarded INVITE message was received ***"); log("*** " & __SCOPE__ & ": PASS: forwarded INVITE message was received ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); // sync f_selfOrClientSyncAndVerdict(c_tbDone, e_success); // sync Loading