Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-04-20 | Remove declaration of unused dump_msg() | Aki Niemi | 1 | -2/+0 | |
2010-04-15 | Fix: Don't crash by calling sim watch too early | Denis Kenzior | 1 | -1/+0 | |
The modem sim watch is only watching for removed and ready conditions, so no need to call it prematurely | |||||
2010-04-15 | Fix: Make distcheck happy | Denis Kenzior | 1 | -1/+0 | |
2010-04-15 | Rename ofono_atmodem_poll_enable | Denis Kenzior | 4 | -4/+4 | |
This is not official oFono API | |||||
2010-04-15 | Implement STATUS polling in atmodem driver. | Andrzej Zaborowski | 5 | -5/+351 | |
2010-04-15 | Fix: should be unsigned char not guint8 | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -6/+6 | |
2010-04-15 | Add AT driver for STK atom. | Andrzej Zaborowski | 6 | -0/+269 | |
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -6/+7 | |
2010-04-15 | Refactor: Keep separate lists for pre/post atoms | Denis Kenzior | 1 | -53/+33 | |
2010-04-15 | Refactor: use a switch/case to make more readable | Denis Kenzior | 1 | -14/+11 | |
2010-04-15 | Remove post-sim atoms after SIM is extracted. | Andrzej Zaborowski | 1 | -0/+40 | |
2010-04-15 | Refactor: Store the sim object inside voicecalls | Denis Kenzior | 1 | -35/+26 | |
Makes the logic a bit easier to follow. Also use a switch/case inside the sim state watcher. | |||||
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -1/+2 | |
2010-04-15 | Fix: The null check should be done elsewhere | Denis Kenzior | 1 | -3/+0 | |
2010-04-15 | Fix: Make the name a bit clearer | Denis Kenzior | 1 | -2/+2 | |
2010-04-15 | Fix: No glib types in oFono public API | Denis Kenzior | 2 | -2/+2 | |
2010-04-15 | Handle EFen list when SIM inserted / removed | Andrzej Zaborowski | 1 | -7/+58 | |
2010-04-15 | Fix: Style issues in stk driver API | Denis Kenzior | 1 | -9/+10 | |
2010-04-15 | Fix: Look for the STK atom, not SIM atom | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Fix: Process CBS sim downloads if STK atom exists | Denis Kenzior | 1 | -1/+2 | |
2010-04-15 | Add Sim Toolkit atom | Andrzej Zaborowski | 9 | -121/+287 | |
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver | |||||
2010-04-15 | Fix: Minor style issues | Denis Kenzior | 1 | -2/+2 | |
2010-04-15 | Fix: Uncomplicate the logic for SIM initialization | Denis Kenzior | 1 | -30/+29 | |
If we get a sim inserted notify before we are registered, we need to initialize the SIM once ofono_sim_register is called. The logic for doing so is rather twisted, simplify it. | |||||
2010-04-15 | Add SIM "Present" property. | Andrzej Zaborowski | 1 | -40/+77 | |
2010-04-15 | Drivers can notify core of SIM insertion / removal | Andrzej Zaborowski | 12 | -34/+107 | |
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later. | |||||
2010-04-15 | Extend sim-ready watch with card insert/eject | Andrzej Zaborowski | 4 | -35/+44 | |
2010-04-15 | No to check for NULL pointers with g_free | Marcel Holtmann | 1 | -4/+2 | |
2010-04-14 | ppp: nak unknown auth protocol | Kristen Carlson Accardi | 3 | -4/+38 | |
If we are sent a Config-Request for an auth proto other than CHAP with MD5, send a NAK. | |||||
2010-04-14 | Fix: Use a union for other address objects | Denis Kenzior | 2 | -2/+6 | |
2010-04-14 | Add parser for other address objects | Yang Gu | 2 | -0/+37 | |
2010-04-14 | Add parser for card reader identifier objects | Yang Gu | 2 | -0/+29 | |