From f97649269a6dd13c2fe76c02ff05f472c733ca33 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 20 Aug 2017 22:47:44 +0200 Subject: [PATCH] sysinfo: Fix compilation --- library/GSM_SystemInformation.ttcn | 1 + sysinfo/Test.ttcn | 1 + sysinfo/gen_links.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/library/GSM_SystemInformation.ttcn b/library/GSM_SystemInformation.ttcn index 90fa42588..b53d5f247 100644 --- a/library/GSM_SystemInformation.ttcn +++ b/library/GSM_SystemInformation.ttcn @@ -7,6 +7,7 @@ module GSM_SystemInformation { import from General_Types all; import from GSM_Types all; + import from GSM_RR_Types all; import from Osmocom_Types all; type union ArfcnOrMaio { diff --git a/sysinfo/Test.ttcn b/sysinfo/Test.ttcn index 4b65b3ea4..77e46fc3c 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 4679dd89c..1930acdc1 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