aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-01-11 23:44:56 +0100
committerHarald Welte <laforge@gnumonks.org>2011-01-11 23:48:52 +0100
commit32c0962b100b5dd066b1a55e584baadd22fbe443 (patch)
treeac236f5c5d4119e59d16371cb338e6ed8ef33391 /openbsc/include
parent9b5f1d7b4399932ac83c0f1f14b192a25db8cf53 (diff)
[BSC] Allow manual override of neighbor cell list
So far, OpenBSC simply assumed that all BTS's configured in openbsc.cfg are neighbors of each other. While this is true for small site installations, it is definitely not true in most real world cases. We now have the following new commands at the 'configure bts' level: 'neighbor-list mode (auto|manual)' for selecting the mode 'neighbor-list (add|del) arfcn <0-1024>' for adding/deleting ARFCN in manual mode
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index fc02f58de..792f56fd8 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -531,6 +531,7 @@ struct gsm_bts {
struct gsm_nm_state nm_state;
} site_mgr;
+ int neigh_list_manual_mode;
/* parameters from which we build SYSTEM INFORMATION */
struct {
struct gsm48_rach_control rach_control;