Skip to content

Releases: nerves-networking/vintage_net_qmi

v0.2.14

13 Jan 22:04
Compare
Choose a tag to compare

Added

  • Show the configured APN in the property table

v0.2.13

04 Jan 22:42
Compare
Choose a tag to compare

Added

  • Allow APN selection based on ICCID when deploying SIMs from multiple service
    providers

v0.2.12

20 Dec 17:37
Compare
Choose a tag to compare

Added

  • Property named "manufacturer" for the manufacturer name of the modem
  • Property named "model" for the product name of the modem

v0.2.11

18 Nov 17:25
Compare
Choose a tag to compare

Fixes

  • When there is no signal VintageNetQMI would report 1 bar of signal rather than
    0 bars

v0.2.10

17 Nov 15:45
Compare
Choose a tag to compare

Changes

  • Power manager timer was petting the watch dog every 60 miliseconds, now it
    will pet the watchdog 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

22 Sep 22:14
Compare
Choose a tag to compare

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

03 Sep 15:55
Compare
Choose a tag to compare
  • Added
    • Location and time properties:
      • lac - The Location Area Code (lac) for the current cell
      • cid - The Cell ID (cid) for the current cell
      • network_datetime - The reported datetime from the network
      • utc_offset - The UTC offset in seconds
      • roaming - If the network is roaming or not
      • std_offset - The standard offset in seconds

v0.2.7

31 Aug 17:04
Compare
Choose a tag to compare
  • 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
  • Fixes

    • When packet data connection is disconnected set the connection status to
      :disconnected
    • Check connectivity status to know if the modem should power cycle

v0.2.6

30 Jun 19:11
Compare
Choose a tag to compare
  • Fixes
    • Fix lease renewal ending in stuck lan connectivity

v0.2.5

27 May 16:13
Compare
Choose a tag to compare
  • Updates
    • Support qmi v0.6.0