From 32bc11698a80fada30910064e4c2e825ad8719bb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 6 Jun 2011 18:58:48 +0200 Subject: add mo->bts member so we can discover which BTS a MO belong sto --- openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') 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) -- cgit v1.2.3