aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
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 {