aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bsc/bsc_test.c1
-rw-r--r--tests/gsm0408/gsm0408_test.c3
-rw-r--r--tests/handover/handover_test.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/bsc/bsc_test.c b/tests/bsc/bsc_test.c
index dbb547e82..0cf0bc265 100644
--- a/tests/bsc/bsc_test.c
+++ b/tests/bsc/bsc_test.c
@@ -39,7 +39,6 @@
#include <search.h>
void *ctx = NULL;
-struct gsm_network *bsc_gsmnet = NULL;
enum test {
TEST_SCAN_TO_BTS,
diff --git a/tests/gsm0408/gsm0408_test.c b/tests/gsm0408/gsm0408_test.c
index 4255ab26e..401729351 100644
--- a/tests/gsm0408/gsm0408_test.c
+++ b/tests/gsm0408/gsm0408_test.c
@@ -57,9 +57,6 @@
__FILE__, __LINE__, (int) res, # cmp, (int) wanted); \
}
-
-struct gsm_network *bsc_gsmnet = NULL;
-
static inline void gen(struct gsm_bts *bts, const char *s)
{
int r;
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index a355d3b0e..bd65b2f75 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -58,8 +58,6 @@
void *ctx;
-struct gsm_network *bsc_gsmnet;
-
/* override, requires '-Wl,--wrap=osmo_mgcpc_ep_ci_request'.
* Catch modification of an MGCP connection. */
void __real_osmo_mgcpc_ep_ci_request(struct osmo_mgcpc_ep_ci *ci,