From baf0272d81a8a06fa3af10b0cbaba0ab1d4348a7 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 12 Sep 2023 02:10:11 +0200 Subject: sip: tweak log msg Change-Id: Icf8a88306bf08d6e0d2c62f6c09ce89b36a40254 --- sip/SIP_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sip/SIP_Tests.ttcn b/sip/SIP_Tests.ttcn index 37c158e9..1e3c43f4 100644 --- a/sip/SIP_Tests.ttcn +++ b/sip/SIP_Tests.ttcn @@ -212,7 +212,7 @@ function f_establish_mt(inout CallPars cp) runs on ConnHdlr { cp.mncc_call_id := mncc.u.signal.callref; } [] SIP.receive { - setverdict(fail, "Received unexpected respose"); + setverdict(fail, "Received unexpected SIP response"); SIP.send(ts_SIP_ACK(cp.comp.sip_call_id, cp.comp.sip_url_ext, cp.comp.sip_url_gsm, cp.comp.sip_seq_nr, omit)); mtc.stop; -- cgit v1.2.3