nerves-networking / qmi

Qualcomm MSM Interface in Elixir
Apache License 2.0
8 stars 4 forks source link

Trim non-ascii bytes from MCC and MNC #175

Closed ConnorRigby closed 2 months ago

ConnorRigby commented 2 months ago

Without this, MCC and MNC values can be invalid, and by extension the lookup_brand/2 function of VintageNetQMI fails.

Fixes https://github.com/nerves-networking/vintage_net_qmi/issues/199