Change in osmo-msc[master]: smpp: Fix help string in vty for "alert-notifications"

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
Thu Sep 30 19:28:23 UTC 2021


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

Change subject: smpp: Fix help string in vty for "alert-notifications"
......................................................................

smpp: Fix help string in vty for "alert-notifications"

Without the 'no' prefix, this command is about enabling, not disabling

Change-Id: I3019a0d9271e73030b9d7cd555761e17358ec812
---
M src/libmsc/smpp_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve



diff --git a/src/libmsc/smpp_vty.c b/src/libmsc/smpp_vty.c
index 9026f6c..31e2090 100644
--- a/src/libmsc/smpp_vty.c
+++ b/src/libmsc/smpp_vty.c
@@ -501,7 +501,7 @@
 
 DEFUN(cfg_esme_alert_notif, cfg_esme_alert_notif_cmd,
 	"alert-notifications",
-	"Disable sending of SMPP Alert Notifications for this ESME")
+	"Enable sending of SMPP Alert Notifications for this ESME")
 {
 	struct osmo_smpp_acl *acl = vty->index;
 

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I3019a0d9271e73030b9d7cd555761e17358ec812
Gerrit-Change-Number: 25603
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210930/98046114/attachment.htm>


More information about the gerrit-log mailing list