summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03.gitignore: Update with stktestDenis Kenzior1-0/+1
2012-10-03tools: Add basic stktest skeletonDenis Kenzior2-0/+307
2012-10-03plugins: Add stktest pluginDenis Kenzior2-0/+256
2012-10-01smsutil: Fix warningDenis Kenzior1-1/+1
src/smsutil.c: In function ‘cbs_decode_text’: src/smsutil.c:4116:16: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
2012-09-26doc: Tweak comment on behavior of VoiceCall.HangupDenis Kenzior1-1/+4
2012-09-17stkagent: Sanitize any output from the agentPhilippe Nunes1-3/+53
2012-09-17smsutil: Fix up style issues from previous commitDenis Kenzior1-4/+3
2012-09-17smsutil: <CR> is not necessarily a CBS padding characterPhilippe Nunes1-2/+12
2012-09-17smsutil: Fix CR padding logic for 7-bit caseDenis Kenzior1-3/+11
2012-09-17unit: Add test to check CBS padding characterGuillaume Zajac1-0/+59
This CBS unit test is used to check that the <CR> character can be interpreted as a wanted carriage return and not necessarily as a padding character.
2012-09-17smsutil: Fix style issuesPhilippe Nunes1-14/+14
2012-09-17stk: AID shall not be displayed in certain casesPhilippe Nunes1-0/+12
When the icon is marked as self explanatory, the AID should not be displayed.
2012-09-17stk: move number conversion to a utility functionPhilippe Nunes1-15/+43
The dialing number provided by the Setup Call proactive command may contain pause and DTMF characters.
2012-09-11isimodem: Fix style issues in previous commitDenis Kenzior1-4/+1
2012-09-11isimodem: voicecall answer fix for Nemo on N9Jarko Poutiainen1-1/+14
Voicecall answering in Mer/Nemomobile run on Nokia N9 will fail unless call id is passed to modem.
2012-09-11test: iconId value is not a printable characterPhilippe Nunes1-4/+5
2012-09-11test: playtone waits for single tone playbackPhilippe Nunes1-0/+18
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.
2012-09-11test: Update with RequestQuickDigit APIPhilippe Nunes1-0/+14
2012-09-11netreg: Remove netreg atom in case init failsDenis Kenzior1-17/+23
2012-09-11netreg: Don't register for CIEV twiceDenis Kenzior1-2/+0
2012-09-11netreg: Add telit version for ciev notificationChristopher Vogl1-0/+44
2012-09-11netreg: Query and select supported CMER modesChristopher Vogl1-2/+151
2012-09-11sms: Optimize behavior of previous commitDenis Kenzior1-5/+7
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.
2012-09-11sms: Fix to find SMS entry posted by STKPhilippe Nunes1-6/+5
SMS initiated by proactive command are not exposed on D-BUS. Therefore, there is no message associated with the entry created from STK.
2012-09-11doc: Update errors for SupplementaryServices APIDenis Kenzior1-0/+2
2012-09-11ussd: Recover idle state after a transaction errorPhilippe Nunes1-0/+10
The "USSD terminated by network" notification is handled to recover the idle state in case of USSD transaction error.
2012-09-11dbus: Add Terminated errorPhilippe Nunes2-0/+9
2012-09-11Release 1.11Marcel Holtmann2-1/+12
2012-09-11build: Enable dundee and tools when building distributionMarcel Holtmann1-1/+2
2012-09-05atmodem: specify class for call barring queryPhilippe Nunes1-1/+4
class is specified when querying the call barring status if the class is not the default (7 - voice, data and fax)
2012-09-05call-barring: SS query is made with given clsPhilippe Nunes1-1/+2
The default class is applied in the query form when no class is specified in the SS code.
2012-09-05call-forwarding: SS query is made with given clsPhilippe Nunes1-1/+9
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.
2012-09-05voicecall: Accept long phone number format for STKPhilippe Nunes1-1/+1
2012-09-04doc: Add a few BT-related clarificationsDenis Kenzior1-1/+7
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.
2012-08-30gatchat: Print error message if opening tun failesDaniel Wagner1-1/+5
This is a very common mistake. Let's help the users to configure their system correctly.
2012-08-30stk: Fix comment styleDenis Kenzior1-3/+1
2012-08-30stk: Ask for immediate digit response as requiredPhilippe Nunes1-2/+7
This is done by using the stk_agent_request_quick_digit function introduced in the previous commit.
2012-08-30stkagent: Add stk_agent_get_quick_digitPhilippe Nunes2-0/+38
This function calls the newly added RequestQuickDigit method on the StkAgent interface.
2012-08-30doc: Add RequestQuickDigit method to StkAgentPhilippe Nunes1-0/+9
Add new STK Agent API to get digit response on single key press
2012-08-30stk: Check if an agent is registered when UI is requiredPhilippe Nunes1-0/+9
In case of unsolicited proactive command, we could have a crash when no agent was registered.
2012-08-30stk: Display action information while sending USSDPhilippe Nunes1-5/+14
2012-08-30telit: enable extended sim status notificationChristopher Vogl1-63/+34
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.
2012-08-30telit: Avoid resetting the SIMChristopher Vogl1-1/+1
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.
2012-08-27gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery1-2/+2
The variable "signature" used in error is not defined and "args" is now a struct instead of a string.
2012-08-22sim: return from CPIN when SIM unlocked for telitChristopher Vogl1-0/+40
Only return from CPIN when the modem informs that the SIM is ready
2012-08-22call-settings: Improve error reportingPhilippe Nunes1-2/+3
Report error based on the error reported by the driver.
2012-08-22call-barring: Improve error reportingPhilippe Nunes1-4/+3
Report error based on the error reported by the driver.
2012-08-22call-forwarding: improve error reportingPhilippe Nunes1-2/+3
Report error based on the error reported by the driver.
2012-08-21telit: disable auto attach procedures with AUTOATTChristopher Vogl1-0/+7
2012-08-20telit: Fix warningDenis Kenzior1-1/+0
plugins/telit.c: In function ‘rsen_disable_cb’: plugins/telit.c:446:21: error: unused variable ‘data’