UMTS/HSPA Module Series
WCDMA UGxx AT Commands Manual
WCDMA_UGxx_AT_Commands_Manual Confidential / Released 58 / 247
Parameter
1. List message map
This subcommand lists messages with the type specified by <msgmap> in the storage specified by
<mem1> of AT+CPMS;
<msgmap> shows the bit map of total messages in the storage specified by <mem1> of AT+CPMS. If
the bit is 1, it means the message is on the type specified by <msgtype>. If the bit is 0, it means the
message is not on the type specified by <msgtype>;
The position of the bit in bit map specified by <msgtype> indicates the message index in the storage
specified by <mem1> of AT+CPMS. The most significant bit represents the less message index in the
storage specified by <mem1> of AT+CPMS;
Example
AT+QCFG=? //Query supported system configurations
+QCFG: "sms/listmsgmap",("rec unread","rec read","sto unsend","sto sent")
OK
AT+QCFG? //Query current values of system configurations
OK
AT+QCFG="wrongsubcommand" //Executed wrong sub command.
ERROR
AT+CPMS?
Write Command
List message map
AT+QCFG="sms/listmsgmap",<
msgmap>
Response
+QCFG: "sms/listmsgmap",<msgtype>,<msgmap>
OK
If error is related to ME functionality:
+CME ERROR: <err>
<msgtype > Message type
“rec unread” Received unread messages
“rec read” Received read messages
“sto unsent” Stored unsent messages
“sto sent” Stored sent messages