iface-modem-simple: new connection logic when more than one bearer around

For mixed 3GPP+CDMA modems, we first try to connect the 3GPP bearers, and then
the CDMA ones.
This commit is contained in:
Aleksander Morgado
2012-01-12 14:07:58 +01:00
parent d19cf55f8f
commit f07101943c
3 changed files with 385 additions and 63 deletions

View File

@@ -348,7 +348,6 @@ gboolean mm_iface_modem_set_allowed_bands_finish (MMIfaceModem *self,
/* Allow creating bearers */
void mm_iface_modem_create_bearer (MMIfaceModem *self,
gboolean force,
MMCommonBearerProperties *properties,
GAsyncReadyCallback callback,
gpointer user_data);