aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-05-18 10:49:03 +0200
committerlaforge <laforge@osmocom.org>2020-05-19 20:31:50 +0000
commitd4a53017e1baab23a9c52aa807d78a6c28522e85 (patch)
treec89ebd1f816b284fba619665081dca8ed31fee1c /src/osmo-bts-octphy
parentb1eb6c2fa2de393a3a1fd27e2feae55c252537bd (diff)
l1_utils.h: Avoid redefinition of global vars defined in l1_utils.c
Diffstat (limited to 'src/osmo-bts-octphy')
-rw-r--r--src/osmo-bts-octphy/l1_utils.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/osmo-bts-octphy/l1_utils.h b/src/osmo-bts-octphy/l1_utils.h
index d1a87170..1c1d2225 100644
--- a/src/osmo-bts-octphy/l1_utils.h
+++ b/src/osmo-bts-octphy/l1_utils.h
@@ -2,8 +2,8 @@
#include <osmocom/core/utils.h>
-const struct value_string octphy_l1sapi_names[23];
-const struct value_string octphy_dir_names[5];
-const struct value_string octphy_clkmgr_state_vals[8];
-const struct value_string octphy_cid_vals[37];
-const struct value_string octphy_eid_vals[7];
+extern const struct value_string octphy_l1sapi_names[23];
+extern const struct value_string octphy_dir_names[5];
+extern const struct value_string octphy_clkmgr_state_vals[8];
+extern const struct value_string octphy_cid_vals[37];
+extern const struct value_string octphy_eid_vals[7];