aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-03-16modem-helpers: refactor and reorganize sourcesAleksander Morgado
2012-03-16broadband-modem: implement own numbers generic loadingAleksander Morgado
2012-03-16modem-helpers: new +CNUM response parser and testsAleksander Morgado
2012-03-16tests,modem-helpers: cleanup testsAleksander Morgado
Properly order the tests in blocks, and ensure that the common data for registration tests is not passed to other non-registration related tests.
2012-03-16test,modem-helpers: remove conditional compilationAleksander Morgado
We require already GLib 2.30
2012-03-16iface-modem: setup loading of own numbers during the initialization phaseAleksander Morgado
2012-03-16messaging: part index may be repeated in different storagesAleksander Morgado
2012-03-16time: removed old interface sourcesAleksander Morgado
2012-03-16iface-modem-time: setup generic unsolicited message handlingAleksander Morgado
Modems may get notified via unsolicited messages (either AT or QMI or some other thing), that the network time was updated. This setup allows subclasses implementing the Time interface to setup/cleanup and enable/disable the unsolicited messages, as well as notify about the network time updates.
2012-03-16iface-modem-time: handle `GetNetworkTime'Aleksander Morgado
2012-03-16iface-modem-time: only retry if MM_CORE_ERROR_RETRY was returnedAleksander Morgado
We don't want to retry if the error is fatal in some other kind, e.g. a reply parsing error or something.
2012-03-16iface-modem-time: load network timezone informationAleksander Morgado
Following the same logic as in the original implementation, we try to load the network timezone information only after being registered, and also with up to N retries. The async operation in charge of the loading can be cancelled gracefully, i.e. if the interface is disabled before we get ever registered.
2012-03-16broadband-modem: implement the Time interfaceAleksander Morgado
2012-03-16iface-modem-time: new interface to handle the Time DBus interfaceAleksander Morgado
2012-03-16plugin-manager: avoid race when port deferred until suggested and suggestion ↵Aleksander Morgado
already there It may happen that we launch the supports task in the port AFTER having received the suggestion.
2012-03-16plugin-base: log also when starting to check supportAleksander Morgado
So that we get logs when net ports are being checked for support, which won't be probed.
2012-03-16iface-modem: fix signal nameAleksander Morgado
2012-03-16sim: update unlock retry counts after PIN change/enable operationsAleksander Morgado
2012-03-16libmm-common: `MMSimpleStatus' won't be considered internal any moreAleksander Morgado
Renamed `MMCommonSimpleProperties' to `MMSimpleStatus', and removed the `MMSimpleStatusProperties' provided in libmm-glib. We'll just use the original one from libmm-common always.
2012-03-16libmm-common: `MMLocation3gpp' won't be considered internal any moreAleksander Morgado
Renamed `MMCommonLocation3gpp' to `MMLocation3gpp', and removed the `MMModemLocation3gpp' provided in libmm-glib. We'll just use the original one from libmm-common always.
2012-03-16libmm-common: `MMSimpleConnectProperties' won't be considered internal any moreAleksander Morgado
Renamed `MMCommonConnectProperties' to `MMSimpleConnectProperties', and removed the `MMModemSimpleConnectProperties' provided in libmm-glib. We'll just use the original one from libmm-common always.
2012-03-16libmm-common: `MMBearerProperties' won't be considered internal any moreAleksander Morgado
Renamed `MMCommonBearerProperties' to `MMBearerProperties', and removed the `MMBearerProperties' provided in libmm-glib. We'll just use the original one from libmm-common always.
2012-03-16libmm-common: `MMBearerIpConfig' won't be considered internal any moreAleksander Morgado
Renamed `MMCommonBearerIpConfig' to `MMBearerIpConfig', and removed the `MMBearerIpConfig' provided in libmm-glib. We'll just use the original one from libmm-common always.
2012-03-16libmm-common: `MMSmsProperties' won't be considered internal any moreAleksander Morgado
Renamed `MMCommonSmsProperties' to `MMSmsProperties', and removed the `MMSmsProperties' provided in libmm-glib. We'll just use the original one from libmm-common always.
2012-03-16api: `UnlockRetries' will reply a list of per-lock retry countsAleksander Morgado
Equivalent to `PinRetryCount' in the previous API. We don't have an additional property for the retry count of the current lock, as it really is duplicating information.
2012-03-16broadband-modem: implement default facility locks status loadingAleksander Morgado
2012-03-16iface-modem-3gpp: update facilities mask when SIM PIN lock enabling status ↵Aleksander Morgado
changes
2012-03-16sim: signal when the pin lock enabling status changesAleksander Morgado
2012-03-16iface-modem-3gpp: load initial set of enabled facility locksAleksander Morgado
2012-03-16modem-helpers: port facility lock related helpers to use `MMModemFacility' enumsAleksander Morgado
2012-03-16tests: fix automake rule dependenciesAleksander Morgado
We need to ensure all test programs are built.
2012-03-16iface-modem: the Command() method is only allowed when running in debug modeAleksander Morgado
2012-03-16context: new source files to keep the daemon contextAleksander Morgado
2012-03-16plugin-base: remove the SORT_LAST propertyAleksander Morgado
Plugins that need to get sorted last by the PluginManager can now be determined just by looking at the post probing filters.
2012-03-16plugin: remove unnecessary callback typeAleksander Morgado
2012-03-16broadband-bearer: don't choke if an APN wasn't specified when parsing PDP listNathan Williams
Change-Id: I1535fdae0659ae049b4a795d85017abe1fea6be8
2012-03-16broadband-bearer: split out "dial" as a separate phase of the 3gpp connectionNathan Williams
So that we can override it in modems that use a different sequence to get a net connection instead of a PPP connection. Change-Id: I9c5635a7635b66eb7bca9ec9552d2d7794bc8827
2012-03-16tests: fix CGDCONT reply test, NULL expected instead of empty stringAleksander Morgado
2012-03-16build: fix distcheckAleksander Morgado
Need to pass the full path of the input files to the glib-mkenums call. This is because we use an explicit list given in a $(VARIABLE) instead of the built-in automake variables (e.g. $<)
2012-03-16build: get path of `glib-mkenums' from pkg-configAleksander Morgado
2012-03-16build: don't distribute generated sourcesAleksander Morgado
2012-03-16build: rename the binary from `modem-manager' to `ModemManager'Aleksander Morgado
2012-03-16core: remove uses of `MMModemStateReason'Aleksander Morgado
Use `MMModemStateChangeReason' instead.
2012-03-16modem-helpers: temporarily disable facility-related helpersAleksander Morgado
2012-03-16marshallers: cleanup unneeded onesAleksander Morgado
2012-03-16marshallers: integrate them into the daemon compilationAleksander Morgado
2012-03-16build: remove obsolete filesAleksander Morgado
This will very likely create lots of conflicts until the branch gets merged into master, but anyway...
2012-03-16sms: include policy authorization checksAleksander Morgado
2012-03-16iface-modem-messaging: include policy authorization checksAleksander Morgado
2012-03-16iface-modem-location: include policy authorization checksAleksander Morgado