neels has submitted this change. ( 
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(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified




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;

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34413?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icf8a88306bf08d6e0d2c62f6c09ce89b36a40254
Gerrit-Change-Number: 34413
Gerrit-PatchSet: 2
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-MessageType: merged

Reply via email to