summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDjalal Harouni <djalal@endocode.com>2016-12-13 12:05:25 +0100
committerDenis Kenzior <denkenz@gmail.com>2016-12-13 11:04:15 -0600
commit593a3fcf4702095fb2bdc29a370393c9123634e7 (patch)
tree1fa2793f8fc77ce0d86a95365c8d78b7f245bc17 /doc
parentbfd19af558fad74d03e11a06da128d95b0025c57 (diff)
downloadofono-593a3fcf4702095fb2bdc29a370393c9123634e7.tar.gz
doc: document netmon EARFCN, EBand and CQI properties
Documentation for: EARFCN: E-UTRA Absolute Radio Frequency Channel Number. EBand: E-UTRA operating Band. CQI: Channel Quality Indicator.
Diffstat (limited to 'doc')
-rw-r--r--doc/networkmonitor-api.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/networkmonitor-api.txt b/doc/networkmonitor-api.txt
index 0d2fe3fd..ddace7e4 100644
--- a/doc/networkmonitor-api.txt
+++ b/doc/networkmonitor-api.txt
@@ -103,3 +103,20 @@ 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.
+
+uint16 EARFCN [optional, lte]
+
+ Contains E-UTRA Absolute Radio Frequency Channel Number. Valid
+ range of values is 0-65535. Refer to Carrier frequency and
+ EARFCN in 36.101, Section 5.7.3 for more details.
+
+byte EBand [optional, lte]
+
+ Contains E-UTRA operating Band. Valid range of values is 1-43.
+ Refer to Operating bands in 36.101, Section 5.5 for more
+ details.
+
+byte ChannelQualityIndicator [optional, lte]
+
+ Contains Channel Quality Indicator. Refer to Channel Quality
+ Indicator definition in 36.213, Section 7.2.3 for more details.