Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-20 | mbmmodem: Enable PDP context setup debug notifications | Marcel Holtmann | 1 | -0/+3 | |
2010-08-20 | mbm: Fix naming of MBM driver for GPRS context handling | Marcel Holtmann | 1 | -1/+1 | |
2010-08-16 | mbmmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-12 | mbmmodem: Use g_at_chat_clone | Denis Kenzior | 2 | -4/+8 | |
2010-08-11 | Add extra debug statements to MBM STK atom driver | Marcel Holtmann | 1 | -0/+24 | |
2010-07-08 | mbmmodem: End session on *STKEND. | Andrzej Zaborowski | 1 | -0/+3 | |
2010-06-18 | mbmmodem: Allow no response data for envelope. | Andrzej Zaborowski | 1 | -7/+5 | |
Partially reverts http://git.kernel.org/?p=network/ofono/ofono.git;a=commitdiff;h=f98c6dc91702c0d14c0afa2a4e32102d3105568d | |||||
2010-06-16 | Use PROFILE DOWNLOAD to detect SIM Toolkit support for MBM | Marcel Holtmann | 1 | -12/+8 | |
2010-05-12 | mbm: Simplify STKR callback logic | Denis Kenzior | 1 | -5/+1 | |
2010-05-12 | mbm: Simplify STKE logic | Denis Kenzior | 1 | -6/+11 | |
We shouldn't use CALLBACK_WITH_FAILURE unless we can't parse the response from the modem. This most likely indicates an integration error. | |||||
2010-05-12 | mbm: NULL check on a g_free is not necessary | Denis Kenzior | 1 | -10/+4 | |
This is a change from previously accepted practice | |||||
2010-05-12 | mbm: Few style issues with indentation | Denis Kenzior | 1 | -7/+6 | |
2010-05-12 | mbm: Add STK driver. | Andrzej Zaborowski | 3 | -0/+259 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -2/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -3/+3 | |
2010-02-05 | Fix: Send *EIAAUW after CGDCONT for STE and MBM | Denis Kenzior | 1 | -9/+15 | |
Otherwise the EIAAUW might fail. | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in mbmmodem | Denis Kenzior | 1 | -4/+4 | |
2010-01-12 | Style: Trailing whitespace & extra lines | Denis Kenzior | 1 | -4/+4 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 3 | -3/+3 | |
2009-12-17 | Style: Repeat for drivers | Denis Kenzior | 1 | -1/+2 | |
2009-12-16 | Fix: Set netmask for static ip on mbm | Martin Xu | 1 | -2/+5 | |
2009-12-01 | Fix: Make sure to never overflow DNS variable | Denis Kenzior | 1 | -2/+5 | |
2009-12-01 | Fix: Poll ENAP on older mbm hardware | Denis Kenzior | 1 | -125/+186 | |
2009-12-01 | Style: Fix whitespace | Denis Kenzior | 1 | -1/+1 | |
2009-12-01 | Fix: Fix parsing in MBM | Denis Kenzior | 1 | -0/+3 | |
2009-12-01 | Add experimental support for E2IPCFG | Denis Kenzior | 1 | -20/+163 | |
2009-12-01 | Fix: Add username/password support to mbm context | Denis Kenzior | 1 | -1/+7 | |
2009-12-01 | Fix: Make sure we don't overflow the buffer | Denis Kenzior | 1 | -1/+4 | |
2009-12-01 | Style: Use unsigned int instead of unsigned | Denis Kenzior | 1 | -1/+1 | |
2009-11-17 | Update the MBM modem driver to the new API | Denis Kenzior | 1 | -7/+17 | |
2009-10-24 | Fix: Register for E2NAP notifications | Denis Kenzior | 1 | -0/+2 | |
2009-10-24 | Fix: ENAP=0 is the only way to use this | Denis Kenzior | 1 | -4/+1 | |
2009-10-23 | Add initial implementation of MBM gprs context | Denis Kenzior | 3 | -0/+325 | |