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/a_iface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/msc/a_iface.h') diff --git a/include/osmocom/msc/a_iface.h b/include/osmocom/msc/a_iface.h index 32003ebdb..40ad9c8d1 100644 --- a/include/osmocom/msc/a_iface.h +++ b/include/osmocom/msc/a_iface.h @@ -21,6 +21,7 @@ #pragma once #include +#include /* A struct to keep a context information about the BSCs we are associated with */ struct bsc_context { -- cgit v1.2.3