Commit Graph

6551 Commits

Author SHA1 Message Date
Denis Kenzior 80d00df51d stktest: Add DisplayText test sequence 1.8 2012-10-03 09:10:43 -05:00
Denis Kenzior 81211f37ec unit: Add DisplayText 1.8.1 data 2012-10-03 09:10:43 -05:00
Denis Kenzior 7143c6948a stktest: Add DisplayText test sequence 1.7 2012-10-03 09:10:43 -05:00
Denis Kenzior 5454b0174f stktest: Add DisplayText test sequence 1.6 2012-10-03 09:10:43 -05:00
Denis Kenzior bf894e7f2b stktest: Add DisplayText test sequence 1.5 2012-10-03 09:10:43 -05:00
Denis Kenzior 1af931695a stktest: Make DisplayText async and cancelable 2012-10-03 09:10:43 -05:00
Denis Kenzior dfdf7a2b9b stktest: Add DisplayText test sequence 1.4 2012-10-03 09:10:43 -05:00
Denis Kenzior 794d4aff2b unit: Add Display Text Response 1.4.1 2012-10-03 09:10:43 -05:00
Denis Kenzior bac65ffdf7 stktest: Add DisplayText test sequence 1.3 2012-10-03 09:10:43 -05:00
Denis Kenzior 99291ade68 stktest: Add DisplayText test sequence 1.2 2012-10-03 09:10:42 -05:00
Denis Kenzior 6e428c7d29 stktest: Add DisplayText test sequence 1.1 2012-10-03 09:10:42 -05:00
Denis Kenzior aaf7ae0fd6 stktest: Further flesh out test framework 2012-10-03 09:10:42 -05:00
Denis Kenzior 1a3047ac84 stktest: Add test framework skeleton 2012-10-03 09:10:42 -05:00
Denis Kenzior 9dbf05bec0 stktest: merge cusatt 2012-10-03 09:10:42 -05:00
Denis Kenzior 6ef3e67c3b stktest: Fixup message 2012-10-03 09:10:42 -05:00
Denis Kenzior 80daf4dc54 stktest: Add additional error types 2012-10-03 09:10:42 -05:00
Denis Kenzior 07f5febe30 stktest: Fix error interface 2012-10-03 09:10:42 -05:00
Denis Kenzior 0649f0764b stktest: merge cusatt 2012-10-03 09:10:42 -05:00
Denis Kenzior bfc4de5176 sktest: Turn off echo 2012-10-03 09:10:42 -05:00
Denis Kenzior 42a318892a stktest: implement CUSATT handler 2012-10-03 09:10:42 -05:00
Denis Kenzior 10b7b7f4f5 stktest: indentation fixes 2012-10-03 09:10:42 -05:00
Denis Kenzior 485c89c7ac unit: Move display text data to common header 2012-10-03 09:10:42 -05:00
Denis Kenzior 92685a10a5 stktest: Add send_proactive_command utility 2012-10-03 09:10:42 -05:00
Denis Kenzior 575ef1fd16 stktest: Add agent registration 2012-10-03 09:10:42 -05:00
Denis Kenzior 81716124a4 stktest: Add send_with_reply utility 2012-10-03 09:10:42 -05:00
Denis Kenzior 77db3a4d41 stktest: Add STK Agent API skeleton 2012-10-03 09:10:42 -05:00
Denis Kenzior 325879477c stktest: Rework state logic 2012-10-03 09:10:42 -05:00
Denis Kenzior b3e2ad9378 stktest: Add basic power up logic 2012-10-03 09:10:42 -05:00
Denis Kenzior 66ba90de6e stktest: Add initial modem emulator logic 2012-10-03 09:10:42 -05:00
Denis Kenzior b308f50d7c .gitignore: Update with stktest 2012-10-03 09:10:42 -05:00
Denis Kenzior 7c3f874675 tools: Add basic stktest skeleton 2012-10-03 09:10:42 -05:00
Denis Kenzior a3099bfd8d plugins: Add stktest plugin 2012-10-03 09:10:42 -05:00
Denis Kenzior 5249303423 smsutil: Fix warning
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-10-01 09:52:32 -05:00
Denis Kenzior 7b97a8a600 doc: Tweak comment on behavior of VoiceCall.Hangup 2012-09-26 17:55:55 -05:00
Philippe Nunes ce79121d27 stkagent: Sanitize any output from the agent 2012-09-17 12:06:35 -05:00
Denis Kenzior af9951d5d0 smsutil: Fix up style issues from previous commit 2012-09-17 11:56:09 -05:00
Philippe Nunes 27b63a96c3 smsutil: <CR> is not necessarily a CBS padding character 2012-09-17 11:51:11 -05:00
Denis Kenzior 941257bec6 smsutil: Fix CR padding logic for 7-bit case 2012-09-17 11:48:03 -05:00
Guillaume Zajac 134a35f697 unit: Add test to check CBS padding character
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-17 11:43:11 -05:00
Philippe Nunes d31eba88c7 smsutil: Fix style issues 2012-09-17 11:27:51 -05:00
Philippe Nunes 94e35ff915 stk: AID shall not be displayed in certain cases
When the icon is marked as self explanatory, the AID should not be
displayed.
2012-09-17 11:25:15 -05:00
Philippe Nunes 23cdb46419 stk: move number conversion to a utility function
The dialing number provided by the Setup Call proactive command
may contain pause and DTMF characters.
2012-09-17 11:24:58 -05:00
Denis Kenzior bddfb9bfc5 isimodem: Fix style issues in previous commit 2012-09-11 23:30:25 -05:00
Jarko Poutiainen dc2dc41bcf isimodem: voicecall answer fix for Nemo on N9
Voicecall answering in Mer/Nemomobile run on Nokia N9 will fail
unless call id is passed to modem.
2012-09-11 23:29:43 -05:00
Philippe Nunes c0a4b69e7e test: iconId value is not a printable character 2012-09-11 23:27:14 -05:00
Philippe Nunes e0e037539a test: playtone waits for single tone playback
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-11 23:27:14 -05:00
Philippe Nunes 5fa986eaab test: Update with RequestQuickDigit API 2012-09-11 23:27:14 -05:00
Denis Kenzior b274e74102 netreg: Remove netreg atom in case init fails 2012-09-11 23:21:48 -05:00
Denis Kenzior bb0f308223 netreg: Don't register for CIEV twice 2012-09-11 23:20:53 -05:00
Christopher Vogl edbf04cded netreg: Add telit version for ciev notification 2012-09-11 23:16:32 -05:00