From: Tommi Rekosuo <[email protected]>

Add function to get registration technology.
---
 include/gprs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/gprs.h b/include/gprs.h
index 988d6102..eaf9f2de 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -62,6 +62,7 @@ void ofono_gprs_resume_notify(struct ofono_gprs *gprs);
 void ofono_gprs_bearer_notify(struct ofono_gprs *gprs, int bearer);
 
 struct ofono_modem *ofono_gprs_get_modem(struct ofono_gprs *gprs);
+struct ofono_netreg *ofono_gprs_get_netreg(struct ofono_gprs *gprs);
 
 int ofono_gprs_driver_register(const struct ofono_gprs_driver *d);
 void ofono_gprs_driver_unregister(const struct ofono_gprs_driver *d);
-- 
2.20.1

_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to