aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_data_shared.h
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 /include/osmocom/msc/gsm_data_shared.h
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 'include/osmocom/msc/gsm_data_shared.h')
-rw-r--r--include/osmocom/msc/gsm_data_shared.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/osmocom/msc/gsm_data_shared.h b/include/osmocom/msc/gsm_data_shared.h
index 5028a269d..4f4778660 100644
--- a/include/osmocom/msc/gsm_data_shared.h
+++ b/include/osmocom/msc/gsm_data_shared.h
@@ -17,7 +17,7 @@
#include <osmocom/gsm/protocol/gsm_04_08.h>
#include <osmocom/gsm/protocol/gsm_08_58.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
-
+#include <osmocom/msc/meas_rep.h>
#include <osmocom/abis/e1_input.h>
#ifndef ROLE_BSC
@@ -860,7 +860,6 @@ struct gsm_bts {
struct gsm48_rach_control rach_control;
uint8_t ncc_permitted;
struct gsm48_cell_sel_par cell_sel_par;
- struct gsm48_si_selection_params cell_ro_sel_par; /* rest octet */
struct gsm48_cell_options cell_options;
struct gsm48_control_channel_descr chan_desc;
struct bitvec neigh_list;