nerves-networking / vintage_net_mobile

Mobile networking for VintageNet
Apache License 2.0
27 stars 11 forks source link

Refactor ICCID query to module; add IMSI #59

Closed fhunleth closed 4 years ago

fhunleth commented 4 years ago

The first commit adds support to for capturing non-notification responses from the modem. The subsequent commits refactor the ICCID query so that it can run before the connection gets established. This makes it possible to see the ICCID if the connection isn't working. Finally, I added the IMSI query since it was now easy-to-add.