Changelog View Source
[v0.2.11] - 2021-11-18
Fixes
- When there is no signal VintageNetQMI would report 1 bar of signal rather than 0 bars
[v0.2.10] - 2021-11-17
Changes
- Power manager timer was petting the watch dog every 60 miliseconds, now it will pet the watch dog every 30 seconds.
- Ignore sync indications from QMI so they are not logged.
Fixes
- A crash that happened when the interface would stop but there was no IP address on the interface.
- Internet connectivity checker being enabled when it should not have been
v0.2.9 - 2021-09-21
Added
- Property named
"statistics"
that contains a map of transmit and receive stats. The fields are::timestamp
- monotonic time for when the stats were last updated:tx_bytes
- total bytes transmitted:rx_bytes
- total bytes received:tx_packets
- total packets transmitted without error:rx_packets
- total packets received without error:tx_errors
- total outgoing packets with framing errors:rx_errors
- total incoming packets with framing errors:tx_overflows
- total outing packets dropped due to buffer overflows:rx_overflows
- total incoming packets dropped due to buffer overflows:tx_drops
- total outgoing packets dropped:rx_drops
- total incoming packets dropped
- Property
"band"
for the frequency band being used by the radio interface - Property
"channel"
for the channel being used by the radio interface - Property
"access_technology"
for the radio interface that is active
v0.2.8
- Added
- Location and time properties:
lac
- The Location Area Code (lac) for the current cellcid
- The Cell ID (cid) for the current cellnetwork_datetime
- The reported datetime from the networkutc_offset
- The UTC offset in secondsroaming
- If the network is roaming or notstd_offset
- The standard offset in seconds
- Location and time properties:
v0.2.7
Added
- Support
VintageNet
v0.11.x - Serial number properties:
esn
- Electronic Serial Number (ESN)imei
- International Mobile Equipment Identity (IMEI)meid
- Mobile Equipment Identifier (MEID)imeisv_svn
- IMEI software version number
- The
provider
property to get the service provider name
- Support
Fixes
- When packet data connection is disconnected set the connection status to
:disconnected
- Check connectivity status to know if the modem should power cycle
- When packet data connection is disconnected set the connection status to
v0.2.6
- Fixes
- Fix lease renewal ending in stuck lan connectivity
v0.2.5
- Updates
- Support
qmi
v0.6.0
- Support
v0.2.4
Improvements
- Support
iccid
property
- Support
Updates
- Support
qmi
v0.5.1
- Support
v0.2.3
- Fixes
VintageNetQMI.quick_configure/1
updated to use the passed in argument for the APN instead of always using hardcoded"apn"
value
v0.2.2
Improvements
- Add
VintageNetQMI.quick_configure/1
to easily configureVintageNet
at runtime.
- Add
Updates
- Support
vintage_net
v0.10.2 - Better handling of connection status
- Support
v0.2.1
- Updates
- Set connection based on QMI notifications
v0.2.0
- Updates
- Change configuration to match VintageNetMobile (backwards incompatible)
- Don't require IPv4 configuration
v0.1.3
Updates
- Support
qmi
v0.3.1
- Support
Fixes
- Connection code blocking supervision initialization
v0.1.2
- Updates
- Support
qmi
v0.2.0
- Support
v0.1.1
- Updates
- Support vintage_net v0.10.0
v0.1.0
Initial Release