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:10:19 +0200
commitb3c3faee940cda77afa9ba2500afa9ae9919851e (patch)
tree8fdaf7823afd2eb034ea9c295292bad0f6138ec9 /openbsc/include/openbsc/gsm_data.h
parentaa0b29c2650104b4cb06cd63f295af16fa3a3231 (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 9bbc2921d..5eac8a7d1 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;