MAP: Declare and fetch only 'INTERESTED_MESSAGE_TYPE_CLAUSE' MMS.
Precondition: Messaging App Settings configured to receive delivery reports for MMS. Use Case: Follow standard steps to perform messagesListing type MMS from MCE. 1. Connect to MSE on Mas instance 0. 2. Set Path to root. 3. Set Path to telecom. 4. Set Path to msg. 5. Set Path to inbox. 6. GET messagesListing type MMS. Failure: Extra entries like delivery reports that are stored in DB and which are not user interested types are also included in MSE messageListing for MMS type. Fix: OMA-TS-MMS-ENC MMS Standard defines many types in X-Mms-Message-Type. Extra entries like delivery reports which is stored in DB are not required to be shown to user, so these should be filtered, and only m-send-req (128), m-retrieve-conf (132), m-notification-ind (130) types should be fetched and shown to user in messageListing response. This patch removes these unecessary message types from MMS Messaging Listing. Change-Id: I1cb5d6e58477a32a89693f555a268e0855267b9a
Loading
Please register or sign in to comment