FreeCalypso > hg > freecalypso-tools
diff uptools/atcmd/smsend_pduout.c @ 374:d1fa771abeb8
uptools: make_sms_submit_pdu() in libcoding now takes PID and DCS arguments
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 08 Mar 2018 20:33:03 +0000 |
parents | 1e7c6fcb9abe |
children | e61525f082bd |
line wrap: on
line diff
--- a/uptools/atcmd/smsend_pduout.c Thu Mar 08 19:47:40 2018 +0000 +++ b/uptools/atcmd/smsend_pduout.c Thu Mar 08 20:33:03 2018 +0000 @@ -26,7 +26,8 @@ char send_cmd[32]; pdu[0] = 0; - pdulen = make_sms_submit_pdu(da, textsrc, textlen, udh, udhl, pdu + 1); + pdulen = make_sms_submit_pdu(da, 0, 0, textsrc, textlen, udh, udhl, + pdu + 1); make_hex_string(pdu, pdulen + 1, pduhex); if (sms_write_mode) { cmdname = "CMGW";