Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-25 | *: Spelling fixes | Ville Skyttä | |
2016-11-23 | libqcdm,libwmc: use C99 sized types from stdint.h | Aleksander Morgado | |
2013-04-05 | qcdm: add unsolicited signal level indication from Samsung Z810 | Dan Williams | |
2013-02-06 | qcdm: add Novatel ERI subsystem support | Dan Williams | |
Returns various ERI information like Indicator ID/Index, Icon ID/Index, Icon Mode, and banner. | |||
2013-02-06 | qcdm: rename Novatel subsystem defines | Dan Williams | |
2013-01-14 | qcdm: various LTE-related NV mode pref and sysmode updates | Dan Williams | |
2012-11-14 | qcdm: clarify log item command length member | Dan Williams | |
2012-09-27 | qcdm: add qcdm_cmd_control_new() to set operating mode | Dan Williams | |
2012-01-21 | qcdm: clarify IMxI conversions a bit; fix up WCDMA L1 states | Dan Williams | |
2012-01-18 | qcdm: some devices do implement SW_VERSION | Dan 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-17 | qcdm: fill in some GSM and WCDMA stuff | Dan Williams | |
2012-01-12 | qcdm: start filling out log messages and items | Dan 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-11 | qcdm: add support for Log Config command | Dan Williams | |
This appears to be a newer version of EXT_LOGMASK that also works with GSM/UMTS and other subsystems. | |||
2012-01-10 | qcdm: add some more commands | Dan Williams | |
Found in CodeAurora diagchar_core.c driver. | |||
2012-01-10 | qcdm: clarify some subsystems | Dan Williams | |
2012-01-05 | qcdm: fill out some operating modes | Dan Williams | |
2012-01-03 | qcdm: remove usage of glib | Dan Williams | |
People have asked for this at various times. | |||
2011-05-16 | qcdm: add some more CDMA band classes | Dan Williams | |
2010-09-01 | qcdm: add event reporting on/off command | Dan 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-25 | qcdm: add bits for getting/setting the log mask | Dan Williams | |
No code to actually start logging yet, just sets the mask. | |||
2010-08-16 | qcdm: add Status Snapshot enum | Dan Williams | |
2010-08-05 | qcdm: add generic status snapshot command support | Dan Williams | |
2010-05-07 | qcdm: add Novatel Modem Snapshot command support | Dan Williams | |
2010-05-07 | qcdm: add comment | Dan Williams | |
2010-03-30 | qcdm: add Pilot Set retrieval for signal strength calculations | Dan Williams | |
Determined from various sources including RTManager and "Technical Introduction to CDMA" (Course RF100 Chapter 7). | |||
2010-03-29 | qcdm: complete Version Info command fields | Dan Williams | |
Found in RTManager | |||
2010-03-29 | qcdm: fix up CDMA Status command fields and values | Dan Williams | |
Found in two sources: a) Руководство пользования тестером CDMA-450 b) RTManager | |||
2010-03-22 | qcdm: add ZTE signal strength request | Dan Williams | |
2010-02-22 | qcdm: add HDR State Info command | Dan Williams | |
2010-02-22 | qcdm: add Call Manager subsystem STATE_INFO command | Dan Williams | |
2010-02-22 | qcdm: add SW_VERSION command | Dan Williams | |
2010-02-22 | qcdm: fix up DIAG_CMD_STATUS structure | Dan Williams | |
There's some junk in between the fields, apparently. | |||
2010-02-22 | qcdm: add status command and rework testcases a bit | Dan Williams | |
Status command not completely working yet. | |||
2010-02-22 | qcdm: add DIAG_CMD_ESN | Dan Williams | |
2010-02-16 | qcdm: implement command handling and minimal infrastructure | Dan Williams | |