aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-12 15:17:02 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-16 15:12:56 +0100
commit8968b48643686683046a0af403178960f8baf9ed (patch)
tree963c44c67b97a45fe0e73a71d4ecf9028d02d31b /src
parent641a9349317e7b9dec2e38b6cec02a1904267954 (diff)
sysmobts: Remove unused global variables
We do not need to have these variables anymore. Just remove them.
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index 90df03bf..1150310c 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -56,8 +56,6 @@
#include "hw_misc.h"
#include "oml_router.h"
-/* FIXME: read from real hardware */
-const uint8_t abis_mac[6] = { 0,1,2,3,4,5 };
int pcu_direct = 0;
static const char *config_file = "osmo-bts.cfg";