Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-15 | stemodem: update to new gprs context interface | Mika Liljeberg | 1 | -11/+18 | |
2011-02-21 | stemodem: Add support for multiple pdp contexts. | Marit Henriksen | 1 | -216/+57 | |
Redesigned, there will be only one contexts for each instance of the driver and only one CAIF interface, no longer need the list of caif devices. | |||||
2011-01-29 | stemodem: remove NULL check | Jeevaka Badrappan | 1 | -6/+0 | |
2011-01-14 | stemodem: Always run +CGACT? when we get +CGEV. | Marit Henriksen | 1 | -7/+3 | |
Remove checks for certain values of CGEV, and instead we will always run CGACT? to check what contexts that are active. | |||||
2011-01-14 | stemodem: Use macro for context status. | Marit Henriksen | 1 | -1/+2 | |
2011-01-12 | stemodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2010-12-21 | stemodem: Use RTNL to create network interfaces. | Sjur Brændeland | 1 | -7/+36 | |
2010-12-21 | stemodem: Create network interfaces statically | Sjur Brændeland | 1 | -67/+82 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -7/+7 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-11-26 | ste: Remove stray newlines in messages sent to log | Rémi Denis-Courmont | 1 | -1/+1 | |
2010-11-13 | stemodem: Fix for error handling, memleak and changed some defines | Sjur Brændeland | 1 | -23/+31 | |
* renamed MAX_LEN to IP_ADDR_LEN * removed memory leak from unneeded strdup when parsing xml response. * better handling of AT error responses * reduced number of caif interfaces to 4 | |||||
2010-10-30 | stemodem: Fix broken coding style | Marcel Holtmann | 1 | -1/+1 | |
2010-08-16 | stemodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-12 | stemodem: Use g_at_chat_clone | Denis Kenzior | 1 | -1/+3 | |
2010-08-12 | stemodem: Fix minor whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2010-08-12 | stedriver: remove unsupported CAIF socket ioctls | Sjur Brændeland | 1 | -46/+2 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -10/+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 | -12/+12 | |
2010-02-05 | Fix: Send *EIAAUW after CGDCONT for STE and MBM | Denis Kenzior | 1 | -9/+14 | |
Otherwise the EIAAUW might fail. | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in stemodem | Denis Kenzior | 1 | -5/+6 | |
2010-01-28 | Fix: Update copyright notice for 2010 | Denis Kenzior | 1 | -1/+1 | |
2010-01-27 | Fix: Remove username/password elements | Denis Kenzior | 1 | -14/+10 | |
The reason for this is twofold. First the current code actually leaks memory since it uses g_strdup on username/password and never frees it anywhere. Second the username/password command can just be sent inside activate_primary, no reason to do it in the callback. The fix removes the username / password structure members and moves the AT*EIAAUW handling to activate_primary. This is almost exactly like the username / password / context definition for MBM modems. | |||||
2010-01-27 | Style: Couple more fixes | Denis Kenzior | 1 | -3/+3 | |
2010-01-27 | Fix: Remove pointless error labels | Denis Kenzior | 1 | -17/+10 | |
2010-01-27 | Style: Various indentation and spacing issues | Denis Kenzior | 1 | -16/+23 | |
2010-01-27 | Style: No space after function name | Denis Kenzior | 1 | -4/+4 | |
2010-01-27 | Style: Use proper comment formatting | Denis Kenzior | 1 | -6/+6 | |
2010-01-27 | Style: Don't use underscore | Denis Kenzior | 1 | -14/+14 | |
2010-01-27 | Add STE modem support for GPRS PDP Contexts | Sjur Brændeland | 1 | -0/+610 | |