Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-30 | call-settings: rename CalledLine* properties | Lucas De Marchi | 1 | -6/+6 | |
COLP and COLR are better named respectively as ConnectedLinePresentation and ConnectedLineRestriction as stated in 27.007 sections 7.8 and 7.31. CalledLine* name will be used in future for CDIP. | |||||
2010-12-30 | call-settings: fix getting CNAP property | Lucas De Marchi | 1 | -1/+1 | |
2010-12-30 | stkutil: Add missing call to va_end in parser | Denis Kenzior | 1 | -0/+2 | |
2010-12-27 | stk: Remove unneeded assignment | Denis Kenzior | 1 | -3/+1 | |
2010-12-27 | stk: fix issue in set up menu handling | Jeevaka Badrappan | 1 | -13/+15 | |
2010-12-24 | sms: Add debug for SMS source and destination ports | Marcel Holtmann | 1 | -0/+2 | |
2010-12-23 | Revert "stkagent: Remove unneeded goto" | Denis Kenzior | 1 | -0/+2 | |
This reverts commit 46e3dbe759fb3fb693b7413a707c4fd7f69c3c92. | |||||
2010-12-23 | stkagent: Remove unneeded goto | Denis Kenzior | 1 | -2/+0 | |
2010-12-23 | stk: Send the AlphaId's to agent | Andrzej Zaborowski | 3 | -2/+59 | |
Terminate session if return signature doesn't match but allow agent to return from the call if it does match. | |||||
2010-12-22 | modem: Fix a typo | Denis Kenzior | 1 | -1/+2 | |
The modem should be offline not online | |||||
2010-12-22 | cdma-voicecall: Minor style fixes | Denis Kenzior | 2 | -23/+16 | |
2010-12-22 | cdma-voicecall: Add CDMA MO Call Support | Dara Spieker-Doyle | 4 | -0/+480 | |
2010-12-22 | modem: Implement some race-condition avoidance | Denis Kenzior | 1 | -4/+39 | |
2010-12-22 | modem: add Lockdown property to Modem interface | Gustavo F. Padovan | 1 | -0/+135 | |
Setting Lockdown to TRUE means power down the modem and hold a lock that only permits the lock's owner power up the modem back. When released it restores the last state of the modem before holding the lock. | |||||
2010-12-21 | sim: Set sane number len in empty EFmsisdn records | Andrzej Zaborowski | 1 | -0/+2 | |
Valid number length range is 1 - 11 bytes, other values, such as 0xff, could potentially crash external parsers. | |||||
2010-12-17 | modem: restore state when resetting the modem | Gustavo F. Padovan | 1 | -24/+36 | |
2010-12-17 | call-forwarding: Properly signal changes | Denis Kenzior | 1 | -0/+23 | |
For the ForwardingFlagOnSim property | |||||
2010-12-17 | call-forwarding: Get rid of status_on_sim variable | Denis Kenzior | 1 | -5/+12 | |
2010-12-17 | call-forwarding: Simplify sim_set_cf_indicator | Denis Kenzior | 1 | -13/+21 | |
2010-12-17 | call-forwarding: More style fixes | Denis Kenzior | 1 | -6/+6 | |
2010-12-17 | call-forwarding: Use a flag instead of a boolean | Denis Kenzior | 1 | -4/+3 | |
For storing the presence of CPHS CFF file | |||||
2010-12-17 | call-forwarding: Get rid of cfis_indicator | Denis Kenzior | 1 | -9/+7 | |
There's no need to track this information, since if we pick a record with cfis_indicator for something besides Voice only, then when we set the record again, the number we set is no longer applicable to those services. | |||||
2010-12-17 | simutil: Remove inaccurate comment | Denis Kenzior | 1 | -2/+0 | |
2010-12-17 | call-forwarding: Minor style fixes | Denis Kenzior | 1 | -10/+7 | |
2010-12-17 | call-forwarding: Get rid of unneeded variable | Denis Kenzior | 1 | -2/+1 | |
2010-12-17 | call-forwarding: Read/Write cfis/cphs-cff | Jeevaka Badrappan | 1 | -2/+241 | |
2010-12-17 | voicecall: Minor style nitpick | Denis Kenzior | 1 | -2/+2 | |
2010-12-17 | voicecall: Add emergency property | John Mathew | 1 | -0/+37 | |
2010-12-16 | call-settings: add CNAP support | Gustavo F. Padovan | 1 | -9/+93 | |
2010-12-16 | call-settings: fix coding style | Gustavo F. Padovan | 1 | -10/+10 | |
2010-12-16 | voicecall: Use cnap validity in get_properties | Denis Kenzior | 1 | -5/+2 | |
2010-12-16 | voicecall: Use clip_validity in get_properties | Denis Kenzior | 1 | -1/+6 | |
2010-12-16 | voicecall: Minor style fixes | Denis Kenzior | 1 | -6/+5 | |
2010-12-16 | voicecall: add support for CNAP | Gustavo F. Padovan | 1 | -0/+53 | |
Enable oFono to get a info about the Calling Name. | |||||
2010-12-16 | common: add CNAP defines | Gustavo F. Padovan | 1 | -0/+7 | |
2010-12-12 | simfs: Add unknown sim phase check | Jeevaka Badrappan | 1 | -1/+8 | |
2010-12-12 | sim: fix minor issue in ofono_sim_get_phase | Jeevaka Badrappan | 1 | -1/+1 | |
2010-12-10 | stkutil: Allow empty strings in for Text dataobj | Denis Kenzior | 1 | -4/+0 | |
Explicitly allow length = 1 (DCS) followed by zero characters. This seems to be explicitly allowed by the test specification (namely Get Input 1.9.1A) | |||||
2010-12-10 | stk: fix issue to avoid null pointer for alpha_id | Guillaume Lucas | 1 | -7/+6 | |
If a SET UP CALL proactive command with no alpha identifier occurs, the alpha_id pointer will be set to NULL. This will generate a crash in the stkagent with dbus function. To avoid this we use an empty string if the alpha identifier is not present in the command. | |||||
2010-12-10 | stk: No need to check for null text | Denis Kenzior | 1 | -13/+8 | |
For Set up idle mode text | |||||
2010-12-10 | stkutil: fix crash cause by null text string | Guillaume Lucas | 1 | -2/+4 | |
According to 3GPP TS 31.124 a zero length for the text string should be allowed. An empty string must be returned to the user in this case. | |||||
2010-12-08 | radio-settings: Minor style fixes for rule M13 | Denis Kenzior | 1 | -3/+3 | |
2010-12-08 | radio-settings: Minor style issues | Denis Kenzior | 1 | -4/+2 | |
2010-12-08 | radio-settings: add frequency band selection props | Lucas De Marchi | 1 | -2/+248 | |
2010-12-08 | simutil: fixup style according to M11 | Denis Kenzior | 1 | -158/+158 | |
2010-12-08 | stk: Handle provide local info proactive command | Yang Gu | 1 | -0/+77 | |
2010-12-08 | smsutil: Make timezone an optional field | Yang Gu | 3 | -12/+13 | |
2010-12-07 | smsutil: Change the range of time zone | Yang Gu | 1 | -2/+9 | |
2010-12-07 | Add ofono_modem_reset() | Gustavo F. Padovan | 1 | -0/+20 | |
Some modems can screw up everything and then we will need to do a silent reset of the modem. This patch take the modem back to the OFFLINE state. | |||||
2010-12-07 | modem: only unref pending if it is a powered pending | Gustavo F. Padovan | 1 | -1/+2 | |