summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2019-04-02Fix some Radio Status values for MNG2 radio1.0.18Jeff Hatch1
2019-03-21Add support for L4E1 and L4N1 radios1.0.17David Marcaccini8
2019-03-15Add active firmware switch for ME910C1WW Radio1.0.16David Marcaccini2
2019-03-08Add support for the ME910C1-WW Radio1.0.15David Marcaccini9
2019-02-18Add support for LE910C1-AP radio1.0.14Jeff Hatch6
2018-11-07Add myself to libs group -- jklug1.0.13John Klug1
2018-10-31Add support for LE910C1-NS radioJeff Hatch6
2018-06-26Fix support for LEU3 radio1.0.12Jeff Hatch1
2018-06-25Update convertModelToMtsShortCode signature to support LNA3 and LAT3 radios1.0.11Jeff Hatch2
2018-06-22Add support for LE910-EU1 radio1.0.10Jeff Hatch6
2018-06-21Update to detect LAT3 or LNA3 with FWSWITCH AT command1.0.9Jeff Hatch1
2018-05-25Add support for LE866A1-JS radio for Japan1.0.8Jeff Hatch8
2018-05-08Add FTP FOTA upgrade functionality for ME910C1-NV radios1.0.7Mykyta Dorokhin3
Signed-off-by: Jeff Hatch <Jeff.Hatch@multitech.com>
2018-05-02Add support for getting the Firmware Build Version from the Telit radio1.0.6Jeff Hatch4
2018-04-13Add getModemLocation for CellularRadio and LE910 radio1.0.5Jeff Hatch4
2018-02-22add ME910C1 radio suport1.0.4Mykyta Dorokhin10
Signed-off-by: Jeff Hatch <Jeff.Hatch@multitech.com>
2018-01-16Add support for LDC3 radio (MTCDT-LDC3-246A-JP)1.0.3Jeff Hatch4
2017-07-13Add support for US Cellular devices1.0.2Jeff Hatch3
2017-06-02Add AT#FWSWITCH command for LNA radio support in radio-query and radio-cmd1.0.1Jeff Hatch5
2017-05-24Add support for LE910NA1 Radio1.0.0Jeff Hatch6
2017-02-23[IN002306] Radio Status Current Network incorrect on new Telit hardware. ↵0.9Jeff Hatch1
The format of AT#FRSTS command was slightly changed within the new Telit firmware and this causes parsing issues.
2016-07-29Increase the MDN set command timeout due to some issues with timeouts ↵0.8Jeff Hatch1
setting the MDN on some SIM cards
2016-05-19refactor: getCommonNetworkStats before AT#RFSTS0.7Brandon Bayer1
This allows the basic stats like time & rssi to be returned even if AT#RFSTS fails like it does for LTE radios without a signal
2016-05-19[IN1892] fix: return basic stats instead of null on LTE without signalBrandon Bayer1
Response on LTE without signal will now be: { "datetime" : "01/06/80 00:01:31 GMT+5", "roaming" : false, "rssi" : 99, "service" : "Unknown" } instead of null
2016-05-18style: replace tabs with spacesBrandon Bayer1
2016-04-05check for SIM PIN before AT#RFSTS on LE910 radios0.6Brandon Bayer1
2016-04-05fix: segfault - check vector size before using0.5Brandon Bayer1
2016-03-16fix: set CGREG back to original setting instead of 00.3Brandon Bayer2
2016-03-14fix: set +CGREG back to 0 (default) after querying LACBrandon Bayer1
2015-11-05Fix CDMA radio band lookup to use CDMA table and not LTE0.2Jeff Hatch1
2015-11-04Merge branch 'master' of git://git.multitech.net/libmts-ioJeff Hatch11
2015-11-04Update network status processing to handle LAT1 #RFSTS outputJeff Hatch1
2015-11-03[IN001490] libmts-io: Implementing setRxDiversity function for applicable ↵Bijoy Anose11
radio models
2015-11-02Add retreival of radio band for (GSM,CDMA,LTE) and fix retrieval of LAC for LTEJeff Hatch2
2015-10-30[IN001479] Radio Status updates are misconfigured when Cellular connection ↵Jeff Hatch1
is active -Fix Tower and Service display values on dashboard and Radio status pages. -Fix issue with intermittent timeout when radio-query doing #RFSTS AT command. -Add table for LTE Engineering Details on Radio Status page
2015-10-19Update Makefile to add () for shared lib build pre-gcc/++ 4.5 compiler (MTR)jhatch1
2015-09-11LE910: remove hard-coded AT&T carrier for LE910-NAGJason Reiss2
2015-09-09use CGREG? to query registration for LE910 modelsJesse Gilles1
Resolution for LE910-based MTSMCs https://support.multitech.com/support/case.html?action=view&id=63163
2015-09-03rename radio type VW2 to LVW2Jesse Gilles1
2015-04-30fix phone number read for H5 radios0.1Jesse Gilles1
2015-04-30rename to libmts-ioJesse Gilles37
2015-04-21MTS_IO_Lockfile.cpp: check lock file write resultJesse Gilles1
2015-04-20initial commitJesse Gilles46