Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2020-07-28 | MTX-3534 Fix crashes on 64-bit platforms | Vyacheslav Pedash | 1 | |
The char* pointer retruned from strrchr() function was assigned to int variable tmp. On 64-bit platforms where pointer is 64-bit and int is 32-bit 2 bytes were lost and consequent dereference of sliced pointer lead to segmentation fault. As a solution the type of temporal variable is changed to char*. | ||||
2020-06-25 | [MTX-3489] mPower Oct20: Porting "LNA7 Intermediate Release" changes | Serhii Kostiuk | 1 | |
Ported the Verizon LTE SMS format workaround from LNA7 to L4G1. | ||||
2020-06-25 | [MTX-3489] mPower Oct20: Porting "LNA7 Intermediate Release" changes | Serhii Kostiuk | 1 | |
Merged all the changes from the intermediate release to master. | ||||
2020-06-22 | MTX-3449 mPower June20: GP-655 LNA7: SMS -> 3GPP vs. 3GPP2 | Andrii Pientsov | 1 | |
2020-06-19 | Fix build issue. | Andrii Pientsov | 1 | |
2020-05-26 | Merge branch 'master' into 'MTX-3262-single-instance-guard' | Andrii Pientsov | 1 | |
# Conflicts: # src/atcmd.c # src/utils.c # src/utils.h | ||||
2020-04-18 | MTX-3262 mpower: fix lock return value | Maksym Telychko | 1 | |
2020-04-16 | Revert "MTX-3262 mpower lockfile rewrite for libmts-io compatibility" | Maksym Telychko | 1 | |
This reverts commit f4b78a288c9e5c2a7a05d71b9bbe9e5fc26f2a63. | ||||
2020-03-30 | MTX-3262 mpower lockfile: code style | Maksym Telychko | 1 | |
2020-03-30 | MTX-3262 mpower lockfile rewrite for libmts-io compatibility | Maksym Telychko | 1 | |
2019-12-16 | [MTX-3102] mPower Feb20: IN:3899 MTCDT-LVW3 fails SMS with GUI | Serhii Kostiuk | 1 | |
Fixes after a code review: - Replaced strcmp with strncmp - fixed the return type for "is_vzw_lte" function | ||||
2019-12-12 | [MTX-3072][GP-359] mPower Edge: LVW3 support on Conduit devices | Serhii Kostiuk | 1 | |
Updated sms-utils to fix the issue with SMS messages on LVW3. | ||||
2019-07-30 | [MTR-MTQ] Quectel support for sms-utils | Serhii Kostiuk | 1 | |
Switched from dynamically-allocated to statically-allocated variables for data fetched from the modem. | ||||
2019-06-18 | [MTR-MTQ] Quectel support for sms-utils | Serhii Kostiuk | 1 | |
Added support of Quectel-specific commands into the "atcmd_plus_iccid_read()" function | ||||
2019-06-18 | [MTR-MTQ] Quectel support for sms-utils | Serhii Kostiuk | 1 | |
- 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-10 | Allow LNA3 to send messages.1.0.5 | John Klug | 1 | |
2016-01-14 | fix: also change pb_store location for CE910/DE9100.0.11 | Brandon Bayer | 1 | |
2015-11-06 | feat: sms support for CE910-DUAL, DE910-DUAL, LE910-SVG0.0.8 | Brandon Bayer | 1 | |
- 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-25 | add ATQ0 and set version to 0.0.40.0.4 | James Maki | 1 | |
2010-08-23 | H4/Sierra Wireless does not support AT+CPBR | James Maki | 1 | |
If we cannot get the phonebook before sending just warn and continue. | ||||
2010-08-19 | fix AT+CPMS test and write commands. | James Maki | 1 | |
- check for extra surrounding parentheses on AT+CPMS=? on G2. - set default message store to ME. MT is not a choice on G2. | ||||
2010-05-07 | clean up some memory | James Maki | 1 | |
2010-05-07 | free lock_path | James Maki | 1 | |
2010-05-07 | add device lock | James Maki | 1 | |
2010-04-28 | optional at command init | James Maki | 1 | |
2010-04-23 | initial commit | James Maki | 1 | |