From b3c3faee940cda77afa9ba2500afa9ae9919851e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 23 Jul 2009 19:06:52 +0200 Subject: 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. --- openbsc/include/openbsc/gsm_data.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbsc/include') 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; -- cgit v1.2.3