Change in osmo-mgw[master]: vty: Fix typo writing bts-jitter-buffer-delay-{min, max}

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Aug 17 07:09:40 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10479 )

Change subject: vty: Fix typo writing bts-jitter-buffer-delay-{min,max}
......................................................................

vty: Fix typo writing bts-jitter-buffer-delay-{min,max}

Change-Id: I15ec1bd9e8d2241d29ef64cefe7ad4879ccdf898
---
M src/libosmo-legacy-mgcp/mgcp_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/libosmo-legacy-mgcp/mgcp_vty.c b/src/libosmo-legacy-mgcp/mgcp_vty.c
index be884cb..420333d 100644
--- a/src/libosmo-legacy-mgcp/mgcp_vty.c
+++ b/src/libosmo-legacy-mgcp/mgcp_vty.c
@@ -168,9 +168,9 @@
 	if (g_cfg->bts_use_jibuf)
 		vty_out(vty, "  bts-jitter-buffer%s", VTY_NEWLINE);
 	if (g_cfg->bts_jitter_delay_min)
-		vty_out(vty, "  bts-jitter-delay-min %"PRIu32"%s", g_cfg->bts_jitter_delay_min, VTY_NEWLINE);
+		vty_out(vty, "  bts-jitter-buffer-delay-min %"PRIu32"%s", g_cfg->bts_jitter_delay_min, VTY_NEWLINE);
 	if (g_cfg->bts_jitter_delay_max)
-		vty_out(vty, "  bts-jitter-delay-max %"PRIu32"%s", g_cfg->bts_jitter_delay_max, VTY_NEWLINE);
+		vty_out(vty, "  bts-jitter-buffer-delay-max %"PRIu32"%s", g_cfg->bts_jitter_delay_max, VTY_NEWLINE);
 
 	return CMD_SUCCESS;
 }

-- 
To view, visit https://gerrit.osmocom.org/10479
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I15ec1bd9e8d2241d29ef64cefe7ad4879ccdf898
Gerrit-Change-Number: 10479
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180817/20aaa5fd/attachment.htm>


More information about the gerrit-log mailing list