neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34413?usp=email )
Change subject: sip: tweak log msg ......................................................................
sip: tweak log msg
Change-Id: Icf8a88306bf08d6e0d2c62f6c09ce89b36a40254 --- M sip/SIP_Tests.ttcn 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/13/34413/1
diff --git a/sip/SIP_Tests.ttcn b/sip/SIP_Tests.ttcn index 37c158e..1e3c43f 100644 --- a/sip/SIP_Tests.ttcn +++ b/sip/SIP_Tests.ttcn @@ -212,7 +212,7 @@ 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;