aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-13 22:45:02 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 22:45:02 +0100
commita02085dab073dbc1d204d1f2698b53605267e07b (patch)
tree5d061c7a3f29adec5c3fd765d1594218929347ea /openbsc/include
parenta8e6a652ca50f269a739df2b7e915de5b49f63e0 (diff)
OM2000: Allow configuration of CON from VTY
However, we have no code that generates the OM2K CON List attribute.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index e3cefe12f..a9f9e5e64 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -581,6 +581,9 @@ struct gsm_bts {
struct {
struct llist_head conn_groups;
} is;
+ struct {
+ struct llist_head conn_groups;
+ } con;
} rbs2000;
};