Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-21 | Add parser for network search mode objects | Yang Gu | 1 | -0/+10 | |
2010-04-21 | Add parser for imeisv objects | Yang Gu | 1 | -0/+45 | |
2010-04-21 | Add parser for item text attribute list objects | Yang Gu | 2 | -0/+32 | |
2010-04-21 | Add parser for cdma sms tpdu objects | Yang Gu | 1 | -0/+10 | |
2010-04-21 | stkutil: Refactor network access name | Denis Kenzior | 1 | -1/+1 | |
Don't allow 0 byte objects | |||||
2010-04-21 | Add parser for network access name objects | Yang Gu | 2 | -0/+29 | |
2010-04-21 | stkutil: Trivial indentation fix | Denis Kenzior | 1 | -2/+2 | |
2010-04-21 | Add parser for esn objects | Yang Gu | 1 | -0/+21 | |
2010-04-21 | stkutil: Refactor remote entity address | Denis Kenzior | 1 | -2/+2 | |
Don't assign to the return structure until we know we can successfully parse. | |||||
2010-04-21 | Add parser for remote entity address objects | Yang Gu | 2 | -0/+43 | |
2010-04-21 | Add parser for service availability objects | Yang Gu | 1 | -0/+10 | |
2010-04-21 | stkutil: Refactor attribute information | Denis Kenzior | 1 | -4/+7 | |
Only Bluetooth & IRDA are really defined by the specification | |||||
2010-04-21 | Add parser for attribute information objects | Yang Gu | 2 | -0/+36 | |
2010-04-21 | stkutil: Refactor service search | Denis Kenzior | 1 | -4/+7 | |
Only Bluetooth & IRDA are really defined by the specification | |||||
2010-04-21 | Add parser for service search objects | Yang Gu | 2 | -0/+36 | |
2010-04-21 | stkutil: refactor device filter | Denis Kenzior | 1 | -4/+7 | |
Only Bluetooth & IRDA are really defined by the specification | |||||
2010-04-21 | Add parser for device filter objects | Yang Gu | 2 | -0/+36 | |
2010-04-21 | Add parser for service record objects | Yang Gu | 2 | -0/+44 | |
2010-04-21 | Add parser for display parameters objects | Yang Gu | 2 | -0/+27 | |
2010-04-21 | Add parser for access technology objects | Yang Gu | 1 | -0/+14 | |
2010-04-21 | gisi: move g_isi_modem_by_name to separate file | Aki Niemi | 4 | -32/+68 | |
This fixes build warnings that resulted from conflicts between linux/if.h and net/if.h. | |||||
2010-04-20 | Add parser for aid objects | Yang Gu | 2 | -0/+43 | |
2010-04-20 | Add parser for UICC/TE transport interface level | Yang Gu | 2 | -0/+26 | |
2010-04-20 | build: Upate test script list and sort | Denis Kenzior | 1 | -12/+30 | |
2010-04-20 | Mention Daniel's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-04-20 | Add script for entering pin | Daniel Wagner | 1 | -0/+26 | |
2010-04-20 | Mention Matthias' contributions | Denis Kenzior | 1 | -0/+1 | |
2010-04-20 | wavecom: Trivial comment update | Denis Kenzior | 1 | -2/+4 | |
2010-04-20 | wavecom: Braces are not necessary | Denis Kenzior | 1 | -2/+1 | |
2010-04-20 | Added Wavecom modem plugin. | Matthias Günther | 3 | -0/+190 | |
The Wavecom WMP100 is a serial based modem, however it assumes CPIN to be the final response. This requires some quirking in the sim driver. Refer to commit 6d28f82dc1ccb3de3a028a88eafb96fb001c7e61 for details. | |||||
2010-04-20 | Fix build warning on 64bit system | Aki Niemi | 1 | -1/+1 | |
2010-04-20 | Add user authentication to gprs context driver | Aki Niemi | 1 | -17/+69 | |
2010-04-20 | Refactor isimodem and gisi/netlink | Pekka Pessi | 9 | -222/+485 | |
Now usbpnmodem plugin is used to register ISI modems. | |||||
2010-04-20 | Parse Interface key for isimodem and n900modem | Pekka Pessi | 2 | -0/+27 | |
2010-04-20 | Add infoserver to isimodem | Pekka Pessi | 5 | -0/+171 | |
The info server provides information from the mobile station to the ISI modem. Currently it returns the Software Version Number (SVN) that is used in mobile identification. | |||||
2010-04-20 | gisi: add gisi server API | Pekka Pessi | 4 | -0/+424 | |
2010-04-20 | gisi: fix cast-align warnings | Pekka Pessi | 1 | -5/+4 | |
2010-04-20 | gisi: check for NULL client and remove warnings | Pekka Pessi | 1 | -12/+28 | |
2010-04-20 | gisi: move GIsiDebugFunc into modem.h | Pekka Pessi | 2 | -3/+3 | |
2010-04-20 | Add SIM server state detection | Pekka Pessi | 3 | -13/+141 | |
Register isimodem SIM driver only when SIM server is ready. The best way to find out that the server is truly ready is to read some data. | |||||
2010-04-20 | Fix: s/bootsrap/bootstrap/ | Pekka Pessi | 6 | -6/+6 | |
2010-04-20 | phonesim: Disable polling in phonesim for now | Denis Kenzior | 1 | -3/+1 | |
Seems that polling support in phonesim is less than working | |||||
2010-04-20 | Trivial: Remove extra ':' from history output | Denis Kenzior | 1 | -1/+1 | |
2010-04-20 | Improve GPRS test scripts | Aki Niemi | 4 | -3/+43 | |
Catch some errors and add a script for removing contexts. | |||||
2010-04-20 | Add isimodem gprs context driver | Aki Niemi | 4 | -1/+661 | |
2010-04-20 | Add isimodem gprs driver | Aki Niemi | 4 | -0/+323 | |
2010-04-20 | Add PN_GPDS code points and debugging | Aki Niemi | 4 | -3/+439 | |
2010-04-20 | Add SIM inserted notification | Aki Niemi | 1 | -0/+2 | |
TODO: This is a temporary solution. Trigger the inserted notification on actual SIM state changes instead. | |||||
2010-04-20 | gisi: fix pointer checking | Aki Niemi | 1 | -2/+2 | |
2010-04-20 | gisi/pep: check for NULL callback | Aki Niemi | 1 | -1/+4 | |