Loading ttcn/LibIms_Steps.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -717,7 +717,7 @@ module LibIms_Steps { if (p_auth) { // receiving 401 Unauthorized response. // and Re-send REGISTER request with Authorization header tc_ack.start(PX_SIP_TACK); tc_ack.start; alt { [] SIPP.receive(mw_Response_Base(c_statusLine401, vc_callId, p_cSeq_s)) -> value vc_response { tc_ack.stop; Loading Loading @@ -841,7 +841,7 @@ module LibIms_Steps { if (PX_SIP_REGISTER_AUTHENTICATION_ENABLED) { // receiving 401 Unauthorized response. // and Re-send REGISTER request with Authorization header tc_ack.start(PX_SIP_TACK); tc_ack.start; alt { [] SIPP.receive(mw_Response_Base(c_statusLine401, vc_callIdReg, p_cSeq_s)) -> value vc_response { tc_ack.stop; Loading Loading @@ -1189,7 +1189,7 @@ module LibIms_Steps { // Sending of a BYE request to release the call and expect a final response f_SendBYE(m_BYE_Request_IMS(p_requestUri, p_callId, p_cSeq_s, p_from, p_to, vc_via, vc_route)); tc_resp.start(PX_SIP_TRESP); tc_resp.start; alt { [] SIPP.receive(mw_Response_Base(mw_statusLine1xx, p_callId, p_cSeq_s)) { repeat; Loading Loading @@ -1229,7 +1229,7 @@ module LibIms_Steps { f_SendBYE(m_BYE_Request_UE(p_requestUri, p_callId, p_cSeq_s, p_from, valueof(p_to), vc_via, vc_route)); } tc_resp.start(PX_SIP_TRESP); tc_resp.start; alt { [] SIPP.receive(mw_Response_Base(mw_statusLine1xx, p_callId, p_cSeq_s)) { repeat; Loading Loading @@ -1262,7 +1262,7 @@ module LibIms_Steps { // Sending of a BYE request to release the call and expect a final response f_SendBYE(m_BYE_Request_UE(p_requestUri, p_callId, p_cSeq_s, p_from, p_to, vc_via, vc_route)); tc_resp.start(PX_SIP_TRESP); tc_resp.start; alt { [] SIPP.receive(mw_Response_Base(mw_statusLine1xx, p_callId, p_cSeq_s)) { repeat; Loading Loading
ttcn/LibIms_Steps.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -717,7 +717,7 @@ module LibIms_Steps { if (p_auth) { // receiving 401 Unauthorized response. // and Re-send REGISTER request with Authorization header tc_ack.start(PX_SIP_TACK); tc_ack.start; alt { [] SIPP.receive(mw_Response_Base(c_statusLine401, vc_callId, p_cSeq_s)) -> value vc_response { tc_ack.stop; Loading Loading @@ -841,7 +841,7 @@ module LibIms_Steps { if (PX_SIP_REGISTER_AUTHENTICATION_ENABLED) { // receiving 401 Unauthorized response. // and Re-send REGISTER request with Authorization header tc_ack.start(PX_SIP_TACK); tc_ack.start; alt { [] SIPP.receive(mw_Response_Base(c_statusLine401, vc_callIdReg, p_cSeq_s)) -> value vc_response { tc_ack.stop; Loading Loading @@ -1189,7 +1189,7 @@ module LibIms_Steps { // Sending of a BYE request to release the call and expect a final response f_SendBYE(m_BYE_Request_IMS(p_requestUri, p_callId, p_cSeq_s, p_from, p_to, vc_via, vc_route)); tc_resp.start(PX_SIP_TRESP); tc_resp.start; alt { [] SIPP.receive(mw_Response_Base(mw_statusLine1xx, p_callId, p_cSeq_s)) { repeat; Loading Loading @@ -1229,7 +1229,7 @@ module LibIms_Steps { f_SendBYE(m_BYE_Request_UE(p_requestUri, p_callId, p_cSeq_s, p_from, valueof(p_to), vc_via, vc_route)); } tc_resp.start(PX_SIP_TRESP); tc_resp.start; alt { [] SIPP.receive(mw_Response_Base(mw_statusLine1xx, p_callId, p_cSeq_s)) { repeat; Loading Loading @@ -1262,7 +1262,7 @@ module LibIms_Steps { // Sending of a BYE request to release the call and expect a final response f_SendBYE(m_BYE_Request_UE(p_requestUri, p_callId, p_cSeq_s, p_from, p_to, vc_via, vc_route)); tc_resp.start(PX_SIP_TRESP); tc_resp.start; alt { [] SIPP.receive(mw_Response_Base(mw_statusLine1xx, p_callId, p_cSeq_s)) { repeat; Loading