summaryrefslogtreecommitdiff
path: root/libwmc
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30wmc: namespace stuff properlyDan Williams3-10/+10
2012-05-29wmc: add command for setting global modeDan Williams2-0/+57
2012-03-22wmc: increase estimate decapsulation buffer sizeM. I. Spozta1-1/+1
(dcbw) Some packets are much larger and require a lot more escaping than we thought so we need larger buffers here to be able to handle all packets. In this case, SMS receipt.
2012-01-27build: more libwmc and libqcdm standalone fixesDan Williams2-9/+8
Make it pass distcheck.
2012-01-24wmc: allow building libwmc standaloneDan Williams7-4/+80
2012-01-23wmc: harmonize buffer dumper with decode.pyDan Williams1-2/+2
Makes it easier to compare the output.
2012-01-23wmc: decode more of DEVICE_INFODan Williams4-40/+89
CDMA MIN, home SID, PRL & ERI version
2012-01-23wmc: add FIELD_TEST commandDan Williams1-0/+47
UML290 and UML190 both respond to the command but return all zeros, while the PC5740 returns valid data.
2012-01-23wmc: fix compile errorDan Williams1-1/+1
2012-01-23wmc: add LTE only global mode defineDan Williams3-0/+4
2012-01-23wmc: fix init commandDan Williams2-3/+3
Actually read what struct tm contains and use it correctly, and fix the init command struct size.
2012-01-23wmc: fix segfault in testcaseDan Williams1-2/+2
2012-01-23wmc: fix compilation error in testsAleksander Morgado1-1/+1
g_print() expects format + arguments; or compilation will fail when -Werror=format-security being used.
2012-01-21wmc: fix up for recent INIT and DEVICE_INFO changesDan Williams1-11/+26
Send current time to modem during init, and don't try to grab MCC/MNC where its not supported.
2012-01-21wmc: update INIT and NETWORK_INFO commands with timestampDan Williams1-18/+38
2012-01-21wmc: more protocol updatesDan Williams3-19/+79
2012-01-20wmc: add some more global mode definesDan Williams3-7/+15
2012-01-20wmc: prettier printing of serial stream and WMC packetsDan Williams1-7/+18
2012-01-20wmc: global mode command is 3 bytes not 2Dan Williams2-4/+4
2012-01-19wmc: add some more commands and fix up network infoDan Williams6-48/+419
Add operator commands, and fix up the network info response handling for GSM/WCDMA capable devices like the UML190 when it's in GSM/WCDMA mode.
2012-01-19wmc: make warn macros more usefulDan Williams1-2/+5
2012-01-19wmc: fix stringification of wmc_xxx_if_fail() macrosDan Williams1-2/+2
Actually reading about preprocessor concatenation and stringification helps.
2012-01-19wmc: add Access Technology/Service definitions and Global Mode stuffDan Williams1-2/+69
Comparing dumps from UML190 in different modes, UML290, and PC5740 revealed what the 'service' bit was, which matches up nicely with the SERVICE_* strings in the Windows connection manager DLLs if you interpret them in reverse numerical order. For the global mode stuff, looking at USB wire captures shows that C8 03 and C8 04 get used right before the NETWORK_INFO (C8 0B) shows access technology changes, which means they are probably the commands that switch global mode around.
2012-01-19wmc: STATUS is appears to be NETWORK_INFODan Williams4-31/+31
So rename it in various places.
2012-01-03wmc: remove usage of glibDan Williams8-185/+196
People have asked for leaner builds and glib isn't strictly required for the core library.
2011-11-14wmc: fix build after fixup of WMC field namesDan Williams3-6/+6
2011-11-14wmc: demystify some fields in the IP info replyDan Williams1-2/+2
2011-11-14wmc: demystify some more fields of the device info responseDan Williams1-5/+8
2011-11-11wmc: protocol and testcase updateDan Williams6-4/+262
2011-11-11libwmc: add testcases that talk to the deviceDan Williams9-30/+293
2011-10-17build: ensure all needed files are included in distAleksander Morgado1-0/+2
Added all needed headers to libwmc_la_SOURCES, so that they get into the dist tarball.
2011-10-04wmc: add initial command parsing and response handlingDan Williams8-2/+590
2011-09-27libwmc: simpler logging and error handlingDan Williams5-130/+60
2011-09-27libwmc: add more test code and start of com testsDan Williams10-22/+591
2011-09-19libwmc: add more tests including for UML290 quirksDan Williams7-9/+186
2011-09-19libwmc: rename some test functionsDan Williams3-6/+6
2011-09-17libwmc: beginning of bits for WMC-based devices like UML290Dan Williams13-0/+1131