summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03stktest: Further flesh out test frameworkDenis Kenzior1-3/+89
2012-10-03stktest: Add test framework skeletonDenis Kenzior1-0/+100
2012-10-03stktest: merge cusattDenis Kenzior1-2/+0
2012-10-03stktest: Fixup messageDenis Kenzior1-1/+1
2012-10-03stktest: Add additional error typesDenis Kenzior1-0/+25
2012-10-03stktest: Fix error interfaceDenis Kenzior1-1/+1
2012-10-03stktest: merge cusattDenis Kenzior1-0/+1
2012-10-03sktest: Turn off echoDenis Kenzior1-0/+1
2012-10-03stktest: implement CUSATT handlerDenis Kenzior1-0/+37
2012-10-03stktest: indentation fixesDenis Kenzior1-5/+5
2012-10-03unit: Move display text data to common headerDenis Kenzior3-211/+183
2012-10-03stktest: Add send_proactive_command utilityDenis Kenzior1-0/+21
2012-10-03stktest: Add agent registrationDenis Kenzior1-1/+34
2012-10-03stktest: Add send_with_reply utilityDenis Kenzior1-0/+58
2012-10-03stktest: Add STK Agent API skeletonDenis Kenzior1-1/+53
2012-10-03stktest: Rework state logicDenis Kenzior1-15/+38
2012-10-03stktest: Add basic power up logicDenis Kenzior1-0/+76
2012-10-03stktest: Add initial modem emulator logicDenis Kenzior2-1/+260
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.