aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-15bearer: number in Connect() no longer neededAleksander Morgado
2012-03-15bearer: remove allow-roaming, only meaningful in the broadband bearerAleksander Morgado
2012-03-15cli: remove `--connect-with-number' option, no longer neededAleksander Morgado
2012-03-15libmm-glib: number no longer needed in Connect()Aleksander Morgado
2012-03-15api,dbus: remove optional 'number' in bearer Connect() callAleksander Morgado
We can already give the number as a parameter in the dictionary when creating the Bearer object.
2012-03-15libmm-common: new helper object to handle Bearer IP configAleksander Morgado
2012-03-15bearer-3gpp, bearer-cdma: removed, they were mixed in broadband-bearerAleksander Morgado
2012-03-15iface-modem-3gpp: 3GPP bearer creation removedAleksander Morgado
2012-03-15iface-modem-cdma: CDMA bearer creation removedAleksander Morgado
2012-03-15iface-modem-simple: remove dual 3GPP/CDMA bearers logicAleksander Morgado
Just rely on a single Bearer object created.
2012-03-15broadband-bearer: new generic 3GPP+CDMA bearerAleksander Morgado
2012-03-15bearer: set unique path when the bearer gets exportedAleksander Morgado
2012-03-15libmm-common: 3gpp location doesn't use any of our enum/flagsAleksander Morgado
2012-03-15build: fix errors templateAleksander Morgado
Equivalent to the fix in d15b1f201 applied to the enums template. Spotted by Nathan Williams.
2012-03-15build: add missing build dependency in libmm-commonAleksander Morgado
Spotted by Nathan Williams.
2012-03-15build: we no longer need to have the DBus.Properties introspection XMLAleksander Morgado
Not needed in gdbus-based code.
2012-03-15cli: use new enums/flags string getters/buildersAleksander Morgado
2012-03-15libmm-common: flags string builders are now all autogeneratedAleksander Morgado
2012-03-15libmm-glib: no need to expose custom flags string buildersAleksander Morgado
2012-03-15core: use new enums/flags string getters/buildersAleksander Morgado
2012-03-15build: autogenerate enum/flags string getter/buildersAleksander Morgado
Each enum will have its own #_get_string (), and each flags will have its own #_build_string_from_mask ().
2012-03-15cli: include Location-related actionsAleksander Morgado
2012-03-15libmm-glib: include support for the Location interfaceAleksander Morgado
We hide the location signaling; not sure if we should even support it.
2012-03-15libmm-common: fix usage of main library headerAleksander Morgado
2012-03-15iface-modem-3gpp, broadband-modem: update LAC/CI 3gpp-based locationAleksander Morgado
2012-03-15iface-modem-location: handle 3GPP locationAleksander Morgado
2012-03-15libmm-common: new helper object to handle 3GPP locationAleksander Morgado
2012-03-15api: include '3gpp' prefix for LAC/CI location, instead of 'gsm'Aleksander Morgado
2012-03-15broadband-modem: enable/disable the Location interfaceAleksander Morgado
2012-03-15broadband-modem: load default location reporting capabilitiesAleksander Morgado
Currently, only LAC/CI if the modem has 3GPP capabilities.
2012-03-15iface-modem-location: handle enabling/disabling location gatheringAleksander Morgado
2012-03-15broadband-modem: implement the Location interfaceAleksander Morgado
2012-03-15api,dbus: we won't enable the modem if we're enabling locationAleksander Morgado
2012-03-15iface-modem-location: new interface for Location-related stuffAleksander Morgado
2012-03-15docs: include initial state machine documentationAleksander Morgado
2012-03-15docs: improved DBus interface documentationAleksander Morgado
2012-03-15cli: add CDMA-related option group, and enable activation requestAleksander Morgado
2012-03-15libmm-glib: implement CDMA activation requestAleksander Morgado
2012-03-15api,header: treat CDMA activation errors as any other errorAleksander Morgado
2012-03-15api,dbus: don't return immediate CDMA activation errorsAleksander Morgado
Seems like an unnecessary complication, as the client anyway needs to handle asynchronously reported errors.
2012-03-15cinterion: avoid after-power-up stepAleksander Morgado
Split the after power up step into: * querying supported functionality status during the first power-down request. * querying supported networks during supported modes loading.
2012-03-15plugin-base: use MM_TYPE_POINTER_ARRAY for custom init callbacksAleksander Morgado
2012-03-15core: new boxed type for NULL-terminated array of gpointersAleksander Morgado
2012-03-15plugin-base: use MM_TYPE_UINT16_ARRAY for vendor/product ID propertiesAleksander Morgado
2012-03-15core: new boxed type for 0-terminated array of guint16 valuesAleksander Morgado
2012-03-15plugin-base: use GStrv boxed types for string array propertiesAleksander Morgado
2012-03-15nokia: plugin fully ported to the new codebaseAleksander Morgado
2012-03-15nokia: include port type hintsAleksander Morgado
Ported commit 44194ac to the new codebase.
2012-03-15bearer-cdma: use #777 as default number to dial when none given explicitlyAleksander Morgado
2012-03-15broadband-modem: redefine generic supported mode loading implementationAleksander Morgado
* assume CDMA1x is 2G * consider CS/PS/CDMA1x/EVDO network support flags specified by the plugins