From c3d4b2d441814a37736791911fce1f4e3725ac35 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Thu, 4 Jun 2009 14:27:39 +0000 Subject: [subscr] Remove the struct gsm_bts pointer from subscriber The pointer was initially added to support to open a lchan by using the gsm_subscriber structure. We would have restored the struct gsm_bts from the db when loading the subscriber. Instead we will dynamically resolve the gsm_bts and might end up paging multiple bts in the same (stored/old) location area until it answers. --- include/openbsc/gsm_subscriber.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/openbsc/gsm_subscriber.h') diff --git a/include/openbsc/gsm_subscriber.h b/include/openbsc/gsm_subscriber.h index 1798dc651..99148b5df 100644 --- a/include/openbsc/gsm_subscriber.h +++ b/include/openbsc/gsm_subscriber.h @@ -23,7 +23,6 @@ struct gsm_subscriber { /* for internal management */ int use_count; struct llist_head entry; - struct gsm_bts *current_bts; }; enum gsm_subscriber_field { -- cgit v1.2.3