summaryrefslogtreecommitdiffstats
path: root/unit
AgeCommit message (Collapse)AuthorFilesLines
2010-09-14test-util: test for UCS2 to GSM conversionJeevaka Badrappan1-0/+80
2010-09-10unit: Add unit test for status report expirationPetteri Tikander1-0/+7
2010-08-17test-sms: Add basic SMS WAP-PUSH decoder testDenis Kenzior1-0/+86
2010-08-17test-sms: Unify some copy-pasted codeDenis Kenzior1-84/+60
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-13test-sms: Update with a real EMS testDenis Kenzior1-45/+173
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-08test-sms: Fix a memory leakDenis Kenzior1-0/+1
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-21test-common: Avoid accessing an unitialised variable.Andrzej Zaborowski1-1/+1
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-21unit: Add unit tests for status report assemblyDenis Kenzior1-0/+46
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-07test-sms: Update unit test to the new APIPasi Miettinen1-6/+5
2010-06-01stktest: Add negative cases for setup menuYang Gu1-0/+64
2010-06-01test-sms: Add a unit test for the previous bugfixDenis Kenzior1-8/+36
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