mirror of
https://github.com/estkme-group/lpac
synced 2025-10-06 01:50:31 +02:00
683 B
683 B
MBIM APDU Backend
MBIM is a protocol used to communicate with mobile broadband devices, such as cellular modems. It is commonly used in Linux-based systems to manage mobile broadband connections.
Environment Variables
LPAC_APDU_MBIM_UIM_SLOT
: specify which UIM slot will be used by MBIM APDU backend.
(integer, default:1
, slot number starts from1
)LPAC_APDU_MBIM_USE_PROXY
: tell the MBIM APDU backend to use the mbim-proxy.
(boolean, default:false
)LPAC_APDU_MBIM_DEVICE
: specify which MBIM device will be used by MBIM APDU backend.
(string, default:/dev/cdc-wdm0
)