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
Sat Sep 25 16:43:24 UTC 2021


laforge has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/03/25603/1

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: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210925/992523cf/attachment.htm>


More information about the gerrit-log mailing list