aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bts-sysmo/main.c2
-rw-r--r--tests/stubs.c2
2 files changed, 0 insertions, 4 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";
diff --git a/tests/stubs.c b/tests/stubs.c
index 959f445c..f2540523 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -5,8 +5,6 @@
* If we ever want to re-define such a symbol we can make them weak
* here.
*/
-const uint8_t abis_mac[6] = { 0,1,2,3,4,5 };
-const char *software_version = "0815";
int pcu_direct = 0;
int bts_model_chg_adm_state(struct gsm_bts *bts, struct gsm_abis_mo *mo,