lpac works with the same exact sim, same code with MC7455.
I see two issues right now:
AT+CGLA=? return ERROR instead of OK, I bypassed this code as it is a check to see if the modem supports AT+CGLA=?
2.AT+CCHO=“A0000005591010FFFFFFFF8900000100”
Returns: +CME ERROR: 323
This command is a fixed string that LPAC sends to open a logic channel to the eUICC
I am running the latest generic FW, see ATI output:
Manufacturer: Sierra Wireless
Model: EM7590
Revision: SWIX12C_02.02.03.00 2024/01/29 23:36:42
SVN: 04
IMEI: 357999720045394
FSN: DX3133035305G1
TS.25: 2024.1.1
AT+CCID? returns the right CCID so I assume the modem is able to talk with the SIM
can you please check the AT!CUSTOM? output whether somebody enabled PCSCDISABLE flags (default should be 0)? This might explain the observed behaviour.
@uriel, SIMLPA looks like a new AT!CUSTOM option with EM759x devices.
Newer devices (from other UE vendors) provide eSIM-related AT commands to read the EID or list the profiles and having it enabled may interfere with lpac’s use of logical channels or acess to certain AIDs.
It may help to set it to 0 with AT!CUSTOM="SIMLPA",0 and retry with lpac after resetting or power-cycling the EM7590.