summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDjalal Harouni <djalal@endocode.com>2016-11-30 13:31:39 +0100
committerDenis Kenzior <denkenz@gmail.com>2016-11-30 09:24:14 -0600
commite75fca93d86eb0d76fd558a8c123558676baded5 (patch)
tree70dd2810102137fabbe8deb0baba35644fe9204d /include
parentc1cf5ae25ef25f28b910d8e48617a81f4ebc97d1 (diff)
downloadofono-e75fca93d86eb0d76fd558a8c123558676baded5.tar.gz
include: add NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP}
Add more ofono netmon info types that will be served through the netmon interface. The main user of this now will be the ublox modem. RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power
Diffstat (limited to 'include')
-rw-r--r--include/netmon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/netmon.h b/include/netmon.h
index ec8a2e1d..47d7a9c5 100644
--- a/include/netmon.h
+++ b/include/netmon.h
@@ -59,6 +59,10 @@ enum ofono_netmon_info {
OFONO_NETMON_INFO_RSSI, /* int */
OFONO_NETMON_INFO_TIMING_ADVANCE, /* int */
OFONO_NETMON_INFO_PSC, /* int */
+ OFONO_NETMON_INFO_RSCP, /* int */
+ OFONO_NETMON_INFO_ECN0, /* int */
+ OFONO_NETMON_INFO_RSRQ, /* int */
+ OFONO_NETMON_INFO_RSRP, /* int */
OFONO_NETMON_INFO_INVALID,
};