Aleksander Morgado
6e75399629
iface-modem-time: load network timezone information
...
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 14:53:20 +01:00
Aleksander Morgado
df4e713124
broadband-modem: implement the Time interface
2012-03-16 14:53:20 +01:00
Aleksander Morgado
16cf2a49f6
iface-modem-time: new interface to handle the Time DBus interface
2012-03-16 14:53:20 +01:00
Aleksander Morgado
455fc68d8a
libmm-common: new `MMNetworkTimezone' helper object
2012-03-16 14:53:20 +01:00
Aleksander Morgado
bd9d7011b9
api,dbus: rewrote Time interface to be used with gdbus-codegen
2012-03-16 14:53:20 +01:00
Aleksander Morgado
480fe4b808
docs: new section about plugin-specific modems
2012-03-16 14:53:20 +01:00
Aleksander Morgado
52ff02323d
plugin-manager: avoid race when port deferred until suggested and suggestion already there
...
It may happen that we launch the supports task in the port AFTER having received
the suggestion.
2012-03-16 14:53:20 +01:00
Aleksander Morgado
f8f0969289
plugin-base: log also when starting to check support
...
So that we get logs when net ports are being checked for support, which won't be
probed.
2012-03-16 14:53:20 +01:00
Aleksander Morgado
9c5c072bab
iface-modem: fix signal name
2012-03-16 14:53:20 +01:00
Aleksander Morgado
c590cde7e5
TODO: new possible probing improvement
2012-03-16 14:53:20 +01:00
Aleksander Morgado
47265a80ac
TODO: pin retry counts and enabled facility locks now ported from master
2012-03-16 14:53:20 +01:00
Aleksander Morgado
41fe01b217
sim: update unlock retry counts after PIN change/enable operations
2012-03-16 14:53:20 +01:00
Aleksander Morgado
cd63df938f
libmm-common: `MMSimpleStatus' won't be considered internal any more
...
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 14:53:20 +01:00
Aleksander Morgado
bb352d5da3
libmm-common: `MMLocation3gpp' won't be considered internal any more
...
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 14:53:19 +01:00
Aleksander Morgado
1385eb394f
libmm-common: `MMSimpleConnectProperties' won't be considered internal any more
...
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 14:53:19 +01:00
Aleksander Morgado
d306bb082f
libmm-common: `MMBearerProperties' won't be considered internal any more
...
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 14:53:19 +01:00
Aleksander Morgado
323df60ed9
libmm-common: `MMBearerIpConfig' won't be considered internal any more
...
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 14:53:19 +01:00
Aleksander Morgado
ef9fb0bfac
libmm-common: `MMSmsProperties' won't be considered internal any more
...
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 14:53:19 +01:00
Aleksander Morgado
3ccc78e858
api: `UnlockRetries' will reply a list of per-lock retry counts
...
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 14:53:19 +01:00
Aleksander Morgado
036711eb1c
libmm-common: new `MMUnlockRetries' helper object
2012-03-16 14:53:19 +01:00
Aleksander Morgado
7ab252f079
cli: print list of enabled facility locks
2012-03-16 14:53:19 +01:00
Aleksander Morgado
2e1a322837
api,header: define facilities flags with bitwise operations instead of hex values
...
So that glib-mkenums detects that we're talking about flags.
2012-03-16 14:53:19 +01:00
Aleksander Morgado
9a442b01bc
api,header: minor alignment fix
2012-03-16 14:53:19 +01:00
Aleksander Morgado
c66817622c
broadband-modem: implement default facility locks status loading
2012-03-16 14:53:19 +01:00
Aleksander Morgado
491d8e03f9
iface-modem-3gpp: update facilities mask when SIM PIN lock enabling status changes
2012-03-16 14:53:19 +01:00
Aleksander Morgado
a797d6d683
sim: signal when the pin lock enabling status changes
2012-03-16 14:53:18 +01:00
Aleksander Morgado
eb87c2fe07
iface-modem-3gpp: load initial set of enabled facility locks
2012-03-16 14:53:18 +01:00
Aleksander Morgado
75a2b407bd
modem-helpers: port facility lock related helpers to use `MMModemFacility' enums
2012-03-16 14:53:18 +01:00
Aleksander Morgado
1628f495fe
libmm-common,tests: include tests when running make check/distcheck
2012-03-16 14:53:18 +01:00
Aleksander Morgado
8f200940ec
tests: fix automake rule dependencies
...
We need to ensure all test programs are built.
2012-03-16 14:53:18 +01:00
Aleksander Morgado
10d9775c54
TODO: new file with a list of pending things and ideas
2012-03-16 14:53:18 +01:00
Aleksander Morgado
64f49c0c72
iface-modem: the Command() method is only allowed when running in debug mode
2012-03-16 14:53:18 +01:00
Aleksander Morgado
952b9164b9
context: new source files to keep the daemon context
2012-03-16 14:53:18 +01:00
Aleksander Morgado
1701230f51
plugin-base: remove the SORT_LAST property
...
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 14:53:18 +01:00
Aleksander Morgado
03fbdece71
plugin: remove unnecessary callback type
2012-03-16 14:53:18 +01:00
Nathan Williams
b6203ab425
libmm-glib: set the gdbus timeout to a value longer than that remote 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 14:53:18 +01:00
Nathan Williams
6f22eb6a63
broadband-bearer: don't choke if an APN wasn't specified when parsing PDP list
...
Change-Id: I1535fdae0659ae049b4a795d85017abe1fea6be8
2012-03-16 14:53:18 +01:00
Nathan Williams
94a110960e
broadband-bearer: split out "dial" as a separate phase of the 3gpp connection
...
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 14:53:18 +01:00
Aleksander Morgado
36fbfab3e6
docs: document Modem probing and global state machine
2012-03-16 14:53:18 +01:00
Aleksander Morgado
5f85cfc352
docs: fix path of images
...
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 14:53:17 +01:00
Aleksander Morgado
c4581af5d9
docs: set ModemManager' as module name instead of
mm'
2012-03-16 14:53:17 +01:00
Aleksander Morgado
21c0731ad9
tests: fix CGDCONT reply test, NULL expected instead of empty string
2012-03-16 14:53:17 +01:00
Aleksander Morgado
7f0afa078b
build: fix distcheck
...
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-16 14:53:17 +01:00
Aleksander Morgado
0c6dad40a0
build: get path of `glib-mkenums' from pkg-config
2012-03-16 14:53:17 +01:00
Aleksander Morgado
3e511f90c7
build: don't distribute generated sources
2012-03-16 14:53:17 +01:00
Aleksander Morgado
1ad7bc885d
build: ensure gtk-doc is enabled when doing dist
2012-03-16 14:53:17 +01:00
Aleksander Morgado
ca9104dcb4
build: generate PNG files automatically from DIA files
2012-03-16 14:53:17 +01:00
Aleksander Morgado
e26f6ef176
po: fix policy filename to translate
2012-03-16 14:53:17 +01:00
Aleksander Morgado
7d9d003324
build: rename the binary from modem-manager' to
ModemManager'
2012-03-16 14:53:17 +01:00
Aleksander Morgado
12786d21cf
core: remove uses of `MMModemStateReason'
...
Use `MMModemStateChangeReason' instead.
2012-03-16 14:53:17 +01:00