summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDjalal Harouni <djalal@endocode.com>2016-11-30 13:31:41 +0100
committerDenis Kenzior <denkenz@gmail.com>2016-11-30 09:26:32 -0600
commit70d9228268cf352cacab9c4740868dc334913d98 (patch)
treea393656b6e3c6bc3e43618bc2316c8f62d322339 /doc
parente75fca93d86eb0d76fd558a8c123558676baded5 (diff)
downloadofono-70d9228268cf352cacab9c4740868dc334913d98.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/networkmonitor-api.txt22
1 files changed, 22 insertions, 0 deletions
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 <rssi>
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 <rscp> 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 <ecno> 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 <rsrq> 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 <rsrp> in 27.007, Section 8.69 for more details.