aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-06-24 18:44:30 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-09 11:18:46 +0000
commitcd1b08b14f6a68e53ad7308cb5cd318f262426b7 (patch)
tree92f093f607df6414b9daf3dc2a7706f99d3983d3 /src
parentbc56094cacd868cdb0336b215e4268bb69cab168 (diff)
TRX: Remove bogus extern global variable declarations
Those global variable declarations for non-existing variables were introduced in 8a8d73a691c709403be4adbe8f2a7150b4d5998a, let's remove them again. The source / destination IP address is a parameter of the phy_link, and not a global variable. Related: OS#1848 Change-Id: I94b5f934fc3bd00b0467d90029d3053b16594186
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-trx/trx_if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bts-trx/trx_if.h b/src/osmo-bts-trx/trx_if.h
index 1fc454dc..86fb18f8 100644
--- a/src/osmo-bts-trx/trx_if.h
+++ b/src/osmo-bts-trx/trx_if.h
@@ -2,8 +2,6 @@
#define TRX_IF_H
extern int transceiver_available;
-extern const char *local_ip;
-extern const char *remote_ip;
extern int settsc_enabled;
extern int setbsic_enabled;