I am currently testing lpac using a Quectel EM061k-GL module, and I am encountering this problem:
$sudo ./lpac profile list
{“type”:“lpa”,“payload”:{“code”:0,“message”:“success”,“data”:[{“iccid”:“89000000000000000012”,“isdpAid”:“a0000005591010ffffffff8900002000”,“profileState”:“enabled”,“profileNickname”:null,“serviceProviderName”:“Rohde & Schwarz”,“profileName”:“R&S CMW500 3G_XOR”,“iconType”:null,“icon”:null,“profileClass”:“test”}]}}
$sudo ./lpac profile disable a0000005591010ffffffff8900002000
{“type”:“lpa”,“payload”:{“code”:0,“message”:“success”,“data”:null}}
$sudo ./lpac profile list
{“type”:“lpa”,“payload”:{“code”:-1,“message”:“euicc_init”,“data”:“”}}
I’ve already set
LPAC_APDU=at
AT_DEVICE=/dev/ttyUSB2
What I’ve observed is if the profile is disabled, the profile list simply cannot be retrieved.
I’ve tried the same sequence of procedures above using Quectel EM160R-GL and Quectel EM05-G,
but do not encounter the error. I can still retrieve the profile list even if the profile is disabled.
I would be glad for any insights regarding this.