Fix for MO MMS failure on Cdma.
- In CdmaServiceStateTracker, MDN read from RuimRecords is getting overwritten with null value returned from the response of RIL_REQUEST_CDMA_SUBSCRIPTION. As a result, MDN with null value is returned to MMS app during MMS send transaction and MMS app skips inserting "From" address in MMS Pdu. Since Mmsc is unable to resolve the "From" address from MMS Pdu it results in MO MMS failure. - Fix this by adding a null check for MDN returned from RIL request Change-Id: I54fc34492d092de6b332a662cd595c8c3c7f28e4 CRs-Fixed: 696921
Loading
Please register or sign in to comment