Change in osmo-e1-recorder[master]: vty: Make sure to save timeslot mode in lowercase (as vty expects)

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
Wed Dec 4 11:11:00 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1-recorder/+/16464 )

Change subject: vty: Make sure to save timeslot mode in lowercase (as vty expects)
......................................................................

vty: Make sure to save timeslot mode in lowercase (as vty expects)

Change-Id: I9b11fbe3bf85b7096a3bd5f9b67168350e66a90a
---
M src/vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/vty.c b/src/vty.c
index 9dc548b..689aec7 100644
--- a/src/vty.c
+++ b/src/vty.c
@@ -176,7 +176,7 @@
 		mode_str = get_value_string(e1inp_ts_type_names, ts->type);
 
 		vty_out(vty, " line %u ts %u mode %s%s",
-			lnr, ts->num, mode_str, VTY_NEWLINE);
+			lnr, ts->num, osmo_str_tolower(mode_str), VTY_NEWLINE);
 	}
 }
 

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

Gerrit-Project: osmo-e1-recorder
Gerrit-Branch: master
Gerrit-Change-Id: I9b11fbe3bf85b7096a3bd5f9b67168350e66a90a
Gerrit-Change-Number: 16464
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
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/20191204/a78f9cae/attachment.htm>


More information about the gerrit-log mailing list