Releases: nerves-networking/vintage_net_qmi
Releases · nerves-networking/vintage_net_qmi
v0.4.2 release
[v0.4.2] - 2024-08-30
Added
sim_rej_info
has been added to the PropertyTable.
Changed
- PropertyTable properties have been updated to not contain invalid characters
- MNC
- MCC
provider
PropertyTable property Will now work correctly with updated MNC/MCC properties.
v0.4.1
Changed
- Fix various ways that a cellular module with trouble reading a SIM card could
cause a crash. This was a low probability event that actually accumulated a
lot of crash reports. - Reduce retry rate for SIM card read errors from 1s to 5s. These are unlikely
to recover and retrying every second logged a lot.
v0.4.0
Changed
- Require Elixir 1.14 and OTP 25. This was done to support more convenient
binary patterns in the QMI library.
Added
- Determine the cellular provider a different way that works reliably with
multi-network SIM cards. This adds a small database to look up the provider
based on MCC and MNC.
v0.3.6
Changed
- Don't crash when selecting the APN when the ICCID is
nil
. This is an error
case that's made more confusing by this exception. The default APN will be
selected even though it's probably futile.
v0.3.5
v0.3.4
v0.3.3
v0.3.2
Changed
:vintage_net
v0.12.0
and up is now required
v0.3.1
v0.3.0
Added
- Add support to configure which radio technologies you want the modem to use
Fixes
- References to manufacturer
- Infinite retrying to establish connection after the connection has been
established - Report selected APN before connection attempt