I'm testing a SIM Toolkit application using AT Commands. I have a USB modem that supports SIM Toolkit Class 2 features and is based on the Open AT Firmware. I am able to successfully interact with the SIM Toolkit by using the +STSF, +STGI, and +STGR commands. I also receive +STIN replies as per the message flow shown here. What I do not receive is the Unsolicited Response (+STCR) from the SIM when an SMS message or USSD message is sent out. I am using the following Terminal Profile during initialization:
AT+STSF=2,"5FFFFFFF7F",3,1
Based on the Terminal Profile, the Call Control bit is set to 1 or enabled. You will also notice that the Autoresponse is set to 1. Therefore, I receive an +STGI response when a message is sent. Here is the lead up to when the SIM sends an SMS message:
AT+STGR=6,1,1
OK
+STIN: 9
+STGI: ""
OK
+STIN: 9
これは、SMSメッセージが送信されたことを意味します。初期化に基づいて、+ STCRも表示され、+STGIにテキストが含まれているはずです。誰かがSIMToolkitに精通していて、ATコマンドセットを介してそれにアクセスしている場合は、SMSメッセージが送信されたときに応答を受け取らない理由についての洞察をいただければ幸いです。ありがとう。
参照:1:X51a用のWavecomATコマンドインターフェイスガイド-WM_ASW_OAT_UGD_00016