From a8e6a652ca50f269a739df2b7e915de5b49f63e0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 13 Feb 2011 22:13:28 +0100 Subject: OM2000: Allow VTY based configuration of IS connection groups --- openbsc/include/openbsc/gsm_data.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbsc/include') 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 */ -- cgit v1.2.3