aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_tests.c
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-09-15 11:22:30 +0200
committerMax <msuraev@sysmocom.de>2017-09-15 11:31:03 +0200
commit43b01b05141c888615cefa7c48c7a82a200cd552 (patch)
tree3dcb3b18071233c50e5d4a5b63170a995cc8b319 /tests/msc_vlr/msc_vlr_tests.c
parenta81ee7c3b87f9db9d0a369de01103d4d7f33ec0f (diff)
Remove rest_octets.h
The MSC should not fiddle with low-level SI details like rest octets anyway. Unfortunately simply removing the header is impossible as it causes massive fallout due to missing includes. Fixed it as well. The only other parameter which required removal is cell_ro_sel_par which is not referenced anywhere in the code anyway. Change-Id: Ibff77330de056fad4288cd4c48d016aad8105354
Diffstat (limited to 'tests/msc_vlr/msc_vlr_tests.c')
-rw-r--r--tests/msc_vlr/msc_vlr_tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/msc_vlr/msc_vlr_tests.c b/tests/msc_vlr/msc_vlr_tests.c
index d05aa29f4..a6e0f29a0 100644
--- a/tests/msc_vlr/msc_vlr_tests.c
+++ b/tests/msc_vlr/msc_vlr_tests.c
@@ -33,6 +33,7 @@
#include <osmocom/msc/gsup_client.h>
#include <osmocom/msc/gsm_04_11.h>
#include <osmocom/msc/debug.h>
+#include <osmocom/msc/gsm_04_08.h>
#if BUILD_IU
#include <osmocom/msc/iucs_ranap.h>