aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/src/dm-commands.h
AgeCommit message (Collapse)Author
2018-01-25*: Spelling fixesVille Skyttä
2016-11-23libqcdm,libwmc: use C99 sized types from stdint.hAleksander Morgado
2013-04-05qcdm: add unsolicited signal level indication from Samsung Z810Dan Williams
2013-02-06qcdm: add Novatel ERI subsystem supportDan Williams
Returns various ERI information like Indicator ID/Index, Icon ID/Index, Icon Mode, and banner.
2013-02-06qcdm: rename Novatel subsystem definesDan Williams
2013-01-14qcdm: various LTE-related NV mode pref and sysmode updatesDan Williams
2012-11-14qcdm: clarify log item command length memberDan Williams
2012-09-27qcdm: add qcdm_cmd_control_new() to set operating modeDan Williams
2012-01-21qcdm: clarify IMxI conversions a bit; fix up WCDMA L1 statesDan Williams
2012-01-18qcdm: some devices do implement SW_VERSIONDan Williams
Like the MF627 for some reason. Also, the format appears to be more like the DM_CMD_VERSION_INFO response where at least the comp_date and comp_time fields are the same size as VERSION_INFO, just with some padding between.
2012-01-17qcdm: fill in some GSM and WCDMA stuffDan Williams
2012-01-12qcdm: start filling out log messages and itemsDan Williams
Log messages are enabled by LOG_CONFIG and are then reported as unsolicited responses with code DM_CMD_LOG. Each log type appears to have its own message format which are now being added to log-items.h.
2012-01-11qcdm: add support for Log Config commandDan Williams
This appears to be a newer version of EXT_LOGMASK that also works with GSM/UMTS and other subsystems.
2012-01-10qcdm: add some more commandsDan Williams
Found in CodeAurora diagchar_core.c driver.
2012-01-10qcdm: clarify some subsystemsDan Williams
2012-01-05qcdm: fill out some operating modesDan Williams
2012-01-03qcdm: remove usage of glibDan Williams
People have asked for this at various times.
2011-05-16qcdm: add some more CDMA band classesDan Williams
2010-09-01qcdm: add event reporting on/off commandDan Williams
Doesn't parse any events yet since we don't know what any events are. We also need to fix up ModemManager to handle unsolicited responses in the QcdmSerialPort class.
2010-08-25qcdm: add bits for getting/setting the log maskDan Williams
No code to actually start logging yet, just sets the mask.
2010-08-16qcdm: add Status Snapshot enumDan Williams
2010-08-05qcdm: add generic status snapshot command supportDan Williams
2010-05-07qcdm: add Novatel Modem Snapshot command supportDan Williams
2010-05-07qcdm: add commentDan Williams
2010-03-30qcdm: add Pilot Set retrieval for signal strength calculationsDan Williams
Determined from various sources including RTManager and "Technical Introduction to CDMA" (Course RF100 Chapter 7).
2010-03-29qcdm: complete Version Info command fieldsDan Williams
Found in RTManager
2010-03-29qcdm: fix up CDMA Status command fields and valuesDan Williams
Found in two sources: a) Руководство пользования тестером CDMA-450 b) RTManager
2010-03-22qcdm: add ZTE signal strength requestDan Williams
2010-02-22qcdm: add HDR State Info commandDan Williams
2010-02-22qcdm: add Call Manager subsystem STATE_INFO commandDan Williams
2010-02-22qcdm: add SW_VERSION commandDan Williams
2010-02-22qcdm: fix up DIAG_CMD_STATUS structureDan Williams
There's some junk in between the fields, apparently.
2010-02-22qcdm: add status command and rework testcases a bitDan Williams
Status command not completely working yet.
2010-02-22qcdm: add DIAG_CMD_ESNDan Williams
2010-02-16qcdm: implement command handling and minimal infrastructureDan Williams