Fix for MO MMS failure on Cdma.
In CdmaServiceStateTracker, MDN read from RuimRecords is getting overwritten with null value returned from RIL_REQUEST_CDMA_SUBSCRIPTION. For MMS send transaction, MDN with null value is returned to MMS app, and MMS app will skip inserting "From" address in MMS Pdu. Mmsc is unable to resolve the "From" address from MMS Pdu, thus resulting in MMS failure. Add a null check to MDN returned from RIL request. Change-Id: I54fc34492d092de6b332a662cd595c8c3c7f28e4 CRs-Fixed: 696921
Loading
Please register or sign in to comment