Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-12-07 | smsutil: Minor style fix | Denis Kenzior | 1 | -1/+2 | |
2010-12-03 | voicecall: fix dial result handling | Pekka Pessi | 1 | -3/+16 | |
The existing call will be automatically put on hold if there is an existing active call when dialing. On some modems the dial request returns only after the dialed call is active and the existing call has been put on hold. However, on isimodem driver the dial request returns immediately before the existing call has changed its status. With isimodem driver the dial_handle_result() selected the existing call from the list when it should have created a new one. The dial result handling now guards againt returning a previously dialed active call as result. | |||||
2010-12-03 | network: Send strength as a byte, not uint16 | Denis Kenzior | 1 | -4/+5 | |
To be consistent with the documentation | |||||
2010-12-02 | smsutil: Fix issue in mwi dcs decoding | Jeevaka Badrappan | 1 | -1/+6 | |
2010-12-02 | gprs: Fix for gprs context conversion | Antti Paila | 1 | -1/+1 | |
2010-12-02 | smsutil: Fix uninitialized optional elements | Denis Kenzior | 1 | -2/+2 | |
sms_decode was never memsetting the returned structure, so if any optional elements were present in the SMS (e.g. status report) then the structure was not completely initialized. | |||||
2010-12-02 | sms: Use the right union member for DCS check | Denis Kenzior | 1 | -1/+1 | |