aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-06 22:11:32 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-06 22:11:32 +0100
commitf38ca9aec78421a5a065804007443e5c18ac582a (patch)
tree39b4515d715bd0dd56c113960eaed14c4b86601a /openbsc/include/openbsc/signal.h
parentd529db6e5025daab8c1316e827bbed4e1e2289ac (diff)
OML: Include a pointer to the BTS in NM STATE CHANGE signals
... this allows the BTS driver to decide if it should handle the event at all
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-rw-r--r--openbsc/include/openbsc/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 572c9754c..83a4ee693 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -175,6 +175,7 @@ struct ipacc_ack_signal_data {
struct abis_om2k_mo;
struct nm_statechg_signal_data {
+ struct gsm_bts *bts;
u_int8_t obj_class;
void *obj;
struct gsm_nm_state *old_state;