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
This commit is contained in:
Djalal Harouni 2016-11-30 13:31:39 +01:00 committed by Denis Kenzior
parent c1cf5ae25e
commit e75fca93d8
1 changed files with 4 additions and 0 deletions

View File

@ -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,
};