Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-15 | Add proper debug configuration to isimodem SMS | Aki Niemi | 1 | -1/+7 | |
2010-05-15 | Add SCA query and setter to isimodem SMS driver | Aki Niemi | 1 | -2/+137 | |
2010-05-15 | Add missing SIM codepoints | Aki Niemi | 2 | -0/+6 | |
2010-05-14 | Refactor isimodem CBS driver | Aki Niemi | 1 | -12/+32 | |
2010-05-14 | Fix CBS routing request failure reporting | Aki Niemi | 1 | -5/+8 | |
2010-05-14 | Add isimodem support for MO and MT SMS | Aki Niemi | 1 | -15/+293 | |
2010-05-14 | Add missing SMS ISI codepoints | Aki Niemi | 2 | -1/+27 | |
2010-05-14 | gisi: Add support for NTF requests | Aki Niemi | 1 | -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-14 | gisi: Return negative errnos | Aki Niemi | 1 | -1/+1 | |
2010-05-14 | gisi: Fix typo in documentation | Aki Niemi | 1 | -1/+1 | |
2010-05-14 | gisi: Add debugging support for requests | Aki Niemi | 1 | -3/+20 | |
2010-05-13 | stkutil: reorder command struct order | Denis Kenzior | 1 | -1/+1 | |
2010-05-13 | test-stk: Add test for timer management parser | Yang Gu | 1 | -0/+609 | |
2010-05-13 | stkutil: Add timer management command parser | Yang Gu | 2 | -0/+34 | |
2010-05-13 | test-stk: Add test for get reader status parser | Yang Gu | 1 | -0/+45 | |
2010-05-13 | stkutil: Add get reader status command parser | Yang Gu | 2 | -0/+32 | |
2010-05-13 | stkutil: Add power on card command parser | Yang Gu | 1 | -0/+16 | |
2010-05-13 | stkutil: Add power off card command parser | Yang Gu | 1 | -0/+16 | |
2010-05-13 | stkutil: Minor style issues and a typo | Denis Kenzior | 1 | -51/+51 | |
2010-05-13 | test-stk: Add test for perform card apdu parser | Yang Gu | 1 | -0/+259 | |
2010-05-13 | stkutil: Add perform card apdu command parser | Yang Gu | 2 | -0/+96 | |
2010-05-13 | test-stkutil: Add test for event list parser | Yang Gu | 1 | -0/+131 | |
2010-05-13 | stkutil: Add event list command parser | Yang Gu | 2 | -1/+35 | |
2010-05-13 | style: Whitespace errors | Denis Kenzior | 1 | -3/+3 | |
2010-05-13 | test-stk: Add test for provide local info parser | Yang Gu | 1 | -0/+98 | |
2010-05-13 | stkutil: Add provide local info command parser | Yang Gu | 1 | -0/+15 | |
2010-05-13 | test-stkutil: Add test for polling off parser | Yang Gu | 1 | -0/+37 | |
2010-05-13 | stkutil: Add polling off proactive command parser | Yang Gu | 1 | -0/+15 | |
2010-05-13 | test-stkutil: file_list instead of fl is better | Denis Kenzior | 1 | -3/+3 | |
2010-05-13 | stkutil: file_list instead of fl is better | Denis Kenzior | 2 | -4/+4 | |
2010-05-13 | test-stkutil: Add test for refresh parser | Yang Gu | 1 | -0/+91 | |
2010-05-13 | stkutil: Add refresh proactive command parser | Yang Gu | 2 | -0/+54 | |
2010-05-13 | test-stkutil: Add unit test for setup call parser | Yang Gu | 1 | -0/+1395 | |
2010-05-13 | stkutil: Add setup call proactive command parser | Yang Gu | 2 | -0/+70 | |
2010-05-13 | stk: Adjust the sequence of dataobj | Yang Gu | 1 | -2/+2 | |
2010-05-13 | test-stkutil: Refactor test for send sms parser | Yang Gu | 1 | -48/+84 | |
2010-05-13 | test-stkutil: Use dedicated functions to check | Yang Gu | 1 | -9/+41 | |
2010-05-13 | test-stkutil: Handle NULL strings | Denis Kenzior | 1 | -1/+5 | |
g_str_equal does not handle NULL strings | |||||
2010-05-13 | stkutil: Refactor parse_list into parse_item_list | Denis Kenzior | 1 | -52/+19 | |
Makes the code much easier to follow | |||||
2010-05-13 | test-stkutil: Add test for select item parser | Yang Gu | 1 | -0/+2035 | |
2010-05-13 | stkutil: Add select item proactive command parser | Yang Gu | 2 | -0/+80 | |
2010-05-13 | test-stkutil: Add test for setup menu parser | Yang Gu | 1 | -0/+1616 | |
2010-05-13 | stkutil: Add setup menu proactive command parse | Yang Gu | 2 | -0/+138 | |
2010-05-13 | style: remove extra whitespace | Yang Gu | 1 | -1/+0 | |
2010-05-13 | stkutil: item objects can be NULL | Yang Gu | 1 | -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-13 | stkutil: alpha id objects can be NULL | Yang Gu | 1 | -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-13 | simutil: Add comprehension tlv copy | Yang Gu | 2 | -0/+15 | |
Can be used to save the state of the current iterator and 'peek' ahead. | |||||
2010-05-13 | test-stkutil: Add test for poll interval parser | Yang Gu | 1 | -0/+46 | |
2010-05-13 | stk: Add poll interval proactive command parser | Yang Gu | 2 | -0/+33 | |
2010-05-12 | mbm: Check there's a SIM card inserted. | Andrzej Zaborowski | 1 | -4/+39 | |