Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-10 | Add parser for result objects | Yang Gu | 2 | -0/+41 | |
2010-03-10 | Add parser for item identifier objects | Yang Gu | 1 | -0/+22 | |
2010-03-10 | Add parser for item objects | Yang Gu | 2 | -0/+31 | |
2010-03-10 | Add parser for capability configuration parameters objects | Yang Gu | 2 | -1/+33 | |
2010-03-10 | Add parser for subaddress objects | Yang Gu | 2 | -0/+32 | |
2010-03-10 | Add parser for alpha identifier objects | Yang Gu | 1 | -0/+24 | |
2010-03-10 | Add parser for address objects | Yang Gu | 2 | -0/+35 | |
2010-03-02 | Fix: warning | Denis Kenzior | 1 | -1/+0 | |
src/stkutil.c: In function ‘parse_dataobj_imm_resp’: src/stkutil.c:191: error: unused variable ‘data’ | |||||
2010-03-01 | stk: Validate src/dst combination | Denis Kenzior | 1 | -0/+18 | |
2010-03-01 | Add support for Get Input proactive command | Denis Kenzior | 2 | -0/+50 | |
2010-03-01 | Support Default Text data objects | Denis Kenzior | 1 | -3/+11 | |
2010-03-01 | Add parser for Response Length objects | Denis Kenzior | 2 | -0/+33 | |
2010-03-01 | Cleanup: Move some stuff around to be more logical | Denis Kenzior | 1 | -13/+14 | |
2010-03-01 | Add support for GET INKEY proactive command | Denis Kenzior | 2 | -7/+48 | |
2010-03-01 | Add parser for Frame Identifier object | Denis Kenzior | 1 | -0/+30 | |
2010-03-01 | Add parser for text attribute objects | Denis Kenzior | 1 | -0/+29 | |
2010-03-01 | Add parser for Duration objects | Denis Kenzior | 1 | -0/+31 | |
2010-03-01 | Style: add relevant sections for dataobj parsers | Denis Kenzior | 1 | -0/+3 | |
2010-03-01 | Add parser for STK Immediate Response objects | Denis Kenzior | 1 | -0/+22 | |
2010-03-01 | Add parsing for Icon Identifier objects | Denis Kenzior | 2 | -2/+27 | |
2010-02-27 | Use stk_envelope_type constant name in sim.c | Andrzej Zaborowski | 1 | -1/+2 | |
2010-02-27 | Fix: Enter RESPONSE_SENT state in ussd response cb | Andrzej Zaborowski | 1 | -1/+1 | |
2010-02-27 | stk: Refactor proactive command parser | Denis Kenzior | 2 | -8/+96 | |
Make it a bit easier to extend by using va_args | |||||
2010-02-27 | stk: Add text attribute structure | Denis Kenzior | 1 | -0/+12 | |
2010-02-27 | stk: Add Duration structure | Denis Kenzior | 1 | -0/+10 | |
2010-02-27 | stk: Add icon identifier structure | Denis Kenzior | 1 | -2/+10 | |
2010-02-27 | Add duration type enum | Denis Kenzior | 1 | -0/+6 | |
2010-02-23 | Add basic support for USAT/CAT proactive commands | Denis Kenzior | 2 | -1/+195 | |
Only display_text with mandatory fields is currently supported. | |||||
2010-02-23 | Add COMPREHENSION TLV iterator utilities | Denis Kenzior | 2 | -0/+138 | |
2010-02-23 | Add Simple TLV iterator utilities | Denis Kenzior | 2 | -0/+105 | |
2010-02-23 | Fix: EFspdi parsing | Denis Kenzior | 1 | -3/+11 | |
EFspdi is a nested BER-TLV structure. The outside BER-TLV has the tag A3, and the inside contains the PLMN list TLV with tag 0x80. | |||||
2010-02-23 | Rewrite ber_tlv_find_tag to use ber_tlv iterator | Denis Kenzior | 1 | -30/+9 | |
2010-02-23 | Move from header to implementation | Denis Kenzior | 2 | -2/+2 | |
2010-02-23 | Add BER-TLV iterator utilities | Denis Kenzior | 2 | -0/+198 | |
2010-02-18 | Add STK device identity enum | Denis Kenzior | 1 | -0/+9 | |
2010-02-18 | Add enumeration for STK Comprehension TLV objects | Denis Kenzior | 1 | -0/+97 | |
2010-02-17 | Add Sim Toolkit Envelope type enum | Denis Kenzior | 1 | -0/+15 | |
2010-02-17 | Add Sim Toolkit Proactive Command enum | Denis Kenzior | 1 | -0/+44 | |
2010-02-17 | Add stubs files for Sim Toolkit Utilities | Denis Kenzior | 2 | -0/+53 | |
2010-02-16 | Refactor: ussd user response | Denis Kenzior | 1 | -14/+7 | |
When the user sends a response, the network can still continue the dialog, it is not a final response and we cannot transition to an idle state when the command finishes. Instead we set it back to a special state and treat subsequent network responses as unsolicited. | |||||
2010-02-16 | Cleanup: Minor API tweaks for USSD | Denis Kenzior | 1 | -3/+3 | |
2010-02-16 | Handle network-initiated ussd requests. | Andrzej Zaborowski | 1 | -10/+152 | |
This adds the methods on the D-bus interface to allow the client to handle USSD requests from the network, according to 22.090. Unfortunately this document is not clear on every point and some details can't be implemented. This includes reporting unsupported request to the network, unsupported language, ME busy etc, because there isn't an AT command for that. | |||||
2010-02-15 | Fix: Use g_dbus_emit_signal in call-barring,meter | Andrzej Zaborowski | 2 | -21/+4 | |
2010-02-15 | Cleanup: Get rid of USSD_FLAG_PENDING | Denis Kenzior | 1 | -24/+10 | |
2010-02-12 | Fix: Trivial mistake | Denis Kenzior | 1 | -3/+0 | |
2010-02-12 | Add support for modem names | Denis Kenzior | 1 | -0/+25 | |
2010-02-10 | Fix: plugin version mismatch warning | Inaky Perez-Gonzalez | 1 | -1/+2 | |
When complaining about plugin version mismatch, print the version information | |||||
2010-02-10 | Clean: no error path needed | Inaky Perez-Gonzalez | 2 | -4/+10 | |
Remove unneeded error path and document the rationale behind it in __ofono_modem_get_list() and manager_get_properties(). | |||||
2010-02-10 | Style: if statement | Denis Kenzior | 1 | -2/+3 | |
2010-02-09 | Enable USSD_STATE_USER_ACTION | Aki Niemi | 1 | -5/+13 | |
If the network requests user action in the response to an MO USSD, we cannot immediately return to USSD_STATE_USER_IDLE. Instead, USSD_STATE_USER_ACTION is entered. Note that it is left up to the driver to notify() when the USSD transaction is closed by the network due to inactivity. Another way to return to USSD_STATE_IDLE is for the user to cancel() the transaction. |