sysinfo: Fix compilation
diff --git a/library/GSM_SystemInformation.ttcn b/library/GSM_SystemInformation.ttcn
index 90fa425..b53d5f2 100644
--- a/library/GSM_SystemInformation.ttcn
+++ b/library/GSM_SystemInformation.ttcn
@@ -7,6 +7,7 @@
 
 	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 4b65b3e..77e46fc 100644
--- a/sysinfo/Test.ttcn
+++ b/sysinfo/Test.ttcn
@@ -2,6 +2,7 @@
 	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 4679dd8..1930acd 100755
--- a/sysinfo/gen_links.sh
+++ b/sysinfo/gen_links.sh
@@ -28,6 +28,6 @@
 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