summaryrefslogtreecommitdiffstats
path: root/unit/test-stkutil.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-05unit: add error status support for failure casesJeevaka Badrappan1-4/+8
2010-12-16test-stkutil: Modify the check logic of time zoneYang Gu1-1/+5
2010-12-10unit: Fix up stk test data timezone handlingDenis Kenzior1-0/+6
2010-12-10unit: Use empty text instead of NULLDenis Kenzior1-2/+4
2010-09-26unit: Fix some copyright and license headersMarcel Holtmann1-13/+13
2010-07-26test-stkutil: unit test for img to xpm converterKristen Carlson Accardi1-0/+247
2010-07-13test-stkutil: add html attribute tests for setup idle mode testsKristen Carlson Accardi1-16/+68
2010-07-13test-stkutil: add html attribute test for select_item_testKristen Carlson Accardi1-16/+67
2010-07-13test-stkutil: add html attribute test for setup_menu_testKristen Carlson Accardi1-12/+47
2010-07-13test-stkutil: add html attribute tests for play_tone_testKristen Carlson Accardi1-16/+66
2010-07-13test-stkutil: add html attribute tests for get_input_testKristen Carlson Accardi1-16/+59
2010-07-13test-stkutil: add html attribute tests for get_inkey_testKristen Carlson Accardi1-16/+59
2010-07-13test-stkutil: add html attribute test for Display Text testsKristen Carlson Accardi1-0/+211
2010-07-13test-stkutil: add unit test for html text attributesKristen Carlson Accardi1-0/+96
2010-07-09Interpret "" Alpha Id as empty data objectYang Gu1-4/+14
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-02test-stkutil: Fix always true condition.Andrzej Zaborowski1-47/+227
2010-07-02test-stkutil: Fix some memory leaksDenis Kenzior1-0/+5
2010-07-02stkutil: Move scaddr field to gsm_smsAndrzej Zaborowski1-92/+113
2010-06-23stkutil: Refactor command parser error handlingAndrzej Zaborowski1-2/+38
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-18test-stkutil: Add a More Time response builder testAndrzej Zaborowski1-0/+24
2010-06-18stk: Add parser for timing advance objectsYang Gu1-1/+1
2010-06-18teststk: Add test for send ussd parserYang Gu1-0/+1319
2010-06-16stkutil: Merge two versions of bcch_channel_listDenis Kenzior1-2/+3
2010-06-16teststk: Add test for send ss parserYang Gu1-0/+1054
2010-06-15test-stkutil: Tests for Timer Expiration envelopeAndrzej Zaborowski1-0/+49
2010-06-15test-stkutil: Tests for Event Download envelopeAndrzej Zaborowski1-0/+1204
2010-06-15stkutil: Refactor struct stk_other_addressAndrzej Zaborowski1-0/+1
2010-06-15test-stkutil: Tests for Call Control envelopeAndrzej Zaborowski1-0/+158
2010-06-09test-stkutil: MO SMS Control envelope testsAndrzej Zaborowski1-0/+79
2010-06-09test-stkutil: Menu Selection envelope testsAndrzej Zaborowski1-0/+162
2010-06-09test-stkutil: CBS-PP Data Download envelope testsAndrzej Zaborowski1-0/+112
2010-06-09test-stkutil: SMS-PP Data Download envelope testsAndrzej Zaborowski1-0/+171
2010-06-09stkutil: Use static buf in stk_pdu_from_responseAndrzej Zaborowski1-5/+10
2010-06-01stktest: Add negative cases for setup menuYang Gu1-0/+64
2010-05-28test-stkutil: Add Launch Browser response builder testsAndrzej Zaborowski1-0/+118
2010-05-28test-stkutil: Fix issue with whitespaceDenis Kenzior1-38/+38
2010-05-28test-stkutil: Add Language Notification responseAndrzej Zaborowski1-0/+49
2010-05-28test-stkutil: Add the Send DTMF response testsAndrzej Zaborowski1-0/+72
2010-05-28test-stkutil: Add Run AT Command response builderAndrzej Zaborowski1-0/+78
2010-05-28test-stkutil: Add Set Up Idle Mode response builderAndrzej Zaborowski1-0/+73
2010-05-28test-stkutil: Add Timer Management response testsAndrzej Zaborowski1-0/+862
2010-05-28test-stkutil: Add a Set Up Event List response testAndrzej Zaborowski1-0/+25
2010-05-28test-stkutil: Add Provide Local Info response testsAndrzej Zaborowski1-0/+555
2010-05-28test-stkutil: Add a Polling Off response testAndrzej Zaborowski1-0/+24
2010-05-28test-stkutil: Add Set Up Call response testsAndrzej Zaborowski1-0/+262
2010-05-27teststk: Add test for launch browser parserYang Gu1-0/+790
2010-05-27test-stkutil: Add cases for send sms parserYang Gu1-22/+1745
2010-05-27teststk: Use check_common_text() to check stringYang Gu1-8/+4
2010-05-27teststk: Add check of len in byte arrayYang Gu1-0/+1
2010-05-27teststk: Use sim bcd versionYang Gu1-45/+45