pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38465?usp=email )
Change subject: mgw: Remove unneeded dep IPCP_Types.ttcn
......................................................................
mgw: Remove unneeded dep IPCP_Types.ttcn
Change-Id: I318f4ba78adf778820e8d65d5932e454bc5da670
---
M mgw/MGCP_Test.ttcn
M mgw/gen_links.sh
2 files changed, 1 insertion(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn
index 7d8c235..d341022 100644
--- a/mgw/MGCP_Test.ttcn
+++ b/mgw/MGCP_Test.ttcn
@@ -30,7 +30,6 @@
import from IPL4asp_Types all;
import from General_Types all;
import from Native_Functions all;
- import from IPCP_Types all;
import from IP_Types all;
import from Osmocom_VTY_Functions all;
import from TELNETasp_PortType all;
diff --git a/mgw/gen_links.sh b/mgw/gen_links.sh
index 7662b55..629be98 100755
--- a/mgw/gen_links.sh
+++ b/mgw/gen_links.sh
@@ -43,7 +43,7 @@
FILES+="AMR_Types.ttcn "
FILES+="RTP_CodecPort.ttcn RTP_Emulation.ttcn IuUP_Types.ttcn IuUP_Emulation.ttcn
IuUP_EncDec.cc "
FILES+="OSMUX_CodecPort.ttcn OSMUX_Emulation.ttcn OSMUX_Types.ttcn
OSMUX_CodecPort_CtrlFunct.ttcn OSMUX_CodecPort_CtrlFunctDef.cc "
-FILES+="Native_Functions.ttcn Native_FunctionDefs.cc IPCP_Types.ttcn "
+FILES+="Native_Functions.ttcn Native_FunctionDefs.cc "
FILES+="Osmocom_VTY_Functions.ttcn "
FILES+="RTP_CodecPort_CtrlFunct.ttcn RTP_CodecPort_CtrlFunctDef.cc "
FILES+="StatsD_Types.ttcn StatsD_CodecPort.ttcn StatsD_CodecPort_CtrlFunct.ttcn
StatsD_CodecPort_CtrlFunctdef.cc StatsD_Checker.ttcnpp "
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38465?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I318f4ba78adf778820e8d65d5932e454bc5da670
Gerrit-Change-Number: 38465
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>