Hi Zhenhua,
Defines APIs to send final/intermediate/unsolicited result to DUN
client.
---
include/emulator.h | 2 ++
src/emulator.c | 28 ++++++++++++++++++++++++++++
src/ofono.h | 11 +++++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/include/emulator.h b/include/emulator.h
index 29e87b9..2a45c65 100644
--- a/include/emulator.h
+++ b/include/emulator.h
@@ -36,6 +36,8 @@ enum ofono_emulator_status {
OFONO_EMULATOR_STATUS_DESTROY,
};
+enum _GAtServerResult;
+
this is not good. It should not be needed outside of GAtChat. Why not
just include gatserver.h?
And in addition the _GAt declaration should never be used. Why not use
the typedef one?
Regards
Marcel