All of lore.kernel.org
 help / color / mirror / Atom feed
From: JongSeok Won <wjs890204@gmail.com>
To: ofono@ofono.org
Subject: [PATCHv2 3/3] doc: added PCI, TAC, SNR property in networkmonitor-api
Date: Fri, 31 Jul 2020 11:21:03 +0900	[thread overview]
Message-ID: <20200731022103.19023-1-wjs890204@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1306 bytes --]

---
 doc/networkmonitor-api.txt | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/doc/networkmonitor-api.txt b/doc/networkmonitor-api.txt
index 1cc73d2c..e9018d72 100644
--- a/doc/networkmonitor-api.txt
+++ b/doc/networkmonitor-api.txt
@@ -118,7 +118,7 @@ uint16 PrimaryScramblingCode [optional, umts]
 
 	Contains the scrambling code.  Valid range of values is 0-512.
 
-byte TimingAdvance [optional, gsm]
+byte TimingAdvance [optional, gsm, lte]
 
 	Contains the Timing Advance.  Valid range of values is 0-219.
 
@@ -165,3 +165,18 @@ byte ChannelQualityIndicator [optional, lte]
 
 	Contains Channel Quality Indicator.  Refer to Channel Quality
 	Indicator definition in 36.213, Section 7.2.3 for more details.
+
+uint16 PhysicalCellId [optional, lte]
+
+    Contains Physical Cell Id.  Valid range of values is 0-503.
+	
+uint16 TrackingAreaCode [optional, lte]
+	
+	Contains Tracking Area Code.  Valid range of values is 0-65535.
+	
+int32 SingalToNoiseRatio [optional, lte]
+
+    Contains Signal To Noise Ratio.  Valid range of values is -200 to +300.
+    The value is in 0.1 dB units. (-200 = -20.0 dB, +300 = 30dB)
+    Refer to <snr> in 36.101, Section 8.1.1 for more details. 
+	
\ No newline at end of file
-- 
2.17.1

                 reply	other threads:[~2020-07-31  2:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200731022103.19023-1-wjs890204@gmail.com \
    --to=wjs890204@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.