From f97649269a6dd13c2fe76c02ff05f472c733ca33 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 20 Aug 2017 22:47:44 +0200 Subject: sysinfo: Fix compilation --- sysinfo/Test.ttcn | 1 + sysinfo/gen_links.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'sysinfo') diff --git a/sysinfo/Test.ttcn b/sysinfo/Test.ttcn index 4b65b3ea..77e46fc3 100644 --- a/sysinfo/Test.ttcn +++ b/sysinfo/Test.ttcn @@ -2,6 +2,7 @@ module Test { import from GSM_Types all; import from Osmocom_Types all; import from GSM_SystemInformation all; + import from GSM_RR_Types all; import from GSMTAP_Types all; import from GSMTAP_PortType all; import from IPL4_GSMTAP_CtrlFunct all; diff --git a/sysinfo/gen_links.sh b/sysinfo/gen_links.sh index 4679dd89..1930acdc 100755 --- a/sysinfo/gen_links.sh +++ b/sysinfo/gen_links.sh @@ -28,6 +28,6 @@ FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn" gen_links $DIR $FILES DIR=../library -FILES="GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4_GSMTAP_CtrlFunctDef.cc Osmocom_Types.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn" +FILES="GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_SystemInformation.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Types.ttcn GSM_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4_GSMTAP_CtrlFunctDef.cc Osmocom_Types.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn" gen_links $DIR $FILES -- cgit v1.2.3