aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-14 23:54:10 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:12 +0100
commit9e8322ca0caa863d97d2daa257d4acf21f84dd79 (patch)
tree9ad2e41a4b039c10ffd2f64ab37b0a7414678715 /openbsc/include
parent9bd121b75be538b44ff9c478147bdf2a15efb1f0 (diff)
wip: exclude more bsc stuff from gsm_subscriber_conn
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 74f91b164..c2c7f2f43 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -132,16 +132,9 @@ struct gsm_subscriber_connection {
int mncc_rtp_create_pending;
int mncc_rtp_connect_pending;
- /* bsc structures */
- struct osmo_bsc_sccp_con *sccp_con;
-
/* back pointers */
struct gsm_network *network;
- /* for assignment handling */
- struct osmo_timer_list T10;
- struct gsm_lchan *secondary_lchan;
-
/* 2G or 3G? See enum interface_type */
int via_iface;
@@ -163,6 +156,13 @@ struct gsm_subscriber_connection {
struct gsm_bts *bts;
struct gsm_lchan *lchan;
struct gsm_lchan *ho_lchan;
+
+ /* bsc structures */
+ struct osmo_bsc_sccp_con *sccp_con;
+
+ /* for assignment handling */
+ struct osmo_timer_list T10;
+ struct gsm_lchan *secondary_lchan;
#endif
};