vintage_net_mobile v0.2.0 VintageNetMobile.Modem.UbloxTOBYL2 View Source

ublox TOBY-L2 support

The ublox TOBY-L2 is a series of LTE Cat 4 modules with HSPA+ and/or 2G fallback. Here's an example configuration:

VintageNet.configure(
  "ppp0",
  %{
    type: VintageNetMobile,
    vintage_net_mobile: %{
      modem: VintageNetMobile.Modem.UbloxTOBYL2,
      service_providers: [
        %{apn: "lte-apn", usage: :eps_bearer},
        %{apn: "old-apn", usage: :pdp}
      ]
    }
  }
)

This implementation currently requires APNs to be annotated for whether they are to be used on LTE (:eps_bearer) or on UMTS/GPRS (:pdp).

Required Linux kernel options

  • CONFIG_USB_SERIAL=m
  • CONFIG_USB_SERIAL_WWAN=m
  • CONFIG_USB_SERIAL_OPTION=m