aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-18 20:34:08 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-18 20:34:08 +0100
commit2718845967f12b39a4e8306e1d1e2f85996687e9 (patch)
treeed3b97b2dc930c10be7ae5cdafbec2f8a1ab50ae
parent47b144b00251969c30e6fcfaba1a6fe0c812db3b (diff)
nat: Fix the no sms-clear-tp-srr command
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c b/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
index 81f70de75..4b091289a 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
@@ -527,7 +527,7 @@ DEFUN(cfg_nat_sms_clear_tpsrr,
DEFUN(cfg_nat_no_sms_clear_tpsrr,
cfg_nat_no_sms_clear_tpsrr_cmd,
- "sms-clear-tp-srr",
+ "no sms-clear-tp-srr",
NO_STR
"SMS TPDU Sender Report Request clearing\n")
{