aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-09-25 18:42:23 +0200
committerHarald Welte <laforge@osmocom.org>2021-09-28 21:40:40 +0200
commit30811f865c62ffa899579e4b6c8640235800af09 (patch)
treebe8471229a3fd2a1e3b05cc076a699b489e56451
parent4ac59538e993da911189ff2d879f535267016f62 (diff)
smpp: Fix help string in vty for "alert-notifications"
Without the 'no' prefix, this command is about enabling, not disabling Change-Id: I3019a0d9271e73030b9d7cd555761e17358ec812
-rw-r--r--src/libmsc/smpp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmsc/smpp_vty.c b/src/libmsc/smpp_vty.c
index 9026f6cf5..31e209085 100644
--- a/src/libmsc/smpp_vty.c
+++ b/src/libmsc/smpp_vty.c
@@ -501,7 +501,7 @@ DEFUN(cfg_esme_no_dcs_transp, cfg_esme_no_dcs_transp_cmd,
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;