From 43b01b05141c888615cefa7c48c7a82a200cd552 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 15 Sep 2017 11:22:30 +0200 Subject: 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 --- include/osmocom/msc/msc_ifaces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/msc/msc_ifaces.h') diff --git a/include/osmocom/msc/msc_ifaces.h b/include/osmocom/msc/msc_ifaces.h index d46dfe9b3..0592c0701 100644 --- a/include/osmocom/msc/msc_ifaces.h +++ b/include/osmocom/msc/msc_ifaces.h @@ -2,6 +2,7 @@ #include #include +#include /* These are the interfaces of the MSC layer towards (from?) the BSC and RNC, * i.e. in the direction towards the mobile device (MS aka UE). -- cgit v1.2.3