Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-15 | stkutil: Add Terminal Applications envelope builder | Andrzej Zaborowski | 1 | -0/+57 | |
This is not a terribly useful function as the user still needs to split the list in separate envelopes. The .type field could be an enum. | |||||
2010-06-15 | stkutil: Add MMS Notification DL envelope builder | Andrzej Zaborowski | 1 | -0/+38 | |
2010-06-15 | stkutil: Add MMS Transfer Status envelope builder | Andrzej Zaborowski | 1 | -0/+84 | |
2010-06-15 | stkutil: Add the USSD Download envelope builder | Andrzej Zaborowski | 1 | -0/+10 | |
2010-06-15 | stkutil: Add the Timer Expiration envelope builder | Andrzej Zaborowski | 1 | -0/+13 | |
2010-06-15 | stkutil: Add the Event Download envelope builder | Andrzej Zaborowski | 1 | -0/+541 | |
2010-06-15 | stkutil: Refactor struct stk_frames_info | Andrzej Zaborowski | 1 | -2/+9 | |
2010-06-15 | stkutil: Refactor struct stk_other_address | Andrzej Zaborowski | 1 | -1/+4 | |
2010-06-15 | stkutil: Add the Call Control envelope builder | Andrzej Zaborowski | 1 | -0/+195 | |
2010-06-09 | stkutil: Refactor stk_location_info | Andrzej Zaborowski | 1 | -10/+23 | |
In some cases an empty stk_location_info means that no object should be emitted (e.g. it is optional) and in other cases an empty object should be emitted. This is context specific to the terminal response / envelope and thus we break this up into two separate functions. | |||||
2010-06-09 | stkutil: Add MO SMS Control envelope builder | Andrzej Zaborowski | 1 | -0/+16 | |
2010-06-09 | stkutil: Add the Menu Selection envelope builder | Andrzej Zaborowski | 1 | -0/+25 | |
2010-06-09 | stkutil: Add CBS-PP Data Download envelope builder | Andrzej Zaborowski | 1 | -0/+26 | |
2010-06-09 | stkutil: Add SMS-PP Data Download envelope builder | Andrzej Zaborowski | 1 | -0/+110 | |
2010-06-09 | stkutil: Use static buf in stk_pdu_from_response | Andrzej Zaborowski | 1 | -16/+20 | |
2010-06-01 | stk: Constraint the appearance of empty item | Yang Gu | 1 | -12/+28 | |
If empty item turns out, it must be the only item in the list. So the following situations are deemed as invalid: 1. Two empty items 2. Valid item + empty item 3. empty + valid item | |||||
2010-05-28 | stkutil: Add Launch Browser response builder | Andrzej Zaborowski | 1 | -0/+1 | |
2010-05-28 | stkutil: Add Language Notification response builder | Andrzej Zaborowski | 1 | -0/+1 | |
2010-05-28 | stkutil: Add Send DTMF response builder support | Andrzej Zaborowski | 1 | -0/+2 | |
2010-05-28 | stkutil: Fix comment style | Denis Kenzior | 1 | -2/+4 | |
2010-05-28 | stkutil: Add the Run AT Command response builder | Andrzej Zaborowski | 1 | -0/+29 | |
2010-05-28 | stkutil: Add Set Up Idle Mode Text response builder | Andrzej Zaborowski | 1 | -0/+2 | |
2010-05-28 | stkutil: Fix style in build_dataobj_timer_value | Denis Kenzior | 1 | -6/+8 | |
2010-05-28 | stkutil: Fix style | Denis Kenzior | 1 | -4/+6 | |
2010-05-28 | stkutil: Add the Timer Management response builder | Andrzej Zaborowski | 1 | -0/+41 | |
2010-05-28 | stkutil: Use more understandable syntax | Denis Kenzior | 1 | -3/+6 | |
2010-05-28 | stkutil: Fix style | Denis Kenzior | 1 | -4/+8 | |
2010-05-28 | stkutil: Fix style in build_dataobj_location_info | Denis Kenzior | 1 | -12/+27 | |
2010-05-28 | stkutil: Fix some style issues with setup_call | Denis Kenzior | 1 | -7/+8 | |
2010-05-28 | stkutil: Add Set Up Event List response builder | Andrzej Zaborowski | 1 | -0/+2 | |
2010-05-28 | stkutil: Add the Provide Local Info response builder | Andrzej Zaborowski | 1 | -0/+447 | |
2010-05-28 | stkutil: Add Polling Off response builder support | Andrzej Zaborowski | 1 | -0/+2 | |
2010-05-28 | stkutil: Add Set Up Call response builder | Andrzej Zaborowski | 1 | -0/+37 | |
2010-05-27 | stkutil: Refactor parsing of data object lists | Denis Kenzior | 1 | -118/+109 | |
The old way wasn't working out for lists that are optional. This was only a problem with the launch browser proactive command. | |||||
2010-05-27 | Move destructor prior to return | Yang Gu | 1 | -33/+27 | |
2010-05-27 | stk: Add parser for launch browser commands | Yang Gu | 1 | -0/+103 | |
2010-05-27 | stkutil: Refactor SMS pdu parser | Denis Kenzior | 1 | -30/+13 | |
2010-05-27 | stk: Fix the parser of send sms | Yang Gu | 1 | -9/+43 | |
2010-05-27 | stk: Use sim bcd version | Yang Gu | 1 | -2/+2 | |
2010-05-25 | stk: Add parser for language notification commands | Yang Gu | 1 | -0/+26 | |
2010-05-25 | stk: Add parser for send dtmf commands | Yang Gu | 1 | -0/+42 | |
2010-05-25 | stk: Add parser for run at command commands | Yang Gu | 1 | -0/+42 | |
2010-05-25 | stk: Add parser for setup idle mode text commands | Yang Gu | 1 | -0/+40 | |
2010-05-25 | stkutil: Fix warning | Denis Kenzior | 1 | -2/+1 | |
2010-05-25 | stkutil: More style issues | Denis Kenzior | 1 | -52/+54 | |
- Make stk_tlv_builder usage consistent (builder was missing) - Various style issues | |||||
2010-05-25 | stkutil: small style issue | Denis Kenzior | 1 | -5/+3 | |
2010-05-25 | stkutil: Add Select Item response builder | Andrzej Zaborowski | 1 | -0/+21 | |
2010-05-25 | stkutil: Add Set Up Menu response builder | Andrzej Zaborowski | 1 | -0/+1 | |
2010-05-25 | test-stkutil: Add Refresh response tests | Andrzej Zaborowski | 1 | -1/+1 | |
2010-05-25 | stkutil: Add Refresh response builder | Andrzej Zaborowski | 1 | -0/+2 | |