Change in osmo-bts[master]: l1_utils.h: Avoid redefinition of global vars defined in l1_utils.c

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue May 19 20:31:50 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/18344 )

Change subject: l1_utils.h: Avoid redefinition of global vars defined in l1_utils.c
......................................................................

l1_utils.h: Avoid redefinition of global vars defined in l1_utils.c

Change-Id: Idd40433fee22aeb1e86708c132929bb69e626334
---
M src/osmo-bts-octphy/l1_utils.h
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bts-octphy/l1_utils.h b/src/osmo-bts-octphy/l1_utils.h
index d1a8717..1c1d222 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];

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18344
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idd40433fee22aeb1e86708c132929bb69e626334
Gerrit-Change-Number: 18344
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200519/2c50c70a/attachment.htm>


More information about the gerrit-log mailing list