Files
packages/utils/lpac/files/lpac.uci
Dominik Borghorst a10ed14f1c lpac: update to 2.2.1, add support for custom ISD-R AID
Updated lpac to 2.2.1 and added support for custom ISD-R AIDs.
This allows for a broader range of esim cards with non standard AIDs to be supported.
See https://github.com/estkme-group/lpac/pull/181 for additional info.

Signed-off-by: Dominik Borghorst <git@borghorst.net>
2025-01-19 14:31:09 +01:00

15 lines
325 B
Plaintext

config global global
option apdu_backend 'uqmi'
option http_backend 'curl'
option apdu_debug '0'
option http_debug '0'
option custom_isd_r_aid 'A0000005591010FFFFFFFF8900000100'
config at at
option device '/dev/ttyUSB2'
option debug '0'
config uqmi uqmi
option device '/dev/cdc-wdm0'
option debug '0'