summaryrefslogtreecommitdiff
path: root/src/gsmd/sms_pdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsmd/sms_pdu.c')
-rw-r--r--src/gsmd/sms_pdu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gsmd/sms_pdu.c b/src/gsmd/sms_pdu.c
index 1ec3202..c9b9327 100644
--- a/src/gsmd/sms_pdu.c
+++ b/src/gsmd/sms_pdu.c
@@ -179,6 +179,8 @@ int sms_pdu_to_msg(struct gsmd_sms_list *dst,
memset(dst->time_stamp, 0, 7);
break;
+ case GSMD_SMS_TP_MTI_STATUS_REPORT:
+ /* TODO */
default:
/* Unknown PDU type */
return 1;
personal git repositories of Harald Welte. Your mileage may vary