Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | libmm-glib: new interface to handle simple status properties | Aleksander Morgado | |
2012-03-15 | libmm-common: let the simple properties object be built from a dictionary | Aleksander Morgado | |
2012-03-15 | build: fix libmm-glib library headers | Aleksander Morgado | |
Remove headers from libmm-common, and include all public headers. | |||
2012-03-15 | broadband-modem: run property bindings for simple status on each interface | Aleksander Morgado | |
Once an interface gets initialized, we run the property binding method in the interface in order to get the simple properties bound. | |||
2012-03-15 | iface-modem-3gpp: implement property binding for the simple status | Aleksander Morgado | |
2012-03-15 | iface-modem: implement property binding for the simple status | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: implement GetStatus() | Aleksander Morgado | |
2012-03-15 | api,dbus: improve GetStatus() documentation in the Simple interface | Aleksander Morgado | |
* We will also return 'registration-state' in 3GPP networks * Specified that 'operator-code' and 'operator-name' are only set if registered in a 3GPP network. | |||
2012-03-15 | libmm-common: new helper object to handle simple properties from all interfaces | Aleksander Morgado | |
2012-03-15 | libmm-common: new helpers to work with bands arrays | Aleksander Morgado | |
2012-03-15 | cli: new `simple-disconnect' command | Aleksander Morgado | |
This command doesn't expect any argument, it will disconnect all available bearers. You can disconnect specific bearers using `--bearer' and `--disconnect'. | |||
2012-03-15 | libmm-glib: handle simple Disconnect() | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: implement Disconnect() | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: implement bearer creation and connection during Connect() | Aleksander Morgado | |
2012-03-15 | iface-modem: return a MMBearer reference when creating a new bearer | Aleksander Morgado | |
Not just the bearer path. | |||
2012-03-15 | bearer: allow launching connection not only via DBus | Aleksander Morgado | |
2012-03-15 | bearer-list: new method to remove all existing bearers | Aleksander Morgado | |
2012-03-15 | bearers: base bearer creation in the new bearer properties object | Aleksander Morgado | |
2012-03-15 | libmm-common: let the connection properties use bearer properties internally | Aleksander Morgado | |
Removes lots of duplicated code. | |||
2012-03-15 | bearer: provide reason of why connection is forbidden | Aleksander Morgado | |
2012-03-15 | cli: use the new properties handler object in bearer | Aleksander Morgado | |
2012-03-15 | libmm-common,libmm-glib: new object to handle bearer creation properties | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: use the new connect properties object | Aleksander Morgado | |
2012-03-15 | cli: use the new properties handler object in simple Connect() | Aleksander Morgado | |
2012-03-15 | libmm-common,libmm-glib: new object to handle properties in simple Connect() | Aleksander Morgado | |
Instead of using type unsafe properties passed to the connect() call, we build a new object which does the handling of the properties to be passed. | |||
2012-03-15 | libmm-common: new modes string parser | Aleksander Morgado | |
2012-03-15 | libmm-common,libmm-glib: new modes string builder | Aleksander Morgado | |
2012-03-15 | libmm-common: new bands string parser | Aleksander Morgado | |
2012-03-15 | libmm-common: handle exact mask matches when building capabilities string | Aleksander Morgado | |
2012-03-15 | cli: print supported/allowed bands in modem info | Aleksander Morgado | |
2012-03-15 | libmm-common, libmm-glib: new bands string builder | Aleksander Morgado | |
2012-03-15 | cli: modem options check always last, even when shutting down | Aleksander Morgado | |
2012-03-15 | api: MMModemBand is now an enum, not flags | Aleksander Morgado | |
We don't want to handle bands as flags, in order to avoid the need of 64-bits for the enum. This change implies that setting allowed bands will be done by giving an array of uint32 values, signature "au". | |||
2012-03-15 | broadband-modem: update registration state when disabling | Aleksander Morgado | |
2012-03-15 | iface-modem: don't update access tech if it didn't change | Aleksander Morgado | |
2012-03-15 | broadband-modem: try to simplify 3GPP network registration | Aleksander Morgado | |
When requesting to register in the network manually, we will poll every once in a while to check whether we got registered or not. We remove the registration timeout and we handle the case where it never gets registered by allowing a maximum number of registration checks in our request. | |||
2012-03-15 | cli: implement actions from the Simple interface | Aleksander Morgado | |
2012-03-15 | libmm-glib: handle the Simple interface | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: implement Connect() | Aleksander Morgado | |
2012-03-15 | broadband-modem: use new common method to check if modem is 3GPP | Aleksander Morgado | |
2012-03-15 | iface-modem-3gpp: allow requesting to register internally, not just via DBus | Aleksander Morgado | |
2012-03-15 | iface-modem: allow setting allowed modes and bands internally, not just via DBus | Aleksander Morgado | |
2012-03-15 | sim: allow sending PIN code internally, not just via DBus | Aleksander Morgado | |
2012-03-15 | api,dbus: let Connect() return just the bearer path | Aleksander Morgado | |
Also renamed some of the properties that can be passed, trying to consolidate a common set of names. | |||
2012-03-15 | broadband-modem: handle state checks during Enable() and Disable() | Aleksander Morgado | |
Before it was done in the interface; but we should really be doing it in the implementation; so that mm_base_modem_enable()/disable() also has the state checks. | |||
2012-03-15 | broadband-modem: implement the Simple interface | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: new interface to handle the Simple interface | Aleksander Morgado | |
2012-03-15 | broadband-modem: shutdown 3GPP interface when disposing | Aleksander Morgado | |
2012-03-15 | cli: implement SIM related actions | Aleksander Morgado | |
2012-03-15 | cli: include 3GPP related stuff when printing modem info | Aleksander Morgado | |