aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-23 19:06:52 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-23 19:06:52 +0200
commit596fed40f0f1d986b94d1297bea7e25514e7264f (patch)
tree2fac2d574aabb9de5003da71d35fc110e4b2ee38 /openbsc/include/openbsc/gsm_data.h
parentdcaf5654db6db1ea2649907322811312d92495ec (diff)
remove bogus 'network' member of 'struct gsm_transaction'
Since a transaction is associated to a gsm_subscriber, and the subsciber is part of a network, we don't need to have a dedicated transaction->network pointer.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 8e13bd13b..087123f51 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -104,9 +104,6 @@ struct gsm_trans {
/* Entry in list of all transactions */
struct llist_head entry;
- /* Network */
- struct gsm_network *network;
-
/* The protocol within which we live */
u_int8_t protocol;