summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-06-30stkutil: Fix alignment issue with channel data lengthMarcel Holtmann1-1/+1
2011-06-29stk: Remove deprecated structurePhilippe Nunes1-8/+0
2011-04-11stkutil: Add additional info enum for BIPPhilippe Nunes1-0/+17
2011-03-31stkutil: decoding & encoding for class e commandsPhilippe Nunes1-23/+108
Complete the TLV parsing/builder to support BIP commands
2011-03-30stkutil: Add typo/cleaning modificationsPhilippe Nunes1-1/+1
2011-02-02stkutil: Remove trailing WSAki Niemi1-1/+1
2010-10-20stkutil: Add enum for additional error cause infoYang Gu1-0/+22
For terminal and supplementary services
2010-09-21Fix multi-line comment style issuesJeevaka Badrappan1-4/+5
2010-09-15stkutil: Don't include USSD text unless neededDenis Kenzior1-0/+1
2010-09-09stkutil: Add Send USSD-specific Text dataobjJeevaka Badrappan1-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.
2010-09-09stkutil: Add Send USSD specific result codesJeevaka Badrappan1-0/+2
2010-09-09stkutil: Fixup whitespace corruptionDenis Kenzior1-2/+2
2010-08-25stkutil: change uint32_t to guint32Kristen Carlson Accardi1-1/+1
This helps avoid needing to include any extra header files if stkutil.h is included in sim.c
2010-07-26stkutil: convert img to xpmKristen Carlson Accardi1-0/+9
2010-07-13stkutil: display text attributes as htmlKristen Carlson Accardi1-0/+2
2010-07-02stkutil: Move scaddr field to gsm_smsAndrzej Zaborowski1-1/+0
2010-06-23stkutil: Refactor command parser error handlingAndrzej Zaborowski1-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.
2010-06-18stkutil: Add More Time terminal response builderAndrzej Zaborowski1-0/+1
2010-06-18stk: Add parser for timing advance objectsYang Gu1-12/+18
2010-06-18stk: Add parser for send ussd commandsYang Gu1-0/+9
2010-06-16stkutil: Merge two versions of bcch_channel_listDenis Kenzior1-5/+3
2010-06-16stk: Add parser for UTRAN meas qualifier objectsYang Gu1-0/+1
2010-06-16stk: Add parser for PDP activation param objectsYang Gu1-0/+6
2010-06-16stk: Add parser for bcch channel list objectsYang Gu1-0/+10
2010-06-16stk: Add parser for cell broadcast page objectsYang Gu1-0/+6
2010-06-16Add several proactive command parsersYang Gu1-0/+93
2010-06-16stk: Add parser for send ss commandsYang Gu1-0/+15
2010-06-15stkutil: Minor style cleanups in stkutilDenis Kenzior1-106/+111
2010-06-15stkutil: Add Terminal Applications envelope builderAndrzej Zaborowski1-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.
2010-06-15stkutil: Add MMS Notification DL envelope builderAndrzej Zaborowski1-0/+6
2010-06-15stkutil: Add MMS Transfer Status envelope builderAndrzej Zaborowski1-0/+11
2010-06-15stkutil: Add the USSD Download envelope builderAndrzej Zaborowski1-0/+5
2010-06-15stkutil: Add the Timer Expiration envelope builderAndrzej Zaborowski1-0/+6
2010-06-15stkutil: Add the Event Download envelope builderAndrzej Zaborowski1-0/+187
2010-06-15stkutil: Refactor struct stk_frames_infoAndrzej Zaborowski1-1/+3
2010-06-15stkutil: Refactor struct stk_other_addressAndrzej Zaborowski1-2/+3
2010-06-15stkutil: Add the Call Control envelope builderAndrzej Zaborowski1-0/+47
2010-06-09stkutil: Add MO SMS Control envelope builderAndrzej Zaborowski1-0/+7
2010-06-09stkutil: Add the Menu Selection envelope builderAndrzej Zaborowski1-0/+6
2010-06-09stkutil: Add CBS-PP Data Download envelope builderAndrzej Zaborowski1-0/+5
2010-06-09stkutil: Add SMS-PP Data Download envelope builderAndrzej Zaborowski1-0/+17
2010-06-09stkutil: Use static buf in stk_pdu_from_responseAndrzej Zaborowski1-3/+2
2010-05-28stkutil: Add Launch Browser response builderAndrzej Zaborowski1-0/+1
2010-05-28stkutil: Add Language Notification response builderAndrzej Zaborowski1-0/+1
2010-05-28stkutil: Add Send DTMF response builder supportAndrzej Zaborowski1-0/+1
2010-05-28stkutil: Add the Run AT Command response builderAndrzej Zaborowski1-0/+5
2010-05-28stkutil: Add Set Up Idle Mode Text response builderAndrzej Zaborowski1-0/+1
2010-05-28stkutil: Add the Timer Management response builderAndrzej Zaborowski1-0/+7
2010-05-28stkutil: Add Set Up Event List response builderAndrzej Zaborowski1-0/+1