Dan Williams
671d34cf92
qcdm: add auto-LTE modes for GSM and CDMA
...
as in, CDMA+EVDO+LTE and GSM+UMTS+LTE which were missing before.
2013-03-13 10:31:06 -05:00
Dan Williams
dd4be407b2
qcdm: modepref: reset device after setting mode preference
...
Otherwise it doesn't actually take until you unplug/replug.
2013-03-12 16:50:49 -05:00
Dan Williams
e390d21075
qcdm: add modepref utility
...
Sets and gets the NV "mode pref" item for allowed access
technologies.
2013-03-12 13:01:31 -05:00
Dan Williams
5efb1ceb5e
qcdm: fix up NV Mode Pref item handling
...
While the QCDM and DIAG_NV are the same, in reality they shouldn't
be and there should be a mapping between them. That wasn't happening,
so fix that up and add a few missing modes to the NV item defines.
2013-03-12 13:01:31 -05:00
Dan Williams
67fcac2541
qcdm: fix handling of active pilot set
...
Typo caused candidate or remaining sets to be treated as the
active pilot set.
2013-02-08 09:15:55 -06:00
Dan Williams
74e94e624d
qcdm: add Novatel ERI subsystem support
...
Returns various ERI information like Indicator ID/Index, Icon
ID/Index, Icon Mode, and banner.
2013-02-06 11:57:00 -06:00
Dan Williams
bf07f02cff
qcdm: rename Novatel subsystem defines
2013-02-06 11:57:00 -06:00
Dan Williams
7489951f88
qcdm: various LTE-related NV mode pref and sysmode updates
2013-01-14 13:50:27 -06:00
Dan Williams
3e39144100
qcdm: handle more test failures for NW subsystem
...
Bandrich C120 returns BAD_LENGTH rather than BAD_COMMAND, perhaps
because it re-uses the same subsystem number for something else.
2012-11-27 09:56:25 -06:00
Dan Williams
b74741e642
qcdm: get/set functions for hybrid preference
2012-11-14 11:11:03 -06:00
Dan Williams
773d0022d0
qcdm: trivial cleanup of log item numbers
2012-11-14 11:08:04 -06:00
Dan Williams
79652bb671
qcdm: clarify log item command length member
2012-11-14 11:07:57 -06:00
Dan Williams
fb65cba607
qcdm: add qcdm_cmd_control_new() to set operating mode
2012-09-27 10:55:20 -05:00
Dan Williams
946dcca4fc
qcdm: add some EVDO log item numbers
2012-08-15 12:18:59 -05:00
Dan Williams
1e286f80ea
qcdm: interpret MCC value from StatusSnapshot command
2012-08-08 16:23:02 -05:00
Dan Williams
5337b2277a
qcdm: fix 1x/HDR mode pref and add GSM/UMTS mode prefs
2012-06-04 13:53:34 -05:00
Dan Williams
9fb8158279
qcdm: namespace stuff properly
2012-05-30 11:48:42 -05:00
Dan Williams
2e99aa2557
qcdm: decode some more log items
2012-02-17 13:06:11 -06:00
Dan Williams
4fd6264848
build: more libwmc and libqcdm standalone fixes
...
Make it pass distcheck.
2012-01-27 15:14:30 -06:00
Dan Williams
38498e3c5d
qcdm: fix some build errors when building standalone
2012-01-24 11:32:20 -06:00
Dan Williams
0737a24f43
qcdm: clarify IMxI conversions a bit; fix up WCDMA L1 states
2012-01-21 11:23:17 -06:00
Dan Williams
c9a42d98c2
qcdm: add some mode prefs
2012-01-19 09:52:06 -06:00
Dan Williams
04e87e70ff
qcdm: some devices do implement SW_VERSION
...
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-18 17:10:23 -06:00
Dan Williams
43e6039cee
qcdm: GSM MCC, MNC, LAC and CI don't seem to valid in WCDMA mode
...
So don't bother trying to parse them.
2012-01-18 13:44:20 -06:00
Dan Williams
e08e46fb1a
qcdm: let WCDMA/GSM devices pass CDMA-only tests
...
Obviously they don't implement the CDMA-only commands.
2012-01-18 13:25:00 -06:00
Dan Williams
178f30bdd3
qcdm: fill in some GSM and WCDMA stuff
2012-01-17 18:49:18 -06:00
Dan Williams
a6548ebe40
qcdm: start filling out log messages and items
...
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-12 13:00:52 -06:00
Dan Williams
474d9136ba
qcdm: fix warning when no log codes are enabled
2012-01-11 17:55:10 -06:00
Dan Williams
bf31764bab
qcdm: enhance LOG_CONFIG testcase
2012-01-11 16:10:37 -06:00
Dan Williams
b14044bc9a
qcdm: only warn on unknown mode pref NV item values
2012-01-11 16:10:02 -06:00
Dan Williams
29a1385e6c
qcdm: LOG_CONFIG fixups
...
Fix some buffer overruns. Log codes are also 16-bit not 32.
2012-01-11 15:30:45 -06:00
Dan Williams
f3208bf3a6
qcdm: add support for Log Config command
...
This appears to be a newer version of EXT_LOGMASK that also
works with GSM/UMTS and other subsystems.
2012-01-11 14:25:23 -06:00
Dan Williams
b22b2d99db
qcdm: add u16 arrays to results
2012-01-11 14:24:43 -06:00
Dan Williams
1804ae2fe5
qcdm: fix stringification of qcdm_xxx_if_fail() macros
...
Actually reading about preprocessor concatenation and stringification helps.
2012-01-11 12:53:06 -06:00
Dan Williams
2e2c8ad7ef
qcdm: add some more commands
...
Found in CodeAurora diagchar_core.c driver.
2012-01-10 19:54:40 -06:00
Dan Williams
e98f2ebf40
qcdm: clarify some subsystems
2012-01-10 19:01:40 -06:00
Dan Williams
d085e6c467
qcdm: fix up testcases for more expected error codes
...
I'm bored and playing around with a Novatel E725...
2012-01-10 18:15:11 -06:00
Dan Williams
ff838972cf
qcdm: don't segfault getting number of log items
...
Not sure how this worked before at all.
2012-01-10 18:14:40 -06:00
Dan Williams
11fbcc9010
qcdm: fill out some operating modes
2012-01-05 12:31:13 -06:00
Dan Williams
62d26479ff
qcdm: better handle NV item read/write status codes
2012-01-05 12:29:03 -06:00
Dan Williams
6e961ddd83
qcdm: fix up live testcase for recent changes
...
And interpret all the recent mode preferences.
2012-01-05 11:05:32 -06:00
Dan Williams
7b14063f46
qcdm: remove usage of glib
...
People have asked for this at various times.
2012-01-03 00:21:05 -06:00
Dan Williams
a7637ddf87
qcdm: add more mode prefs
...
It seems that various firmwares just pass values from eg AT^SYSCFG
straight through to the firmware so it's pretty easy to map them
to the actual response here. Note that the NV mode pref item uses
a different mapping than CM state info response. Yay.
2011-10-04 11:16:39 -05:00
Dan Williams
b3f0ca9233
qcdm: add some more CDMA band classes
2011-05-16 18:44:11 -05:00
Dan Williams
d639155161
qcdm: add standalone autogen and configure
...
For building libqcdm separately from ModemManager.
2011-03-24 11:00:22 -05:00
Dan Williams
ef8d226301
qcdm: add some missing system modes
2011-01-23 18:14:55 -06:00
Dan Williams
f69d888bae
qcdm: add call manager subsystem mode define for LTE
...
Seen on the Pantech UML290 and another Qualcomm-based LTE device.
2011-01-21 00:31:11 -06:00
Dan Williams
7a2031613a
qcdm: add HDR revision preference
...
Not sure if that's exactly what the NV item is, but the UML290 uses
it for Rev0, RevA, and eHRPD preference.
2011-01-06 22:01:45 -06:00
Dan Williams
d19e55bb8f
qcdm: add NV mode pref values for 1X/HDR Only, LTE Only, and 1X/HDR/LTE Only
...
Based on responses from Pantech UML290.
2011-01-06 00:50:08 -06:00
Dan Williams
79ae78a740
qcdm: add testcase to ensure that parsing Sierra CnS fails
...
Because CnS uses HDLC framing, but doesn't use CRC16, and thus
the decapsulation should fail because the CRC check fails.
2010-10-14 00:00:44 -05:00