Add the following types to use with ublox modems +UCGED command.

EARFCN: E-UTRA Absolute Radio Frequency Channel Number.
EBand: E-UTRA operating Band.
CQI: Channel Quality Indicator.
---
 include/netmon.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/netmon.h b/include/netmon.h
index 47d7a9c..72090c3 100644
--- a/include/netmon.h
+++ b/include/netmon.h
@@ -63,6 +63,9 @@ enum ofono_netmon_info {
        OFONO_NETMON_INFO_ECN0, /* int */
        OFONO_NETMON_INFO_RSRQ, /* int */
        OFONO_NETMON_INFO_RSRP, /* int */
+       OFONO_NETMON_INFO_EARFCN, /* int */
+       OFONO_NETMON_INFO_EBAND, /* int */
+       OFONO_NETMON_INFO_CQI, /* int */
        OFONO_NETMON_INFO_INVALID,
 };
 
-- 
2.5.5

_______________________________________________
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to