neels has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34414?usp=email )

Change subject: sip: drop unused var
......................................................................

sip: drop unused var

Change-Id: Id09760238c0e46de2c06e2cc5e7cfd1ffe84cb64
---
M sip/SIP_Tests.ttcn
1 file changed, 9 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 1e3c43f..58000d5 100644
--- a/sip/SIP_Tests.ttcn
+++ b/sip/SIP_Tests.ttcn
@@ -192,7 +192,6 @@
 function f_establish_mt(inout CallPars cp) runs on ConnHdlr {
        var template SipAddr sip_addr_gsm := 
tr_SipAddr_from_val(cp.comp.sip_url_gsm);
        var template SipAddr sip_addr_ext := 
tr_SipAddr_from_val(cp.comp.sip_url_ext);
-       var PDU_SIP_Request sip_req;
        var PDU_SIP_Response sip_resp;
        var MNCC_PDU mncc;


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34414?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: Id09760238c0e46de2c06e2cc5e7cfd1ffe84cb64
Gerrit-Change-Number: 34414
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofm...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: neels <nhofm...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to