diff options
Diffstat (limited to 'drivers/atmodem/sms.c')
-rw-r--r-- | drivers/atmodem/sms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c index de35fc6b..976c0978 100644 --- a/drivers/atmodem/sms.c +++ b/drivers/atmodem/sms.c @@ -492,7 +492,7 @@ static void construct_ack_pdu(struct sms_data *d) ackpdu.type = SMS_TYPE_DELIVER_REPORT_ACK; - if (!encode_sms(&ackpdu, &len, &tpdu_len, pdu)) + if (!sms_encode(&ackpdu, &len, &tpdu_len, pdu)) goto err; /* Constructing an <ackpdu> according to 27.005 Section 4.6 */ |