aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-06 18:58:48 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-06 18:58:48 +0200
commit32bc11698a80fada30910064e4c2e825ad8719bb (patch)
treef4846da1cc5113f03ae4f18854cf69239441442d /openbsc/include
parent978714d752839ea769641feb9d0dcc79f074b6ea (diff)
add mo->bts member so we can discover which BTS a MO belong sto
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 51e0965e2..ab298c96a 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -90,6 +90,7 @@ struct gsm_abis_mo {
const char *name;
struct gsm_nm_state nm_state;
struct tlv_parsed *nm_attr;
+ struct gsm_bts *bts;
};
#define MAX_A5_KEY_LEN (128/8)