Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-19 | gprs: Update gprs context struct with IPv6 support | Denis Kenzior | 1 | -0/+6 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-01 | Style: Use unsigned int instead of unsigned | Denis Kenzior | 1 | -1/+2 | |
2009-11-17 | Support returning settings from context activation | Denis Kenzior | 1 | -1/+5 | |
2009-11-17 | Add ofono_gprs_context_get_modem | Martin Xu | 1 | -0/+2 | |
2009-10-23 | Add implementation of GPRS context atom | Denis Kenzior | 1 | -2/+1 | |
2009-10-23 | Refactor/Implement basic activate logic | Denis Kenzior | 1 | -1/+2 | |
Not yet tested | |||||
2009-10-23 | Fix: Typos | Denis Kenzior | 1 | -4/+4 | |
2009-10-23 | Refactor: Split up GPRS into two atoms | Denis Kenzior | 1 | -0/+78 | |
Split up GPRS into two atoms: GPRS and GPRS Context. GPRS will handle the areas of GPRS network registration, basic GPRS capability detection and attach / detach. GPRS Context will handle setting up / activating / deactivating the indicidual contexts. This will allow us to use the generic GPRS atom for most devices while customizing the GPRS context accordingly. |