[MERGED] osmo-bts[master]: octphy: Update outdated config param name in error message.

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/OpenBSC@lists.osmocom.org/.

Holger Freyther gerrit-no-reply at lists.osmocom.org
Tue May 31 09:30:55 UTC 2016


Holger Freyther has submitted this change and it was merged.

Change subject: octphy: Update outdated config param name in error message.
......................................................................


octphy: Update outdated config param name in error message.

Change-Id: I45b8bc09c9aabacc5b908450fe574b5802b88be8
Reviewed-on: https://gerrit.osmocom.org/129
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger at freyther.de>
---
M src/osmo-bts-octphy/l1_if.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Holger Freyther: Looks good to me, approved



diff --git a/src/osmo-bts-octphy/l1_if.c b/src/osmo-bts-octphy/l1_if.c
index ec61d6b..c8ed216 100644
--- a/src/osmo-bts-octphy/l1_if.c
+++ b/src/osmo-bts-octphy/l1_if.c
@@ -1618,7 +1618,7 @@
 	fl1h->phy_link = plink;
 
 	if (!phy_dev) {
-		LOGP(DL1C, LOGL_ERROR, "You have to specify a phy-netdev\n");
+		LOGP(DL1C, LOGL_ERROR, "You have to specify a octphy net-device\n");
 		talloc_free(fl1h);
 		return NULL;
 	}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I45b8bc09c9aabacc5b908450fe574b5802b88be8
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: lazlo <dlsitzer at gmail.com>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder



More information about the OpenBSC mailing list