sms: Allow to specify the DCS for the SMS.
diff --git a/openbsc/src/token_auth.c b/openbsc/src/token_auth.c
index 733ea71..3404dd4 100644
--- a/openbsc/src/token_auth.c
+++ b/openbsc/src/token_auth.c
@@ -79,7 +79,7 @@
 			goto unauth;
 		}
 
-		sms = sms_from_text(subscr, sms_str);
+		sms = sms_from_text(subscr, 0, sms_str);
 		talloc_free(sms_str);
 		if (!sms) {
 			rc = -ENOMEM;