Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OTA Remote File Management

843851May 13 2005 — edited Feb 26 2008
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 25 2008
Added on May 13 2005
11 comments
1,561 views