aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-01 11:24:18 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-01 11:24:18 +0200
commit1a9913060fb846e332cd6d1f09e27967b7f58f6e (patch)
treef0ce53be282fa48c78a048ec1bcc2f3cf0ff9b3a /openbsc/src
parent8dc1a6811e0af58abb56b8029a3b9e9f3fea2ca9 (diff)
parent8226fa7016b4b3a26021b8ebf5c1fbeb5f280274 (diff)
Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbsc
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/bsc_hack.c2
-rw-r--r--openbsc/src/gsm_data.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index e3e3a407f..13438b9cb 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -49,8 +49,6 @@
#include <openbsc/signal.h>
#include <openbsc/talloc.h>
-void *tall_bsc_ctx;
-
/* global pointer to the gsm network data structure */
static struct gsm_network *gsmnet;
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 <openbsc/gsm_data.h>
#include <openbsc/talloc.h>
+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)
{