Harald Welte has submitted this change and it was merged.
Change subject: MGCP_Emulation: Remove bogus mgcp_conn_id variable from
MGCP_ConnHdlr
......................................................................
MGCP_Emulation: Remove bogus mgcp_conn_id variable from MGCP_ConnHdlr
A given MGCP_ConnHdlr is handling multiple connections on one Endpoint
anyway, and the variable is not set or used anywhere.
Change-Id: If9eea3f665289a52915f114f0a69234aad28f322
---
M library/MGCP_Emulation.ttcn
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/MGCP_Emulation.ttcn b/library/MGCP_Emulation.ttcn
index 074385c..df8e4b4 100644
--- a/library/MGCP_Emulation.ttcn
+++ b/library/MGCP_Emulation.ttcn
@@ -38,7 +38,6 @@
port MGCP_Conn_PT MGCP;
/* procedure based port to register for incoming connections */
port MGCPEM_PROC_PT MGCP_PROC;
- var MgcpConnectionId mgcp_conn_id;
}
/* port between individual per-connection components and this dispatcher */
--
To view, visit https://gerrit.osmocom.org/6185
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If9eea3f665289a52915f114f0a69234aad28f322
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder