Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-13 | stkutil: display text attributes as html | Kristen Carlson Accardi | 2 | -0/+227 | |
2010-07-13 | Use specific vendor for phonesim stk | Yang Gu | 1 | -1/+1 | |
2010-07-13 | atmodem: phonesim proactive command notification | Yang Gu | 1 | -0/+24 | |
2010-07-13 | atmodem: Make fetch command function as external | Yang Gu | 4 | -53/+76 | |
2010-07-13 | test-sms: Update with a real EMS test | Denis Kenzior | 1 | -45/+173 | |
2010-07-09 | Interpret "" Alpha Id as empty data object | Yang Gu | 2 | -5/+17 | |
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-09 | ppp: Add MAX_IPCP_FAILURE to avoid timeout quickly | Zhenhua Zhang | 4 | -5/+17 | |
We use IPCP NAK response to stall the progress of acquiring the client IP address from DHCP server. So we need to increase the max failure of NAKs in IPCP handshaking. | |||||
2010-07-08 | stk: Simplify poll interval logic | Denis Kenzior | 1 | -6/+4 | |
2010-07-08 | stk: Be more paranoid of enums from stk | Denis Kenzior | 1 | -0/+3 | |
2010-07-08 | stk: Handle the Poll Interval proactive command | Andrzej Zaborowski | 1 | -0/+45 | |
2010-07-08 | style: Use more understandable syntax | Denis Kenzior | 1 | -2/+3 | |
2010-07-08 | style: No initialization needed here | Denis Kenzior | 1 | -1/+1 | |
2010-07-08 | stk: Get rid of gratuitous goto abuse | Denis Kenzior | 1 | -5/+2 | |
2010-07-08 | style: Prefer initialized variables on top | Denis Kenzior | 1 | -1/+1 | |
2010-07-08 | sms: Refactor ofono_sms_submit introduced by stk | Denis Kenzior | 3 | -96/+108 | |
Simplify the logic and get rid of duplicated code | |||||
2010-07-08 | sms: Tweak the logic to be more readable | Denis Kenzior | 1 | -1/+1 | |
2010-07-08 | stk: Don't submit all pending envelopes at once | Denis Kenzior | 1 | -2/+2 | |
2010-07-08 | stk: Fix copy / paste error | Denis Kenzior | 1 | -2/+0 | |
2010-07-08 | stk: Get rid of bin to hex converter | Denis Kenzior | 1 | -16/+3 | |
That much code for a debug message is pretty silly. Perhaps an ofono_debug_hexdump function is in order. | |||||
2010-07-08 | stk: cancelled variable is not used | Denis Kenzior | 1 | -5/+0 | |
2010-07-08 | stk: Handle the Timer Management proactive command | Andrzej Zaborowski | 1 | -0/+165 | |
2010-07-08 | stk: Handle the Set Up Idle Text proactive command | Andrzej Zaborowski | 1 | -0/+98 | |
This adds a SimToolkit dbus interface with just one property (IdleModeText). | |||||
2010-07-08 | stk: Handle the Send SMS proactive command. | Andrzej Zaborowski | 1 | -0/+104 | |
2010-07-08 | Add __ofono_sms_submit for other atoms to submit SMs. | Andrzej Zaborowski | 2 | -1/+45 | |
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-08 | Add Dbus interface names for STK. | Andrzej Zaborowski | 1 | -0/+2 | |
2010-07-08 | stk: Handle ENVELOPEs in a queue, retry on sim busy. | Andrzej Zaborowski | 1 | -14/+77 | |
Some envelope types need to be retried when sim reports busy status. Then envelopes such as Event Download need to be returned in the order of the event occurences, so need to be handled in a queue. | |||||
2010-07-08 | atmodem: Make sim operations return sim error codes. | Andrzej Zaborowski | 2 | -15/+37 | |
2010-07-08 | Add OFONO_ERROR_TYPE_SIM for negative SIM statuses | Andrzej Zaborowski | 1 | -0/+1 | |
Expected value of the .error field is status word 1 and status word 2 in bits 8:15 and 0:7 of the field. | |||||
2010-07-08 | stk: Handle MoreTime command as a no-op | Andrzej Zaborowski | 1 | -0/+13 | |
2010-07-08 | mbmmodem: End session on *STKEND. | Andrzej Zaborowski | 1 | -0/+3 | |
2010-07-08 | stk: Utilities for proactive command/envelope handling. | Andrzej Zaborowski | 2 | -18/+157 | |
2010-07-08 | smsutil: Fix valgrind complaint | Denis Kenzior | 1 | -3/+3 | |
SMS cannot be split over GSM extension chars, however on the last segment this code was causing us to overflow the buffer and resulted in valgrind complaining. | |||||
2010-07-08 | test-sms: Fix a memory leak | Denis Kenzior | 1 | -0/+1 | |
2010-07-08 | TODO: Add CDIP support task | Denis Kenzior | 1 | -0/+6 | |
2010-07-07 | Release 0.24 | Marcel Holtmann | 2 | -1/+13 | |
2010-07-07 | TODO: Voicecall gaps | Pekka Pessi | 1 | -0/+27 | |
2010-07-07 | doc: clarify VoiceCallManager SendTones method | Pekka Pessi | 1 | -4/+4 | |
2010-07-07 | gatppp: Unset disconnect function when unref PPP | Zhenhua Zhang | 1 | -0/+3 | |
Unset IO disconnect function when we try to destroy GAtPPP instance. After freeing the instance, the IO disconnect function should not be invoked. | |||||
2010-07-07 | gatserver: Restore GAtServer disconnect handling | Zhenhua Zhang | 1 | -0/+2 | |
Restore GAtServer disconnect handling when resuming a server session | |||||
2010-07-06 | test-server: Refactor set_raw_mode | Zhenhua Zhang | 1 | -5/+5 | |
Rename variable 'options' to 'ti' and use sizeof(ti). | |||||
2010-07-06 | gatserver: Don't free twice after user disconnect | Zhenhua Zhang | 1 | -3/+0 | |
It's possible to free gatserver in user disconnect function. So we should not free it again. | |||||
2010-07-06 | test-server: Use cfmakeraw to set TTY raw mode | Zhenhua Zhang | 1 | -5/+3 | |
Use cfmakeraw to disable echoing and special characters processing. If we don't turn off ICRNL, TTY layer translates \r\n to \n\n. | |||||
2010-07-06 | gatppp: Check ppp instance before unref it | Zhenhua Zhang | 1 | -0/+3 | |
2010-07-05 | Also add another rule for Pekka to .mailmap | Marcel Holtmann | 1 | -0/+1 | |
2010-07-05 | Update .mailmap rules | Marcel Holtmann | 1 | -1/+2 | |
2010-07-05 | Add .mailmap file to fix Luiz's name spelling in git shortlog | Marcel Holtmann | 1 | -0/+1 | |
2010-07-02 | documentation: add note about referencing standards | Inaky Perez-Gonzalez | 1 | -0/+8 | |
2010-07-02 | test-stkutil: Fix always true condition. | Andrzej Zaborowski | 1 | -47/+227 | |