Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | iface-modem-simple: try to skip initial steps in the Simple Connect sequence | Aleksander Morgado | |
2012-03-16 | iface-modem-simple: don't request to connect the bearer if already connected | Aleksander Morgado | |
2012-03-16 | iface-modem-simple: don't call the enable() methods in the class directly | Aleksander Morgado | |
Use the new `mm_base_modem_enable()' instead, which will pass down the modem-wide cancellable to the enable() implementation. | |||
2012-03-16 | iface-modem-simple: don't assume bearer is always set | 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: `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 | iface-modem-simple: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | api,dbus: rename `AllowedBands' to just `Bands' | Aleksander Morgado | |
ModemManager will load: 1) The list of supported bands. Note that this doesn't mean that any possible combination of bands is supported, as modems may support only specific combinations, but at least gives a rough idea of what the modem is capable of handling. 2) The list of CURRENT bands. There is no such "Allowed" bands, as we do with modes, modems will have a specific set of bands being currently used, which will be reported in the `Bands' property. If the modem allows modifying the list of bands to use, this can be done with the `SetBands()' method. If the modem doesn't support using a specific combination of bands, this method will report an error. | |||
2012-03-15 | iface-modem-simple: SIM-PIN2 locking does not prevent from connecting | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: don't create a bearer if we can reuse an existing one | Aleksander Morgado | |
2012-03-15 | sim: allow subclassing pin/puk sending operations | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: remove dual 3GPP/CDMA bearers logic | Aleksander Morgado | |
Just rely on a single Bearer object created. | |||
2012-03-15 | core: use new enums/flags string getters/builders | Aleksander Morgado | |
2012-03-15 | libmm-common: fix usage of main library header | Aleksander Morgado | |
2012-03-15 | broadband-modem: we can expect non-LTE 3GPP+CDMA modems | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: new connection logic when more than one bearer around | Aleksander Morgado | |
For mixed 3GPP+CDMA modems, we first try to connect the 3GPP bearers, and then the CDMA ones. | |||
2012-03-15 | iface-modem-simple: build 3GPP+CDMA registration check logic | Aleksander Morgado | |
For mixed 3GPP+CDMA modems, we check registrations in both 3GPP and CDMA networks, and we stop checks when we find ourselves registered in either one or the other. | |||
2012-03-15 | core: use g_list_free_full() when possible | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: plug memleak | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: include setting bands during simple Connect() | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: implement GetStatus() | 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-simple: use the new connect properties object | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: implement Connect() | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: new interface to handle the Simple interface | Aleksander Morgado | |