sms: Allow to specify the DCS for the SMS.
diff --git a/openbsc/src/vty_interface_layer3.c b/openbsc/src/vty_interface_layer3.c
index d13031b..56b4966 100644
--- a/openbsc/src/vty_interface_layer3.c
+++ b/openbsc/src/vty_interface_layer3.c
@@ -146,7 +146,7 @@
 {
 	struct gsm_sms *sms;
 
-	sms = sms_from_text(receiver, str);
+	sms = sms_from_text(receiver, 0, str);
 	sms->protocol_id = tp_pid;
 
 	/* store in database for the queue */