summaryrefslogtreecommitdiff
path: root/src/atcmd.h
AgeCommit message (Collapse)AuthorFiles
2023-01-06[GP-1842] Update the Cellular code to use SIM IMSI for Verizon detectionSerhii Kostiuk1
The certifications lab uses special SIM cards with non-Verizon ICCID numbers and Verizon IMSI numbers (MCC/MNC prefixes or PLMN IDs). Update the code to detect Verizon properly for such "special" SIM cards.
2023-01-06[GP-1842] Refactoring - Renamed Verizon 3GPP2 detection functionsSerhii Kostiuk1
Renamed the functions to better represent their behavior and purpose.
2020-06-25[MTX-3489] mPower Oct20: Porting "LNA7 Intermediate Release" changesSerhii Kostiuk1
Ported the Verizon LTE SMS format workaround from LNA7 to L4G1.
2020-06-22MTX-3449 mPower June20: GP-655 LNA7: SMS -> 3GPP vs. 3GPP2Andrii Pientsov1
2019-06-18[MTR-MTQ] Quectel support for sms-utilsSerhii Kostiuk1
- Added new "manufacturer" field to the "global_core" structure - Added the "atcmd_plus_gmi_read()" function to fetch manufacturer identification - Added a call to the "atcmd_plus_gmi_read()" in "sms_atcmd_init()" - Added "is_telit_model()" and "is_quectel_model()" functions to pick a proper manufacturer-specific command in "atcmd_plus_iccid_read()" and, possibly, other commands in the future - Tabs VS spaces. This project uses tabs
2018-08-10Allow LNA3 to send messages.1.0.5John Klug1
2015-11-06feat: sms support for CE910-DUAL, DE910-DUAL, LE910-SVG0.0.8Brandon Bayer1
- PDU is used for everything except LE910-SVG sending - a bug in radio requires radio reboot to send more than 1 PDU sms
2010-08-25add ATQ0 and set version to 0.0.40.0.4James Maki1
2010-05-07add device lockJames Maki1
2010-04-28optional at command initJames Maki1
2010-04-23initial commitJames Maki1