Re: [PATCH 1/2] netmon: support cell type LTE

2020-07-28 Thread cathereenblai . rmaine0421
Yeah, this really breaks the NetworkMonitor API since it only has a range of 0 to 63. ___ ofono mailing list -- ofono@ofono.org To unsubscribe send an email to ofono-le...@ofono.org

Re: [PATCH 1/2] netmon: support cell type LTE

2020-07-26 Thread JongSeok Won
Hi Denis This breaks the NetworkMonitor API since the signature for that particular > property is documented as a 'byte'. From what I recall this value has a > range > of 0..63 ? > I was confused about the value of TimingAdvance. In the description of RIL_LTE_SignalStrength_v8, the range of

Re: [PATCH 1/2] netmon: support cell type LTE

2020-07-21 Thread Denis Kenzior
Hi JongSeok, On 7/20/20 3:40 AM, JongSeok Won wrote: --- include/netmon.h | 3 +++ src/netmon.c | 24 +++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/include/netmon.h b/include/netmon.h index a99d6ca9..53f9d393 100644 --- a/include/netmon.h +++

[PATCH 1/2] netmon: support cell type LTE

2020-07-20 Thread JongSeok Won
--- include/netmon.h | 3 +++ src/netmon.c | 24 +++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/include/netmon.h b/include/netmon.h index a99d6ca9..53f9d393 100644 --- a/include/netmon.h +++ b/include/netmon.h @@ -72,6 +72,9 @@ enum ofono_netmon_info