neels has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/14/34414/1
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: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange