summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFiles
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 Bayer1
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 Hatch5
2015-11-04Update network status processing to handle LAT1 #RFSTS outputJeff Hatch1
2015-11-03[IN001490] libmts-io: Implementing setRxDiversity function for applicable ↵Bijoy Anose5
radio models
2015-11-02Add retreival of radio band for (GSM,CDMA,LTE) and fix retrieval of LAC for LTEJeff Hatch1
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-09-11LE910: remove hard-coded AT&T carrier for LE910-NAGJason Reiss1
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 Gilles17
2015-04-21MTS_IO_Lockfile.cpp: check lock file write resultJesse Gilles1
2015-04-20initial commitJesse Gilles17