summaryrefslogtreecommitdiff
path: root/src/ofono.h
diff options
context:
space:
mode:
authorDragos Tatulea <dragos@endocode.com>2016-11-15 15:08:16 +0100
committerDenis Kenzior <denkenz@gmail.com>2016-11-15 13:38:42 -0600
commit1b3c8440405a3a198e09426bd8091d1b625a5065 (patch)
tree80457daaa647277d7574e1c3415e4f0c8f8cf080 /src/ofono.h
parentc43e44b154f7321908e0c7fac7d1e7931387532c (diff)
downloadofono-1b3c8440405a3a198e09426bd8091d1b625a5065.tar.gz
lte: add implementation for LTE atom
This implementation can only get/set the default APN setting. But anything expected for this atom is there: * D-Bus interface * sync-ing settings to/from file * interaction with driver
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 1df47d53..a797b7ff 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -533,3 +533,4 @@ ofono_bool_t __ofono_private_network_request(ofono_private_network_cb_t cb,
int *id, void *data);
#include <ofono/netmon.h>
+#include <ofono/lte.h>