aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-23 07:52:17 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-25 09:07:28 +0100
commit18b63f4b4136df2b0c8872c3323c4b19f5b4030f (patch)
tree2d4b1bc0a6688047a7185c0b7c509659b098fdd3 /openbsc/include/openbsc/gsm_data.h
parentec32b5860ede4b8a4192a76911137efd8b924595 (diff)
Store the GSM BTS in the gsm subscriber connection
Remove further usage of lchan from the gsm 04.11 bits
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index de69ee36a..f352711a2 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -201,8 +201,9 @@ struct gsm_subscriber_connection {
/* Are we part of a special "silent" call */
int silent_call;
- /* back pointer to the gsm_lchan */
+ /* back pointers */
struct gsm_lchan *lchan;
+ struct gsm_bts *bts;
};
struct gsm_lchan {