pespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/65/38465/1
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 "