summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-05-15Add proper debug configuration to isimodem SMSAki Niemi1-1/+7
2010-05-15Add SCA query and setter to isimodem SMS driverAki Niemi1-2/+137
2010-05-15Add missing SIM codepointsAki Niemi2-0/+6
2010-05-14Refactor isimodem CBS driverAki Niemi1-12/+32
2010-05-14Fix CBS routing request failure reportingAki Niemi1-5/+8
2010-05-14Add isimodem support for MO and MT SMSAki Niemi1-15/+293
2010-05-14Add missing SMS ISI codepointsAki Niemi2-1/+27
2010-05-14gisi: Add support for NTF requestsAki Niemi1-1/+6
Notify requests are requests sent by ISA servers towards clients. They are identical to indications in that no response is necessary, but different in that subscription is done not using the mechanism used for indications, but out-of-band. Typically routing for notify requests is enabled using a request-response pair.
2010-05-14gisi: Return negative errnosAki Niemi1-1/+1
2010-05-14gisi: Fix typo in documentationAki Niemi1-1/+1
2010-05-14gisi: Add debugging support for requestsAki Niemi1-3/+20
2010-05-13stkutil: reorder command struct orderDenis Kenzior1-1/+1
2010-05-13test-stk: Add test for timer management parserYang Gu1-0/+609
2010-05-13stkutil: Add timer management command parserYang Gu2-0/+34
2010-05-13test-stk: Add test for get reader status parserYang Gu1-0/+45
2010-05-13stkutil: Add get reader status command parserYang Gu2-0/+32
2010-05-13stkutil: Add power on card command parserYang Gu1-0/+16
2010-05-13stkutil: Add power off card command parserYang Gu1-0/+16
2010-05-13stkutil: Minor style issues and a typoDenis Kenzior1-51/+51
2010-05-13test-stk: Add test for perform card apdu parserYang Gu1-0/+259
2010-05-13stkutil: Add perform card apdu command parserYang Gu2-0/+96
2010-05-13test-stkutil: Add test for event list parserYang Gu1-0/+131
2010-05-13stkutil: Add event list command parserYang Gu2-1/+35
2010-05-13style: Whitespace errorsDenis Kenzior1-3/+3
2010-05-13test-stk: Add test for provide local info parserYang Gu1-0/+98
2010-05-13stkutil: Add provide local info command parserYang Gu1-0/+15
2010-05-13test-stkutil: Add test for polling off parserYang Gu1-0/+37
2010-05-13stkutil: Add polling off proactive command parserYang Gu1-0/+15
2010-05-13test-stkutil: file_list instead of fl is betterDenis Kenzior1-3/+3
2010-05-13stkutil: file_list instead of fl is betterDenis Kenzior2-4/+4
2010-05-13test-stkutil: Add test for refresh parserYang Gu1-0/+91
2010-05-13stkutil: Add refresh proactive command parserYang Gu2-0/+54
2010-05-13test-stkutil: Add unit test for setup call parserYang Gu1-0/+1395
2010-05-13stkutil: Add setup call proactive command parserYang Gu2-0/+70
2010-05-13stk: Adjust the sequence of dataobjYang Gu1-2/+2
2010-05-13test-stkutil: Refactor test for send sms parserYang Gu1-48/+84
2010-05-13test-stkutil: Use dedicated functions to checkYang Gu1-9/+41
2010-05-13test-stkutil: Handle NULL stringsDenis Kenzior1-1/+5
g_str_equal does not handle NULL strings
2010-05-13stkutil: Refactor parse_list into parse_item_listDenis Kenzior1-52/+19
Makes the code much easier to follow
2010-05-13test-stkutil: Add test for select item parserYang Gu1-0/+2035
2010-05-13stkutil: Add select item proactive command parserYang Gu2-0/+80
2010-05-13test-stkutil: Add test for setup menu parserYang Gu1-0/+1616
2010-05-13stkutil: Add setup menu proactive command parseYang Gu2-0/+138
2010-05-13style: remove extra whitespaceYang Gu1-1/+0
2010-05-13stkutil: item objects can be NULLYang Gu1-1/+5
ETSI 102.223 doesn't mention that alpha id objects can be NULL, however such objects exist in the 102.384 test specification.
2010-05-13stkutil: alpha id objects can be NULLYang Gu1-2/+2
ETSI 102.223 doesn't mention that alpha id objects can be NULL, however such objects exist in the 102.384 test specification.
2010-05-13simutil: Add comprehension tlv copyYang Gu2-0/+15
Can be used to save the state of the current iterator and 'peek' ahead.
2010-05-13test-stkutil: Add test for poll interval parserYang Gu1-0/+46
2010-05-13stk: Add poll interval proactive command parserYang Gu2-0/+33
2010-05-12mbm: Check there's a SIM card inserted.Andrzej Zaborowski1-4/+39