From 70d9228268cf352cacab9c4740868dc334913d98 Mon Sep 17 00:00:00 2001 From: Djalal Harouni Date: Wed, 30 Nov 2016 13:31:41 +0100 Subject: [PATCH] doc: Add additional netmon properties This adds documentation for the following fields in networkmonitor-api.txt RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power --- doc/networkmonitor-api.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/networkmonitor-api.txt b/doc/networkmonitor-api.txt index 703f19bf..0d2fe3fd 100644 --- a/doc/networkmonitor-api.txt +++ b/doc/networkmonitor-api.txt @@ -81,3 +81,25 @@ byte Strength [optional, gsm, umts] Contains the signal strength. Valid values are 0-31. Refer to in 27.007, Section 8.5. + +byte ReceivedSignalCodePower [optional, umts] + + Contains the Received Signal Code Power. Valid range of values + is 0-96. Refer to in 27.007, Section 8.69 for more details. + +byte ReceivedEnergyRatio [optional, umts] + + Contains the Ratio of received energy per PN chip to the total + received power spectral density. Valid range of values is 0-49. + Refer to in 27.007, Section 8.69 for more details. + +byte ReferenceSignalReceivedQuality [optional, lte] + + Contains the Reference Signal Received Quality. Valid range of + values is 0-34. Refer to in 27.007, Section 8.69 for more + details. + +byte ReferenceSignalReceivedPower [optional, lte] + + Contains the Reference Signal Received Power. Valid range of values + is 0-97. Refer to in 27.007, Section 8.69 for more details.