Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-13 | gprs: Allow synchronous callbacks for set_attached | Denis Kenzior | 1 | -1/+1 | |
2015-10-13 | src: make bearer/operator enums public | Tony Espy | 1 | -12/+0 | |
Move enums for operator_status and packet_bearer to common.h to avoid duplication in drivers. | |||||
2015-07-20 | gprs: Try re-attaching when we switch cells | Denis Kenzior | 1 | -3/+2 | |
2015-05-18 | gprs: Add comment to gprs_reset_contexts | Alfonso Sanchez-Beato | 1 | -0/+5 | |
2015-05-18 | gprs: Refactor to remove forward declaration | Alfonso Sanchez-Beato | 1 | -104/+102 | |
2015-05-18 | gprs: Add DBus method to reset contexts | Alfonso Sanchez-Beato | 1 | -24/+118 | |
Add DBus method that removes the current contexts and re-provisions using the APN database. | |||||
2014-06-24 | gprs: provision the authentication method | Philip Paeps | 1 | -0/+2 | |
2014-06-21 | gprs: Make the code a bit easier to read | Denis Kenzior | 1 | -3/+6 | |
2014-06-21 | gprs: make PPP authentication method configurable | Philip Paeps | 1 | -0/+84 | |
Add a new "AuthenticationMethod" property to select between "pap" and "chap" PPP authentication, defaulting to "chap" (i.e.: previous behaviour). | |||||
2012-08-13 | gprs: fix bearer dbus signal interface | Christopher Vogl | 1 | -1/+1 | |
According to the documentation the data bearer property should be located on interface org.ofono.ConnectionManager. | |||||
2012-07-15 | gprs: Call detach_shutdown when network is lost | Guillaume Zajac | 1 | -21/+63 | |
2012-07-15 | gprs: Avoid shadowing error variable | Marcel Holtmann | 1 | -4/+4 | |
2012-06-17 | gprs: Use ofono_bool_t instead of gboolean | Marcel Holtmann | 1 | -2/+2 | |
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 1 | -21/+20 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-20 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 1 | -16/+32 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | Constify GDBus signal tables | Henrique Dante de Almeida | 1 | -2/+2 | |
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \; | |||||
2012-05-20 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -2/+2 | |
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; | |||||
2012-01-18 | gprs: Use __ofono_atom_find | Denis Kenzior | 1 | -16/+10 | |
2012-01-18 | gprs: Trivial code reflow | Denis Kenzior | 1 | -8/+8 | |
2012-01-18 | gprs: Use sim SPN watch API | Oleg Zhurakivskyy | 1 | -40/+31 | |
2011-12-28 | gprs: Minor whitespace and style fixes | Oleg Zhurakivskyy | 1 | -11/+13 | |
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-09-08 | gprs: Allow NULL context names while provisioning | Denis Kenzior | 1 | -1/+1 | |
2011-08-18 | gprs: Experimental fix for twitchy Huawei firmware | Denis Kenzior | 1 | -0/+8 | |
2011-06-02 | gprs: Unify logic inside registration_status_cb | Denis Kenzior | 1 | -11/+12 | |
And delay reseting the ATTACHING flag until we had a chance to query the CGREG status. | |||||
2011-05-20 | gprs: remove set but not used var | Gustavo F. Padovan | 1 | -3/+0 | |
2011-05-11 | gprs: Make sure to clean up interfaces | Denis Kenzior | 1 | -0/+10 | |
When going down, it is sometimes possible for us not to ifconfig down the interface or reset the MMS context IPv4 address propertly | |||||
2011-05-11 | gprs: Mark context inactive on removal | Denis Kenzior | 1 | -0/+26 | |
2011-05-11 | gprs: Fix valgrind error | Denis Kenzior | 1 | -5/+13 | |
This fixes an invalid access condition for the case where the gprs atom is destroyed before context atoms are. | |||||
2011-05-11 | gprs: emit Active changed for contexts being removed | Denis Kenzior | 1 | -2/+7 | |
2011-05-11 | gprs: Add additional debug statements | Denis Kenzior | 1 | -0/+4 | |
2011-03-30 | core: remove redundant code | Mika Liljeberg | 1 | -7/+0 | |
2011-03-24 | gprs: fix memory leak | Mika Liljeberg | 1 | -0/+2 | |
2011-03-15 | gprs: Core changes for IPv6 support | Denis Kenzior | 1 | -108/+310 | |
2011-03-15 | gprs: Move settings structure | Denis Kenzior | 1 | -36/+48 | |
Move the settings structure from pri_context to ofono_gprs_context in preparation for new IPv6 support APIs. | |||||
2011-03-15 | gprs: Add support for dual stack contexts | Denis Kenzior | 1 | -0/+5 | |
2011-03-15 | gprs: Also reset active in release_context | Denis Kenzior | 1 | -6/+2 | |
2011-03-15 | gprs: factor out common code | Mika Liljeberg | 1 | -61/+50 | |
2011-02-08 | gprs: Fixup error path | Denis Kenzior | 1 | -6/+12 | |
When we try to register the GPRS D-Bus interface and fail for some reason, calling gprs_unregister is not really kosher since much of the initialization has not yet been done. Call an intermediate function instead. | |||||
2011-02-08 | gprs,gprs-provision: add SPN to provisioning API | Jukka Saunamaki | 1 | -22/+65 | |
2011-02-08 | core: free GError objects returned by glib | Denis Kenzior | 1 | -0/+2 | |
2011-02-06 | gprs: Be a bit more paranoid when loading settings | Denis Kenzior | 1 | -2/+5 | |
2011-01-26 | gprs: Refactor gprs provisioning | Denis Kenzior | 1 | -54/+70 | |
2011-01-26 | gprs: Put back the id if context creation fails | Denis Kenzior | 1 | -0/+1 | |
2011-01-26 | gprs: write out MessageCenter and MessageProxy | Denis Kenzior | 1 | -0/+9 | |
These values were not written out to settings | |||||
2011-01-26 | gprs: add gprs context provisioning | Jukka Saunamaki | 1 | -4/+95 | |
2011-01-20 | gprs: Make gprs atom offline-safe | Pekka Pessi | 1 | -2/+13 | |
Allow use of GPRS atom both in online and offline (post_sim) states. The GPRS now considers the removal of the netreg atom as implicit detach and registration change to NOT_REGISTERED. | |||||
2011-01-20 | gprs: Move packet bearer stuff into gprs.c | Denis Kenzior | 1 | -0/+35 | |
2011-01-20 | gprs: mark context driver as not used when removing active context | Tomasz Gregorek | 1 | -0/+2 | |
2011-01-20 | gprs: Core support for packet switched bearer reporting | RĂ©mi Denis-Courmont | 1 | -0/+27 | |