Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
When the icon is marked as self explanatory, the AID should not be
displayed.
|
|
The dialing number provided by the Setup Call proactive command
may contain pause and DTMF characters.
|
|
|
|
Voicecall answering in Mer/Nemomobile run on Nokia N9 will fail
unless call id is passed to modem.
|
|
|
|
To simulate the single tone playback (avoiding the stkagent method
to return immediately), a timeout is started (5 seconds).
During this time, the user can terminate the session.
|
|
|
|
|
|
|
|
|
|
|
|
The previous commit fixed the bug, however performing a linear-search
through the entire tx-queue is quite wasteful. The current usage
pattern is to always modify the entry at the tail of the queue, so
optimize.
|
|
SMS initiated by proactive command are not exposed on D-BUS.
Therefore, there is no message associated with the entry created from
STK.
|
|
|
|
The "USSD terminated by network" notification is handled to recover
the idle state in case of USSD transaction error.
|
|
|
|
|
|
|
|
class is specified when querying the call barring status if
the class is not the default (7 - voice, data and fax)
|
|
The default class is applied in the query form when no class is
specified in the SS code.
|
|
GCF test cases 31.2.1.6.1/2 are asking to make a query according a
specific class. The default class is applied in the query form when
no class is specified in the SS code.
|
|
|
|
The 'Name' and 'Serial' property take on slightly different meanings in
the case of Bluetooth devices (e.g. HFP). Update the documentation to
reflect that.
|
|
This is a very common mistake. Let's help the users to
configure their system correctly.
|
|
|
|
This is done by using the stk_agent_request_quick_digit function
introduced in the previous commit.
|
|
This function calls the newly added RequestQuickDigit method on the
StkAgent interface.
|
|
Add new STK Agent API to get digit response on single key press
|
|
In case of unsolicited proactive command, we could have a crash
when no agent was registered.
|
|
|
|
Use AT#QSS=2 instead of AT#QSS=1 to get an URC when the SIM is not only
inserted but also when PIN is unlocked and when SMS + phonebook are
ready to be used.
Disable sim state notification in telit_enable() so that we sure get a
notification when we enable it later again. This way we don't have to
query the state the first time. Without this the Telit modem does not
always send an URC when AT#QSS=2 is sent.
Remove sim_inserted_source and sim_inserted_timeout_cb which are not
needed anymore as a consequence.
By the way the 1 second timeout was an ugly hack.
Don't query current SIM status in cfun_enable_cb() as the SIM is
disabled due to prior AT+CFUN=4.
Register '#QSS:' before enabling sim state notifications.
Remove telit_qss_cb() which was used as a callback for querying the
current SIM status.
Move sms atom creation into switch_sim_state_status() and add creation
of phonebook atom. These are created when QSS: 3 is received.
|
|
Avoid a reset when switching between online and offline (airplane)
mode in telit_set_online(). +CFUN accepts a second parameter (0), which
disables a reset: AT+CFUN=x,0.
|
|
The variable "signature" used in error is not defined and "args" is now
a struct instead of a string.
|
|
Only return from CPIN when the modem informs that the SIM is ready
|
|
Report error based on the error reported by the driver.
|
|
Report error based on the error reported by the driver.
|
|
Report error based on the error reported by the driver.
|
|
|
|
plugins/telit.c: In function ‘rsen_disable_cb’:
plugins/telit.c:446:21: error: unused variable ‘data’
|
|
Use MDM port for data service and AUX for the AT chat.
Disable DCD so that the modem does not hangup after a data connection.
|
|
Telit software user guide says:
USB AUX doesn't support any flow control method. Therefore, this port
isn't suitable for DATA service port.
We recommend this port should be used only for AT command and URC
processing.
|
|
|
|
If the ATD*99# dial fails for some reason, NO CARRIER, for example, we
need to disconnect the bluetooth link and do further clean up on
disconnect_callback().
|
|
If we do not shut it down the fd can remain opened. This make impossible
to try a re-connect: busy is returned in this case.
We call shutdown here to make sure that the link is always closed.
|
|
If something goes wrong the PPP handshake can stall, then we just add a
timer to return an error after a certain timeout (15 seconds).
|
|
Sometimes we see the *EMRDY notification before we query, and trigger
initialization procedures twice.
|
|
|
|
|
|
|