core: implement Access Technology reporting

For 3GPP modems only for now..
This commit is contained in:
Aleksander Morgado
2011-12-20 18:48:54 +01:00
parent 516b097331
commit 4495ba180e
7 changed files with 115 additions and 7 deletions

View File

@@ -296,4 +296,9 @@ void mm_iface_modem_update_state (MMIfaceModem *self,
MMModemState new_state,
MMModemStateReason reason);
/* Allow reporting new access tech */
void mm_iface_modem_update_access_tech (MMIfaceModem *self,
MMModemAccessTechnology access_tech,
guint32 mask);
#endif /* MM_IFACE_MODEM_H */