Hi Lei,
+void ofono_cdma_sms_deliver_notify(struct ofono_cdma_sms *cdma_sms,
+ unsigned char *pdu, int
tpdu_len);
As there is no SC number in CDMA, the whole PDU is the actual TPDU as
well.
So either we should call pdu/pdu_len or tpdu/tpdu_len. Having
pdu/tpdu_len
might be mistaken.
BR,
Rajesh