Commit Graph

307 Commits

Author SHA1 Message Date
Denis Kenzior 17854f17a1 unit: Add response data to 8.x DisplayText cases 2012-10-08 15:39:03 -05:00
Denis Kenzior 60cf42e9f5 unit: Fix up a couple DisplayText cases 2012-10-08 15:38:28 -05:00
Denis Kenzior 3246e7df1c unit: Add response data for DisplayText test 7.1 2012-10-08 14:56:43 -05:00
Denis Kenzior 600548f75b unit: Define response for Display Text 6.1 2012-10-08 12:55:44 -05:00
Denis Kenzior e93af1da79 unit: add DisplayText 5.1-5.3 test data 2012-10-08 12:46:51 -05:00
Denis Kenzior 732f598ad1 unit: Add DisplayText 4.x data 2012-10-03 09:10:43 -05:00
Denis Kenzior c796e84051 unit: Add DisplayText 311 data 2012-10-03 09:10:43 -05:00
Denis Kenzior 8ec203628a unit: Add DisplayText 211 data 2012-10-03 09:10:43 -05:00
Denis Kenzior 4c3fd900c0 unit: Add DisplayText 1.9.1 data 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 794d4aff2b unit: Add Display Text Response 1.4.1 2012-10-03 09:10:43 -05:00
Denis Kenzior 485c89c7ac unit: Move display text data to common header 2012-10-03 09:10:42 -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
Denis Kenzior 111c1a2873 unit: Add a unit test for empty sim strings 2012-08-16 00:49:45 -05:00
Denis Kenzior 454a02a096 unit: Simplify previous commit 2012-07-17 14:28:31 -05:00
Guillaume Zajac 23a0d8ad55 unit: Update test_invalid() unit test 2012-07-17 14:25:45 -05:00
Marcel Holtmann d311bccb9d unit: Avoid shadowing data variable 2012-07-15 20:15:49 -03:00
Marcel Holtmann 9077c0bf7f unit: Avoid shadowing hex_packed variable 2012-07-15 20:14:12 -03:00
Marcel Holtmann 603d7dfa10 unit: Update copyright information 2011-10-10 13:40:17 -07:00
Marcel Holtmann 7f7492669a build: Split non-root unit tests to have make check succeed 2011-06-30 16:19:24 -07:00
Lei Yu 09bb193614 test: Add CDMA SMS Support 2011-05-24 12:00:14 -05:00
Denis Kenzior 9a6940a4a7 unit: Minor whitespace issues 2011-03-31 13:50:01 -05:00
Philippe Nunes 4a9fbd2bd2 test-stkutil: Add unit tests for BIP commands 2011-03-31 13:44:41 -05:00
Jeevaka Badrappan a5f7b74566 unit: fix broken alpha id unit test cases 2011-03-21 14:04:11 -05:00
Andrzej Zaborowski 91bdf99e49 unit: unit test for sim_parse_app_template_entries 2011-01-20 11:15:38 -06:00
Jeevaka Badrappan 2b8b08c134 unit: M15 coding style fix 2011-01-12 08:06:59 -08:00
Jeevaka Badrappan 2edb62e3bf unit: add error status support for failure cases 2011-01-05 10:07:02 -06:00
Yang Gu 26575211eb test-stkutil: Modify the check logic of time zone 2010-12-16 18:40:18 -06:00
Denis Kenzior b148996a54 unit: Fix up stk test data timezone handling 2010-12-10 10:46:56 -06:00
Denis Kenzior 35fbdd6706 unit: Use empty text instead of NULL 2010-12-10 10:46:56 -06:00
Denis Kenzior c5c7c95436 test: Fixup build issues with test-sms 2010-12-09 01:53:05 -06:00
Denis Kenzior 2ee569255f unit: Minor style updates to test-sms 2010-12-08 10:31:05 -06:00
Oleg Zhurakivskyy f68ecd9389 unit: add national dialect SMS character set tests 2010-12-08 10:27:25 -06:00
Lucas De Marchi 2012940822 unit: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
2010-11-29 11:48:53 -06:00
Denis Kenzior 149ebae625 unit: Update test-sms to the new API 2010-11-02 14:58:21 -05:00
Marcel Holtmann eeeeb11cba unit: Fix some copyright and license headers 2010-09-26 17:49:19 +09:00
Denis Kenzior 0ec4cbac62 unit: Make test-sms less verbose 2010-09-22 16:32:55 -05:00
Petteri Tikander 46d43a0d88 unit: add fuzzy address check to test-sms 2010-09-22 12:20:57 -05:00
Denis Kenzior 753cab6f70 unit: Update test-sms to the new sr assembly api 2010-09-21 08:44:48 -05:00
Denis Kenzior c72fd8af18 test-util: Update unit test 2010-09-14 11:45:34 -05:00
Denis Kenzior 9842355fe4 test-util: Fixup various style issues 2010-09-14 10:02:51 -05:00
Jeevaka Badrappan 1c8e27ddae test-util: test for UCS2 to GSM conversion 2010-09-14 09:58:58 -05:00
Petteri Tikander bbbdc32b43 unit: Add unit test for status report expiration 2010-09-10 10:31:27 -05:00
Denis Kenzior cab1dffe2b test-sms: Add basic SMS WAP-PUSH decoder test 2010-08-17 17:57:51 -05:00
Denis Kenzior 96ef528b27 test-sms: Unify some copy-pasted code 2010-08-17 16:38:59 -05:00
Kristen Carlson Accardi 6f1ab8b679 test-stkutil: unit test for img to xpm converter 2010-07-26 14:35:15 -05:00
Kristen Carlson Accardi 6d8e52dda4 test-stkutil: add html attribute tests for setup idle mode tests 2010-07-13 14:59:22 -05:00
Kristen Carlson Accardi 038a3f3552 test-stkutil: add html attribute test for select_item_test 2010-07-13 14:59:22 -05:00
Kristen Carlson Accardi 0feb32bda2 test-stkutil: add html attribute test for setup_menu_test 2010-07-13 14:59:22 -05:00
Kristen Carlson Accardi 76834cf260 test-stkutil: add html attribute tests for play_tone_test 2010-07-13 14:59:22 -05:00
Kristen Carlson Accardi 5a66a651cc test-stkutil: add html attribute tests for get_input_test 2010-07-13 14:59:22 -05:00
Kristen Carlson Accardi 19bbbcdf18 test-stkutil: add html attribute tests for get_inkey_test 2010-07-13 14:59:21 -05:00
Kristen Carlson Accardi a414e6af5e test-stkutil: add html attribute test for Display Text tests 2010-07-13 14:59:21 -05:00
Kristen Carlson Accardi c53bfdaf56 test-stkutil: add unit test for html text attributes 2010-07-13 14:59:21 -05:00
Denis Kenzior f8a5e7d0bf test-sms: Update with a real EMS test 2010-07-13 09:51:02 -05:00
Yang Gu 058d3d0cd4 Interpret "" Alpha Id as empty data object
There needs to be a way to distinguish between no alphaid and "empty
data object" because on some occasions they have different meanings.  In
the Call Control envelope, no Alpha Identifier means the terminal can
inform the user about the call being modified by SIM while empty data
object means no hint should be given.
2010-07-09 12:30:12 -05:00
Denis Kenzior 98a8b4ecff test-sms: Fix a memory leak 2010-07-08 14:27:33 -05:00
Andrzej Zaborowski 3ce1f11446 test-stkutil: Fix always true condition. 2010-07-02 14:50:21 -05:00
Denis Kenzior b7badc74ad test-stkutil: Fix some memory leaks 2010-07-02 14:50:05 -05:00
Andrzej Zaborowski 365183d5a0 stkutil: Move scaddr field to gsm_sms 2010-07-02 14:13:45 -05:00
Andrzej Zaborowski ab7f88233d stkutil: Refactor command parser error handling
When parsing the full command fails but Command Details has been parsed,
return a struct stk_command containing this information and the type of
parsing problem found.  We need the command details to be able to
even respond to the command.

This patch also makes the parser skip over unknown data objects found
in the BER-TLV, if they don't have Comprehension Required set.
2010-06-23 14:23:06 -05:00
Andrzej Zaborowski d5fec53d23 test-common: Avoid accessing an unitialised variable.
Fixes a segfault, reported by valrgind as:
[...]
==6300== Use of uninitialised value of size 4
==6300==    at 0x8048B4D: test_invalid (test-common.c:81)
2010-06-21 15:21:40 -05:00
Denis Kenzior a2596cb333 unit: Add unit tests for status report assembly 2010-06-21 15:21:40 -05:00
Andrzej Zaborowski d0018e9772 test-stkutil: Add a More Time response builder test 2010-06-18 14:04:57 -05:00
Yang Gu 6018d1fe82 stk: Add parser for timing advance objects 2010-06-18 13:57:55 -05:00
Yang Gu 042724c5ab teststk: Add test for send ussd parser 2010-06-18 13:18:34 -05:00
Denis Kenzior dc505be373 stkutil: Merge two versions of bcch_channel_list 2010-06-16 17:43:12 -05:00
Yang Gu 8cf6750f06 teststk: Add test for send ss parser 2010-06-16 17:43:11 -05:00
Andrzej Zaborowski 024123c51b test-stkutil: Tests for Timer Expiration envelope 2010-06-15 12:09:17 -05:00
Andrzej Zaborowski 2f6dc72ae2 test-stkutil: Tests for Event Download envelope 2010-06-15 12:07:54 -05:00
Andrzej Zaborowski 6e4277eef8 stkutil: Refactor struct stk_other_address 2010-06-15 12:06:47 -05:00
Andrzej Zaborowski dda6692d7d test-stkutil: Tests for Call Control envelope 2010-06-15 12:06:38 -05:00
Andrzej Zaborowski 08c689ca7c test-stkutil: MO SMS Control envelope tests 2010-06-09 18:03:20 -05:00
Andrzej Zaborowski 6120e487b5 test-stkutil: Menu Selection envelope tests 2010-06-09 12:30:58 -05:00
Andrzej Zaborowski 758005a7c4 test-stkutil: CBS-PP Data Download envelope tests 2010-06-09 12:28:58 -05:00
Andrzej Zaborowski d9f4abfd3f test-stkutil: SMS-PP Data Download envelope tests 2010-06-09 12:23:48 -05:00
Andrzej Zaborowski ef408ae1a6 stkutil: Use static buf in stk_pdu_from_response 2010-06-09 12:19:52 -05:00
Pasi Miettinen ccb362383c test-sms: Update unit test to the new API 2010-06-07 13:01:19 -05:00
Yang Gu f90bf71e30 stktest: Add negative cases for setup menu 2010-06-01 14:02:38 -05:00
Denis Kenzior ff2a3029b3 test-sms: Add a unit test for the previous bugfix 2010-06-01 10:08:58 -05:00
Andrzej Zaborowski 103961c71b test-stkutil: Add Launch Browser response builder tests 2010-05-28 11:41:53 -05:00
Denis Kenzior 652ce11ca1 test-stkutil: Fix issue with whitespace 2010-05-28 11:41:05 -05:00
Andrzej Zaborowski 1914716dd7 test-stkutil: Add Language Notification response 2010-05-28 11:38:44 -05:00
Andrzej Zaborowski 27a74e772e test-stkutil: Add the Send DTMF response tests 2010-05-28 11:37:57 -05:00
Andrzej Zaborowski 93fafad18e test-stkutil: Add Run AT Command response builder 2010-05-28 11:35:46 -05:00
Andrzej Zaborowski 5af0120c67 test-stkutil: Add Set Up Idle Mode response builder 2010-05-28 11:33:59 -05:00
Andrzej Zaborowski d253d479eb test-stkutil: Add Timer Management response tests 2010-05-28 11:32:49 -05:00
Andrzej Zaborowski ce955c2597 test-stkutil: Add a Set Up Event List response test 2010-05-28 11:29:35 -05:00
Andrzej Zaborowski ad97689b86 test-stkutil: Add Provide Local Info response tests 2010-05-28 11:29:34 -05:00
Andrzej Zaborowski 280d8d4283 test-stkutil: Add a Polling Off response test 2010-05-28 11:29:34 -05:00
Andrzej Zaborowski 9929ec229f test-stkutil: Add Set Up Call response tests 2010-05-28 10:42:08 -05:00
Yang Gu 6643e115a8 teststk: Add test for launch browser parser 2010-05-27 10:26:36 -05:00
Yang Gu fd1e71163c test-stkutil: Add cases for send sms parser 2010-05-27 07:27:26 -05:00
Yang Gu beb4e2c71a teststk: Use check_common_text() to check string 2010-05-27 07:08:42 -05:00
Yang Gu 55a2596e84 teststk: Add check of len in byte array 2010-05-27 07:07:18 -05:00
Yang Gu d5f3a4bc96 teststk: Use sim bcd version 2010-05-27 07:05:04 -05:00
Andrzej Zaborowski 79b3199f23 test-stkutil: Use gcc4.3 compatible initialisers.
Reformat according to ideas on IRC.
2010-05-26 12:08:31 -05:00
Yang Gu 4cb2eec891 teststk: Add test for language notification parser 2010-05-25 17:55:58 -05:00
Yang Gu b4e081f0e1 test-stk: Add test for send dtmf parser 2010-05-25 17:36:30 -05:00
Yang Gu 9b0c13d049 test-stk: Add test for run at command parser 2010-05-25 17:28:55 -05:00
Yang Gu 3af4600368 test-stk: Add test for setup idle mode text parser 2010-05-25 17:17:28 -05:00
Andrzej Zaborowski a20d4e8cae test-stkutil: Add Select Item response tests 2010-05-25 16:52:54 -05:00
Andrzej Zaborowski 0366159a66 test-stkutil: Add Set Up Menu response tests 2010-05-25 16:52:54 -05:00
Andrzej Zaborowski 0a3324f8b6 test-stkutil: Add Refresh response tests 2010-05-25 16:52:53 -05:00
Andrzej Zaborowski 35e2722b01 test-stkutil: Add Poll Interval response tests 2010-05-25 16:52:53 -05:00
Andrzej Zaborowski fad142acf2 test-stkutil: Add Play Tone response tests 2010-05-25 16:52:53 -05:00
Andrzej Zaborowski 6da5a6ce09 test-stkutil: Add Send SMS response tests 2010-05-25 16:52:53 -05:00
Andrzej Zaborowski febeb5d9c5 test-stkutil: Add Get Input response tests 2010-05-25 16:52:52 -05:00
Andrzej Zaborowski 355b038c6f test-stkutil: Add Get Inkey response tests 2010-05-25 16:52:52 -05:00
Andrzej Zaborowski 4dcce0304a test-stkutil: Add Display Text response tests 2010-05-25 16:52:52 -05:00
Andrzej Zaborowski dcc23e30fe test-simutil: Add a BER-TLV encoding tests 2010-05-25 16:52:51 -05:00
Yang Gu 4c7b877e8c test-stk: Add test for timer management parser 2010-05-13 15:33:48 -05:00
Yang Gu 3fb819790a test-stk: Add test for get reader status parser 2010-05-13 15:33:02 -05:00
Yang Gu 854d09a286 test-stk: Add test for perform card apdu parser 2010-05-13 15:26:04 -05:00
Yang Gu e132689cbb test-stkutil: Add test for event list parser 2010-05-13 13:57:17 -05:00
Yang Gu a1f95b55a5 test-stk: Add test for provide local info parser 2010-05-13 13:53:32 -05:00
Yang Gu a6fb6b54fd test-stkutil: Add test for polling off parser 2010-05-13 13:52:39 -05:00
Denis Kenzior 48bc1c3575 test-stkutil: file_list instead of fl is better 2010-05-13 13:51:50 -05:00
Yang Gu 8a60f1244c test-stkutil: Add test for refresh parser 2010-05-13 13:49:59 -05:00
Yang Gu 57c6d1ec72 test-stkutil: Add unit test for setup call parser 2010-05-13 13:48:01 -05:00
Yang Gu d04ebc0fdb test-stkutil: Refactor test for send sms parser 2010-05-13 13:45:59 -05:00
Yang Gu b99bf23f19 test-stkutil: Use dedicated functions to check 2010-05-13 13:44:49 -05:00
Denis Kenzior fd6c902572 test-stkutil: Handle NULL strings
g_str_equal does not handle NULL strings
2010-05-13 13:43:41 -05:00
Yang Gu 7b6a2fa541 test-stkutil: Add test for select item parser 2010-05-13 12:30:04 -05:00
Yang Gu a431bf4ffc test-stkutil: Add test for setup menu parser 2010-05-13 11:09:43 -05:00
Yang Gu 651ad72075 test-stkutil: Add test for poll interval parser 2010-05-13 10:54:50 -05:00
Denis Kenzior 9d56691898 stkutil: Don't use escaped strings
In general this is bad style, using concatentated strings ala "" "" is
better.
2010-05-11 12:29:11 -05:00
Yang Gu a3da155828 test-stkutil: Add unit test for play tone parser 2010-05-11 12:25:34 -05:00
Yang Gu dff6deb6a3 Replace check_text with check_common_text 2010-05-11 12:23:27 -05:00
Yang Gu 6e4f5c5122 stk: Unify variable names to use abbreviation 2010-05-11 12:19:09 -05:00
Yang Gu 652e943c74 test-stkutil: Use enum for icon_id 2010-05-11 12:18:41 -05:00
Yang Gu f4bd7d21a4 test-stkutil: Add unit test for get input parser 2010-05-11 12:17:27 -05:00
Yang Gu e42b7282f7 Add unit test for get inkey parser 2010-04-28 20:24:54 -05:00
Denis Kenzior 20a32ff5e8 Fix: g_at_chat_shutdown usage in test-mux 2010-04-28 17:27:33 -05:00
Yang Gu f6f5884fb4 test-stkutil: Add unit test for more time parser 2010-04-27 09:33:02 -05:00
Yang Gu ef9e9038a0 test-stkutil: Refactor display text unit tests 2010-04-27 09:31:30 -05:00
Denis Kenzior 49e94c3a53 Add basic unit test for send sms parser 2010-03-15 21:02:07 -05:00
Denis Kenzior ccb37262f5 stk: Add initial unit test for Get Input 2010-03-01 18:16:02 -06:00
Denis Kenzior 93e24f22b8 Update unit tests with Duration tests 2010-03-01 16:03:06 -06:00
Denis Kenzior cee597ffb4 Update unit tests with icon_id support 2010-03-01 15:16:01 -06:00
Denis Kenzior c26619539d Update unit test for USAT display text command 2010-02-23 17:11:29 -06:00
Denis Kenzior 066dc51f85 Add BER-TLV iterator unit test 2010-02-23 12:03:03 -06:00
Denis Kenzior d35d290702 Add stub for unit test for Sim Toolkit utils 2010-02-18 16:20:30 -06:00
Denis Kenzior d3c2535fae Fix: Dead Assignments 2010-02-04 00:14:49 -06:00
Marcel Holtmann 7d7a61f933 Fix some leftover oudated copyrights 2010-01-28 22:10:51 +01:00
Marcel Holtmann 7188be28f0 Use blocking GAtChat operation for CAIF unit test 2010-01-28 22:06:39 +01:00
Marcel Holtmann 2e4bcbf0ac The old CAIF character device are not TTYs 2010-01-28 21:34:16 +01:00
Marcel Holtmann bcad38ceff Use non-blocking and raw mode for test with CAIF character devices 2010-01-28 16:48:33 +01:00
Marcel Holtmann c25347dc7e Add second CAIF test for using character interface 2010-01-28 12:47:08 +01:00
Marcel Holtmann ae6a0b32cf Some minor style cleanups for STE support 2010-01-28 11:30:56 +01:00