Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | cinterion: no need to complete in idle in sleep_ready() | Aleksander Morgado | |
2012-03-16 | messaging: part index may be repeated in different storages | Aleksander Morgado | |
2012-03-16 | time: removed old interface sources | Aleksander Morgado | |
2012-03-16 | iface-modem-time: setup generic unsolicited message handling | Aleksander 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-16 | iface-modem-time: handle `GetNetworkTime' | Aleksander Morgado | |
2012-03-16 | iface-modem-time: only retry if MM_CORE_ERROR_RETRY was returned | Aleksander 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-16 | api,errors: new `MM_CORE_ERROR_RETRY' | Aleksander Morgado | |
Lets operations specify that they cannot be run currently, but that the caller may retry later. Of course, it depends on the caller to really honour the retry-later suggestion. | |||
2012-03-16 | iface-modem-time: load network timezone information | Aleksander 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-16 | broadband-modem: implement the Time interface | Aleksander Morgado | |
2012-03-16 | iface-modem-time: new interface to handle the Time DBus interface | Aleksander Morgado | |
2012-03-16 | libmm-common: new `MMNetworkTimezone' helper object | Aleksander Morgado | |
2012-03-16 | api,dbus: rewrote Time interface to be used with gdbus-codegen | Aleksander Morgado | |
2012-03-16 | docs: new section about plugin-specific modems | Aleksander Morgado | |
2012-03-16 | plugin-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-16 | plugin-base: log also when starting to check support | Aleksander Morgado | |
So that we get logs when net ports are being checked for support, which won't be probed. | |||
2012-03-16 | iface-modem: fix signal name | Aleksander Morgado | |
2012-03-16 | TODO: new possible probing improvement | Aleksander Morgado | |
2012-03-16 | TODO: pin retry counts and enabled facility locks now ported from master | Aleksander Morgado | |
2012-03-16 | sim: update unlock retry counts after PIN change/enable operations | Aleksander Morgado | |
2012-03-16 | libmm-common: `MMSimpleStatus' won't be considered internal any more | Aleksander 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-16 | libmm-common: `MMLocation3gpp' won't be considered internal any more | Aleksander 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-16 | libmm-common: `MMSimpleConnectProperties' won't be considered internal any more | Aleksander 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-16 | libmm-common: `MMBearerProperties' won't be considered internal any more | Aleksander 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-16 | libmm-common: `MMBearerIpConfig' won't be considered internal any more | Aleksander 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-16 | libmm-common: `MMSmsProperties' won't be considered internal any more | Aleksander 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-16 | api: `UnlockRetries' will reply a list of per-lock retry counts | Aleksander 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-16 | libmm-common: new `MMUnlockRetries' helper object | Aleksander Morgado | |
2012-03-16 | cli: print list of enabled facility locks | Aleksander Morgado | |
2012-03-16 | api,header: define facilities flags with bitwise operations instead of hex ↵ | Aleksander Morgado | |
values So that glib-mkenums detects that we're talking about flags. | |||
2012-03-16 | api,header: minor alignment fix | Aleksander Morgado | |
2012-03-16 | broadband-modem: implement default facility locks status loading | Aleksander Morgado | |
2012-03-16 | iface-modem-3gpp: update facilities mask when SIM PIN lock enabling status ↵ | Aleksander Morgado | |
changes | |||
2012-03-16 | sim: signal when the pin lock enabling status changes | Aleksander Morgado | |
2012-03-16 | iface-modem-3gpp: load initial set of enabled facility locks | Aleksander Morgado | |
2012-03-16 | modem-helpers: port facility lock related helpers to use `MMModemFacility' enums | Aleksander Morgado | |
2012-03-16 | libmm-common,tests: include tests when running make check/distcheck | Aleksander Morgado | |
2012-03-16 | tests: fix automake rule dependencies | Aleksander Morgado | |
We need to ensure all test programs are built. | |||
2012-03-16 | TODO: new file with a list of pending things and ideas | Aleksander Morgado | |
2012-03-16 | iface-modem: the Command() method is only allowed when running in debug mode | Aleksander Morgado | |
2012-03-16 | context: new source files to keep the daemon context | Aleksander Morgado | |
2012-03-16 | plugin-base: remove the SORT_LAST property | Aleksander 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-16 | plugin: remove unnecessary callback type | Aleksander Morgado | |
2012-03-16 | libmm-glib: set the gdbus timeout to a value longer than that remote ↵ | Nathan Williams | |
operation timeout Lets commands like "mmcli -m 0 --command-timeout=60 --command='+COPS=?'" work, instead of tripping over the 25-second gdbus default timeout first. Change-Id: I67034423ca5ab08a07ecf3c9e313082d4860ffb3 | |||
2012-03-16 | broadband-bearer: don't choke if an APN wasn't specified when parsing PDP list | Nathan Williams | |
Change-Id: I1535fdae0659ae049b4a795d85017abe1fea6be8 | |||
2012-03-16 | broadband-bearer: split out "dial" as a separate phase of the 3gpp connection | Nathan 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-16 | docs: document Modem probing and global state machine | Aleksander Morgado | |
2012-03-16 | docs: fix path of images | Aleksander Morgado | |
PNGs are copied over to the HTML directory, so they will always be available in the same directory as the final HTML files. | |||
2012-03-16 | docs: set `ModemManager' as module name instead of `mm' | Aleksander Morgado | |
2012-03-16 | tests: fix CGDCONT reply test, NULL expected instead of empty string | Aleksander Morgado | |
2012-03-16 | build: fix distcheck | Aleksander 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. $<) |