qmimodem: add WDA service string

This commit is contained in:
Jonas Bonn 2017-03-25 17:57:52 +01:00 committed by Denis Kenzior
parent c548fe2eb5
commit f3911b1669
1 changed files with 2 additions and 0 deletions

View File

@ -331,6 +331,8 @@ static const char *__service_type_to_string(uint8_t type)
return "TS";
case QMI_SERVICE_TMD:
return "TMD";
case QMI_SERVICE_WDA:
return "WDA";
case QMI_SERVICE_PDC:
return "PDC";
case QMI_SERVICE_CAT_OLD: