WP7611 can’t establish SIM logic channel to eUICC application (ISD-R)
I am using a mangohRED board with a WP7611 populated in it.
I am using lpac (a local profile assitant written in C) -GitHub - estkme-group/lpac: C-based eUICC LPA to access an eUICC (in this case it is a plastic based eUICC from esim.me inserted into the SIM slot not a solderable one!)
I managed to get lpac working with MC7455 and EM7590 using its AT driver.
Unfortunately it doesn’t work with WP7611 since it fails opening a logic channel to the eUICC:
$ sudo AT_DEBUG=1 LPAC_APDU=at AT_DEVICE=/dev/ttyUSB2 ./lpac profile list
AT_DEBUG: AT+CCHO=?
AT_DEBUG: OK
AT_DEBUG: AT+CCHC=?
AT_DEBUG: OK
AT_DEBUG: AT+CCHO="A0000005591010FFFFFFFF8900000100"
AT_DEBUG: +CME ERROR: Parameters error
If I set AT+CMME=1 it shows this as error 323
Any idea of what might be the issue? same card works with MC7455 and EM7590
AT+CSIM works (but AT+CSIM is less preferable as it doesn’t work unless there is a profile in eSIM):
AT+CSIM=42, "01A4040010A0000005591010FFFFFFFF8900000200"
+CSIM: 4,"611A"
OK
AT+CSIM=10,"81CA005A00"
+CSIM: 40,"5A10890440451167274948000000086327129000"
OK
After talking to @elkanam seems the bug is that AT+CCHO doesn’t work with "
Verified:
AT+CCHO=A0000005591010FFFFFFFF8900000200
+CCHO: 0000000078d70f5f
OK
AT+CGLA=78d70f5f,10,"81CA005A00"
+CGLA: 40,"5A10890440451167274948000000086327129000"
OK
This is clearly a bug (supported on EM7590, MC7455 and Quectel EC25 as far as my testing goes) I would at least update the documentation about this.