From 8226fa7016b4b3a26021b8ebf5c1fbeb5f280274 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 29 Jun 2009 15:19:38 +0200 Subject: the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. --- openbsc/src/gsm_data.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/src/gsm_data.c') diff --git a/openbsc/src/gsm_data.c b/openbsc/src/gsm_data.c index 81facdf04..c21c6b4f5 100644 --- a/openbsc/src/gsm_data.c +++ b/openbsc/src/gsm_data.c @@ -27,6 +27,8 @@ #include #include +void *tall_bsc_ctx; + void set_ts_e1link(struct gsm_bts_trx_ts *ts, u_int8_t e1_nr, u_int8_t e1_ts, u_int8_t e1_ts_ss) { -- cgit v1.2.3