aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-05-23 16:56:52 +0000
committerHarald Welte <laforge@gnumonks.org>2009-05-23 16:56:52 +0000
commit78f2f508e6d4560ccf52e2cd0a7d4b779aa34c2a (patch)
tree46655e8f6a58d1e6f8427e0e71477b9c18e25915 /include
parent110c0ab6c5d71375562f78caec2e565c25774b5a (diff)
Add user-configurable BSIC setting
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 071b1c6ec..2c0526014 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -15,6 +15,7 @@
#define HARDCODED_ARFCN 123
#define HARDCODED_TSC 7
+#define HARDCODED_BSIC 0x3f /* NCC = 7 / BCC = 7 */
enum gsm_hooks {
GSM_HOOK_NM_SWLOAD,
@@ -274,6 +275,8 @@ struct gsm_bts {
u_int8_t location_area_code;
/* Training Sequence Code */
u_int8_t tsc;
+ /* Base Station Identification Code (BSIC) */
+ u_int8_t bsic;
/* type of BTS */
enum gsm_bts_type type;
/* how do we talk OML with this TRX? */