aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/a_iface.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 /src/libmsc/a_iface.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 'src/libmsc/a_iface.c')
-rw-r--r--src/libmsc/a_iface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libmsc/a_iface.c b/src/libmsc/a_iface.c
index 3e8649435..4892fb8c5 100644
--- a/src/libmsc/a_iface.c
+++ b/src/libmsc/a_iface.c
@@ -40,6 +40,8 @@
#include <osmocom/msc/a_reset.h>
#include <osmocom/msc/osmo_msc.h>
+#include <errno.h>
+
/* A pointer to the GSM network we work with. By the current paradigm,
* there can only be one gsm_network per MSC. The pointer is set once
* when calling a_init() */