Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-10 | sim: query remaining pin retries | Lucas De Marchi | 1 | -0/+90 | |
Check the remaining pin retries after each operation that might have changed it, i.e. locking, unlocking, reseting or changing pin. | |||||
2011-01-10 | gprs: Fixing mem leak | Lasse.Kunnasluoto@tieto.com | 1 | -1/+3 | |
2011-01-06 | stk: Remove unwanted error check | Jeevaka Badrappan | 1 | -5/+0 | |
Possible return values of __ofono_voicecall_tone_send are -ENOSYS, -ENOENT, -ENOMEM and -EINVAL. | |||||
2011-01-05 | network: Ignore signal strength notifications if not registered | Marcel Holtmann | 1 | -0/+8 | |
With the fix to query the signal strength when the registration status changes it should be now fine again to just ignore notifications about signal strength changes when not registered. So put this extra check and comment back into signal strenth notification function. | |||||
2011-01-05 | network: query signal strength | Marit Henriksen | 1 | -12/+17 | |
Signal strength is set to -1 whenever registration status changes and differs from registered or roaming. When registration status changes again to registered or roaming, the signal strength needs to be updated, added query towards driver to get it. | |||||
2011-01-05 | dbus: fix appending on dict for types other than string | Lucas De Marchi | 1 | -2/+18 | |
According to dbus documentation, dbus_message_iter_append_basic() expects a "const char**" if type is string and a simple pointer for other types. Since we a iterating an array, the value passed is already a pointer. | |||||
2011-01-05 | stkutil: Minor style fix | Denis Kenzior | 1 | -1/+2 | |
2011-01-05 | stkutil: add missing text and icon check | Jeevaka Badrappan | 1 | -15/+105 | |
As per the ETSI TS 102 223 section 6.5.4, If the terminal receives an icon, and either an empty or no alpha identifier/text string is given by the UICC, than the terminal shall reject the command with general result "Command data not understood by terminal". | |||||
2011-01-05 | stkutil: Allocate for empty string in text dataobj | Jeevaka Badrappan | 1 | -1/+1 | |
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. |