OTA Remote File Management
843851May 13 2005 — edited Feb 26 2008Hello,
I'm trying to test OTA RFM under JCOP Shell ..
i build the ENVELOP that shouldbe sent to the SIM card, to update some GSM files.
(ISO envelop encapsulating GSM11.14 SMS-PP encapsulating GSM03.40 SMS-TPDU encapsulating GSM03.48 SecureCommandPacket encapsulating the commands (apdus) that select a file then update it )
here the entire APDU
A0 C2 00 00 74 (ISO ENv)
D1 72 (11.14 SMS-PP)
02 02 83 81 (devices Ids)
06 06 91 95 30 05 10 42 (SCA)
0B 64 (begin of the SMS TPDU)
44 0B 91 14 87 39 01 30 F4 7F F6 50 50 21 11 00 00 50 51
(begin of the GSM 03.48 )
02 70 00 00 4C 15 12 21 14 14 00 00 00 FF FF 00 00 03 00 21 45 FB D0 9C F2 E9 DE
(begin of the commands that upadte the SPN file)
A0 A4 00 00 02 3F 00
A0 A4 00 00 02 7F 10
A0 A4 00 00 02 6F 3A
A0 DC 03 04 1C 54 45 53 54 20 4F 54 41 FF FF FF FF FF FF 05 A1 21 43 65 87 FF FF FF FF FF FF FF FF
It was successful with Axalto Simera SIM Card
But with Gemplus GemXpresso V3, I only get 9000 return code, but no updates on the file (ADN file). Even when I want to get a PoR by setting correct value of the SPI, I get nothing but the 9000. I tried a lot of combination in SPI but it's always the same result.
I want to know if someone has any idea about OTA RFM on Gemplus SIM cards. Any Idea, suggestion, advices, links to documentation would be very helpful.
Thank you in advance