aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-13 22:13:28 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 22:13:28 +0100
commita8e6a652ca50f269a739df2b7e915de5b49f63e0 (patch)
treea683d420281a0aca97e9e2f1754e8f28fdfa5998 /openbsc/include/openbsc/gsm_data.h
parentb7eebf869901033d63350044632f77bef7e9d5a0 (diff)
OM2000: Allow VTY based configuration of IS connection groups
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index e3092f919..e3cefe12f 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -577,6 +577,11 @@ struct gsm_bts {
} rack;
struct gsm_envabtse envabtse[4];
} bs11;
+ struct {
+ struct {
+ struct llist_head conn_groups;
+ } is;
+ } rbs2000;
};
/* Not entirely sure how ip.access specific this is */