aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sms/sms_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/sms/sms_test.c')
-rw-r--r--openbsc/tests/sms/sms_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/sms/sms_test.c b/openbsc/tests/sms/sms_test.c
index dfc43cf70..5c3c7c7fc 100644
--- a/openbsc/tests/sms/sms_test.c
+++ b/openbsc/tests/sms/sms_test.c
@@ -92,7 +92,7 @@ int main(int argc, char** argv)
for(i=0;i<SMS_NUM;i++) {
/* Setup SMS msgb */
- msg = msgb_alloc(sms_data[i].len);
+ msg = msgb_alloc(sms_data[i].len, "SMS");
sms = msgb_put(msg, sms_data[i].len);
memcpy(sms, sms_data[i].data, sms_data[i].len);