aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-06 23:20:28 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-06 23:20:28 +0100
commit40d1c3fef1376b8f570e51b8e9c67327b5029f70 (patch)
treec765cb75200619652f991ffd350e453b1ae48333 /openbsc/include/openbsc/signal.h
parent8b277ac381542041685c5d03752817dedd217dde (diff)
RBS2000: Automatically connect/start/configure/enable most MOs
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-rw-r--r--openbsc/include/openbsc/signal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 83a4ee693..5e2b7ae09 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -84,6 +84,7 @@ enum signal_nm {
S_NM_TEST_REP, /* GSM 12.21 Test Report */
S_NM_STATECHG_OPER, /* Operational State changed*/
S_NM_STATECHG_ADM, /* Administrative State changed */
+ S_NM_OM2K_CONF_RES, /* OM2K Configuration Result */
};
/* SS_LCHAN signals */
@@ -187,6 +188,14 @@ struct nm_statechg_signal_data {
struct abis_om2k_mo *om2k_mo;
};
+struct nm_om2k_signal_data {
+ struct gsm_bts *bts;
+ void *obj;
+ struct abis_om2k_mo *om2k_mo;
+
+ uint8_t accordance_ind;
+};
+
struct nm_nack_signal_data {
struct msgb *msg;
uint8_t mt;