Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 683 Bytes

File metadata and controls

13 lines (10 loc) · 683 Bytes

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 from 1)
  • 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)