Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-26 | stkutil: convert img to xpm | Kristen Carlson Accardi | 1 | -0/+147 | |
2010-07-13 | stkutil: Set black fore/back ground color | Denis Kenzior | 1 | -4/+2 | |
2010-07-13 | stkutil: display text attributes as html | Kristen Carlson Accardi | 1 | -0/+225 | |
2010-07-09 | Interpret "" Alpha Id as empty data object | Yang Gu | 1 | -1/+3 | |
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-08 | stkutil: Timer Value is conditional, not optional. | Andrzej Zaborowski | 1 | -1/+5 | |
Make the parser check that the value is present when necessary, so that stk.c doesn't have to check this. | |||||
2010-07-08 | sktutil: Use the Mandatory flag in parse_dataobj. | Andrzej Zaborowski | 1 | -3/+3 | |
We need to look at the Mandatory flag and not at the Minimum flag when parsing CTLVs. The Minimum flag is important when encoding CTLVs because CR bit is set according to it. | |||||
2010-07-02 | stkutil: Move scaddr field to gsm_sms | Andrzej Zaborowski | 1 | -15/+43 | |
2010-06-23 | stkutil: Alpha Id is optional for Select Item. | Andrzej Zaborowski | 1 | -2/+1 | |
2010-06-23 | stkutil: Refactor command parser error handling | Andrzej Zaborowski | 1 | -555/+400 | |
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-21 | stkutil: Remove obsolete comment. | Andrzej Zaborowski | 1 | -3/+0 | |
2010-06-18 | stkutil: Add More Time terminal response builder | Andrzej Zaborowski | 1 | -0/+1 | |
2010-06-18 | stkutil: USSD max len is 160 | Denis Kenzior | 1 | -1/+1 | |
2010-06-18 | stk: Add parser for timing advance objects | Yang Gu | 1 | -0/+22 | |
2010-06-18 | stk: Add parser for send ussd commands | Yang Gu | 1 | -0/+61 | |
2010-06-16 | stkutil: Make sure bc_repeat is used properly | Denis Kenzior | 1 | -2/+7 | |
The wrong structure was being used in the function & the has_bc_repeat variable was not being set properly. | |||||
2010-06-16 | stkutil: Merge two versions of bcch_channel_list | Denis Kenzior | 1 | -6/+8 | |
2010-06-16 | stk: Add parser for UTRAN meas qualifier objects | Yang Gu | 1 | -0/+10 | |
2010-06-16 | stk: Add parser for PDP activation param objects | Yang Gu | 1 | -0/+23 | |
2010-06-16 | stk: Add parser for bcch channel list objects | Yang Gu | 1 | -0/+29 | |
2010-06-16 | stk: Add parser for cell broadcast page objects | Yang Gu | 1 | -0/+24 | |
2010-06-16 | Add several proactive command parsers | Yang Gu | 1 | -0/+473 | |
2010-06-16 | stk: Add parser for send ss commands | Yang Gu | 1 | -0/+70 | |
2010-06-15 | stkutil: Minor style cleanups in stkutil | Denis Kenzior | 1 | -0/+3 | |
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 | |