All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: Bug/Oversight in gatchat/gatresult.c with negative numbers
Date: Fri, 06 Aug 2021 10:02:18 -0500	[thread overview]
Message-ID: <6d2dd964-db29-b092-a0e5-b4060854fae5@gmail.com> (raw)
In-Reply-To: <d9bb5080-c501-84e6-3d68-eead1020c830@dynamicdevices.co.uk>

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

Hi Alex,

> Yeah I think you are right and I am getting really irritated with them giving me 
> the run-around tbh.
> 

I sympathize, been there ;)

> 
> Yeah ok - what name do you suggest?

So there's a few things you can do actually:
- We do have g_at_result_next_unquoted_string.  You could try using that to 
obtain the negative <rsrp> and then just sscanf/strtol or whatever to convert it.
- We also have g_at_result_iter_raw_line() which can give you the raw result 
line.  It should be trivial to come up with some sscanf magic to parse the result.
- Just add a new g_at_result_iter_next_negative_number.  Or if you come up with 
a more descriptive word than negative, feel free.

> 
> Also there's a bigger problem here I think, which is that if I parse negative 
> values and try to pass them back via e.g. netmon interface then Ofono is 
> treating anything negative in there as an error.

oFono uses 27.007 as the interface between the driver and the core (and also for 
DBus API).  If it isn't defined in 27.007, then your driver has to sanitize it 
to a range that is defined in 27.007.  In your <rsrp> case any negative value 
would just be converted to a '0' which means < -140.

> 
> And the DBUS implementation is unsigned for values based on the thinking that AT 
> responses are non-negative.
> 

See above, the DBus implementation would be untouched.  If you need to 
*actually* know whether <rsrp> is -142 or other range that is not currently 
supported by 3GPP 27.007, then that is a bit nastier problem.

> So actually there are a number of invasive changes that seem to need to be made 
> to support negative numbers?
> 

Hopefully not?

Regards,
-Denis

  reply	other threads:[~2021-08-06 15:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-20 16:11 Bug/Oversight in gatchat/gatresult.c with negative numbers Alex J Lennon
2021-07-27 14:38 ` Denis Kenzior
2021-07-27 15:02   ` Alex J Lennon
2021-08-03  9:48   ` Alex J Lennon
2021-08-03 14:28     ` Denis Kenzior
2021-08-03 14:45       ` Alex J Lennon
2021-08-06  9:31       ` Alex J Lennon
2021-08-06 14:06       ` Alex J Lennon
2021-08-06 14:20         ` Denis Kenzior
2021-08-06 14:28           ` Alex J Lennon
2021-08-06 14:44             ` Denis Kenzior
2021-08-06 14:49               ` Alex J Lennon
2021-08-06 15:02                 ` Denis Kenzior [this message]
2021-08-09  6:40                   ` Martin =?unknown-8bit?q?Hundeb=C3=B8ll?=

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=6d2dd964-db29-b092-a0e5-b4060854fae5@gmail.com \
    --to=denkenz@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.