aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/vty_interface_layer3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/vty_interface_layer3.c b/openbsc/src/vty_interface_layer3.c
index 56b496678..526ae9e41 100644
--- a/openbsc/src/vty_interface_layer3.c
+++ b/openbsc/src/vty_interface_layer3.c
@@ -248,7 +248,7 @@ DEFUN(subscriber_silent_sms,
}
str = argv_concat(argv, argc, 2);
- rc = _send_sms_str(subscr, str, 0);
+ rc = _send_sms_str(subscr, str, 64);
talloc_free(str);
subscr_put(subscr);