summaryrefslogtreecommitdiff
path: root/src/stkutil.h
Commit message (Collapse)AuthorAgeFilesLines
* stkutil: Use standard typesDenis Kenzior2018-12-291-158/+157
|
* stkutil: Use l_queue instead of GSListDenis Kenzior2018-12-281-5/+5
|
* stkutil: Use l_queue instead of GSListDenis Kenzior2018-12-281-2/+4
|
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* stkutil: Fix alignment issue with channel data lengthMarcel Holtmann2011-06-301-1/+1
|
* stk: Remove deprecated structurePhilippe Nunes2011-06-291-8/+0
|
* stkutil: Add additional info enum for BIPPhilippe Nunes2011-04-111-0/+17
|
* stkutil: decoding & encoding for class e commandsPhilippe Nunes2011-03-311-23/+108
| | | | Complete the TLV parsing/builder to support BIP commands
* stkutil: Add typo/cleaning modificationsPhilippe Nunes2011-03-301-1/+1
|
* stkutil: Remove trailing WSAki Niemi2011-02-021-1/+1
|
* stkutil: Add enum for additional error cause infoYang Gu2010-10-201-0/+22
| | | | For terminal and supplementary services
* Fix multi-line comment style issuesJeevaka Badrappan2010-09-211-4/+5
|
* stkutil: Don't include USSD text unless neededDenis Kenzior2010-09-151-0/+1
|
* stkutil: Add Send USSD-specific Text dataobjJeevaka Badrappan2010-09-091-0/+11
| | | | | | | Send USSD terminal response re-uses the 'Text' data object, however it passes around binary data structures. We make an exception specifically for this case and invent a new stk_ussd_text data structure that is handled separately from simple STK text.
* stkutil: Add Send USSD specific result codesJeevaka Badrappan2010-09-091-0/+2
|
* stkutil: Fixup whitespace corruptionDenis Kenzior2010-09-091-2/+2
|
* stkutil: change uint32_t to guint32Kristen Carlson Accardi2010-08-251-1/+1
| | | | | This helps avoid needing to include any extra header files if stkutil.h is included in sim.c
* stkutil: convert img to xpmKristen Carlson Accardi2010-07-261-0/+9
|
* stkutil: display text attributes as htmlKristen Carlson Accardi2010-07-131-0/+2
|
* stkutil: Move scaddr field to gsm_smsAndrzej Zaborowski2010-07-021-1/+0
|
* stkutil: Refactor command parser error handlingAndrzej Zaborowski2010-06-231-0/+8
| | | | | | | | | | 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.
* stkutil: Add More Time terminal response builderAndrzej Zaborowski2010-06-181-0/+1
|
* stk: Add parser for timing advance objectsYang Gu2010-06-181-12/+18
|
* stk: Add parser for send ussd commandsYang Gu2010-06-181-0/+9
|
* stkutil: Merge two versions of bcch_channel_listDenis Kenzior2010-06-161-5/+3
|
* stk: Add parser for UTRAN meas qualifier objectsYang Gu2010-06-161-0/+1
|
* stk: Add parser for PDP activation param objectsYang Gu2010-06-161-0/+6
|
* stk: Add parser for bcch channel list objectsYang Gu2010-06-161-0/+10
|
* stk: Add parser for cell broadcast page objectsYang Gu2010-06-161-0/+6
|
* Add several proactive command parsersYang Gu2010-06-161-0/+93
|
* stk: Add parser for send ss commandsYang Gu2010-06-161-0/+15
|
* stkutil: Minor style cleanups in stkutilDenis Kenzior2010-06-151-106/+111
|
* stkutil: Add Terminal Applications envelope builderAndrzej Zaborowski2010-06-151-0/+7
| | | | | | 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.
* stkutil: Add MMS Notification DL envelope builderAndrzej Zaborowski2010-06-151-0/+6
|
* stkutil: Add MMS Transfer Status envelope builderAndrzej Zaborowski2010-06-151-0/+11
|
* stkutil: Add the USSD Download envelope builderAndrzej Zaborowski2010-06-151-0/+5
|
* stkutil: Add the Timer Expiration envelope builderAndrzej Zaborowski2010-06-151-0/+6
|
* stkutil: Add the Event Download envelope builderAndrzej Zaborowski2010-06-151-0/+187
|
* stkutil: Refactor struct stk_frames_infoAndrzej Zaborowski2010-06-151-1/+3
|
* stkutil: Refactor struct stk_other_addressAndrzej Zaborowski2010-06-151-2/+3
|
* stkutil: Add the Call Control envelope builderAndrzej Zaborowski2010-06-151-0/+47
|
* stkutil: Add MO SMS Control envelope builderAndrzej Zaborowski2010-06-091-0/+7
|
* stkutil: Add the Menu Selection envelope builderAndrzej Zaborowski2010-06-091-0/+6
|
* stkutil: Add CBS-PP Data Download envelope builderAndrzej Zaborowski2010-06-091-0/+5
|
* stkutil: Add SMS-PP Data Download envelope builderAndrzej Zaborowski2010-06-091-0/+17
|
* stkutil: Use static buf in stk_pdu_from_responseAndrzej Zaborowski2010-06-091-3/+2
|
* stkutil: Add Launch Browser response builderAndrzej Zaborowski2010-05-281-0/+1
|
* stkutil: Add Language Notification response builderAndrzej Zaborowski2010-05-281-0/+1
|
* stkutil: Add Send DTMF response builder supportAndrzej Zaborowski2010-05-281-0/+1
|
* stkutil: Add the Run AT Command response builderAndrzej Zaborowski2010-05-281-0/+5
|