aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-06 21:20:38 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-06 21:20:38 +0100
commitaf9b810419b9c6e686d647ccd58b093c40b29b46 (patch)
treeff163b961f81c16ec3f9017bd7050d9034b5a6ca /openbsc/include/openbsc/gsm_data.h
parent217c6b6ad254f38c3daff21fc0e6de1a80b0757a (diff)
OM2000: Track the Operational Info and MO state
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index ae448c4c1..4d427bedb 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -595,11 +595,19 @@ struct gsm_bts {
} bs11;
struct {
struct {
+ struct gsm_nm_state nm_state;
struct llist_head conn_groups;
} is;
struct {
+ struct gsm_nm_state nm_state;
struct llist_head conn_groups;
} con;
+ struct {
+ struct gsm_nm_state nm_state;
+ } dp;
+ struct {
+ struct gsm_nm_state nm_state;
+ } tf;
} rbs2000;
struct {
unsigned long serno;