[PATCH] osmo-bts[master]: phy_link: Fix typo in state being printed

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed May 24 17:27:15 UTC 2017


Review at  https://gerrit.osmocom.org/2732

phy_link: Fix typo in state being printed

Change-Id: I312eefa6738f8abdeedd2efb574f3e45cd2e8aa3
---
M src/common/phy_link.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/32/2732/1

diff --git a/src/common/phy_link.c b/src/common/phy_link.c
index 25b7e5d..588fcc9 100644
--- a/src/common/phy_link.c
+++ b/src/common/phy_link.c
@@ -44,7 +44,7 @@
 
 const struct value_string phy_link_state_vals[] = {
 	{ PHY_LINK_SHUTDOWN, 	"shutdown" },
-	{ PHY_LINK_CONNECTING,	"connectiong" },
+	{ PHY_LINK_CONNECTING,	"connecting" },
 	{ PHY_LINK_CONNECTED,	"connected" },
 	{ 0, NULL }
 };

-- 
To view, visit https://gerrit.osmocom.org/2732
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I312eefa6738f8abdeedd2efb574f3e45cd2e8aa3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list