Open GoogleCodeExporter opened 9 years ago
Attached patch solves the issue for
- UiccTerminal only: no use case for non SIM based Secure Elements
- UiccTerminal uses transmitIccBasicChannel only
In case the baseband takes care of channel management, the logic has to be
implemented in the corresponding modem layer:
6881, 6E00 & 6D00 after MANAGE CHANNEL OPEN should return
MissingResourceException (getLastError()==3)
Original comment by Daniel.A...@gi-de.com
on 2 Feb 2012 at 5:28
Attachments:
Pls test
Original comment by Daniel.A...@gi-de.com
on 8 May 2012 at 2:00
This patch only applies to UiccTerminal implementations which perform the
channel management manually by using AT+CSIM.
Reference implementation of SEEK uses CCHO, CGLA & CCHC where this behavior
needs to be handled in the modem
---
An alternative UiccTerminal.java using CSIM only could be provided on request
Original comment by Daniel.A...@gi-de.com
on 19 Jun 2012 at 12:15
Original issue reported on code.google.com by
Daniel.A...@gi-de.com
on 2 Feb 2012 at 1:27