Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
We need them, as received messages are signaled just with their path, so the
program listening to those signals will need to create the proxy objects itself.
|
|
|
|
|
|
To be used when requesting to create new SMS.
|
|
|
|
|
|
|
|
They will have NULL paths when they are not exported yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is the port of commit 4af8483ae4e32ca3d815f14aaf5f012b0ed98eed into the
06-api branch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We will instead not export an SMS until completed and assembled
|
|
|
|
When running AT+CIND=? we get the real range for the signal quality indications,
like: "signal",(1-7).
The max value doesn't need to be 5; so if we do get min and max, we will
normalize the returned quality using the proper range and scale it to the
[0,100] range.
|
|
Some modems will report strings instead of indicator indexes, like:
+CIEV: roam,1
So allow non-integer indicators.
|
|
|
|
Cinterion modems seem to include
"signal",(0-7,99)
We just get rid of the ',99' part.
|
|
Currently the support for text mode lacks a lot of functionality.
|
|
|
|
Whenever we get unlocked, the modem initialization sequence will be run again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|