mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 16:44:31 +04:00
lpac is a eUICC eSIM LPA manager written in C. It allows to manage eSIM profiles on eUICC SIM cards or modules using multiple backends. Signed-off-by: David Bauer <mail@david-bauer.net>
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
config global global
|
|
option apdu_backend 'at'
|
|
option http_backend 'curl'
|
|
option apdu_debug '0'
|
|
option http_debug '0'
|
|
|
|
config at at
|
|
option device '/dev/ttyUSB2'
|
|
option debug '0'
|