summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-01-10sim: query remaining pin retriesLucas De Marchi1-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-10gprs: Fixing mem leakLasse.Kunnasluoto@tieto.com1-1/+3
2011-01-06stk: Remove unwanted error checkJeevaka Badrappan1-5/+0
Possible return values of __ofono_voicecall_tone_send are -ENOSYS, -ENOENT, -ENOMEM and -EINVAL.
2011-01-05network: Ignore signal strength notifications if not registeredMarcel Holtmann1-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-05network: query signal strengthMarit Henriksen1-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-05dbus: fix appending on dict for types other than stringLucas De Marchi1-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-05stkutil: Minor style fixDenis Kenzior1-1/+2
2011-01-05stkutil: add missing text and icon checkJeevaka Badrappan1-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-05stkutil: Allocate for empty string in text dataobjJeevaka Badrappan1-1/+1
2010-12-30call-settings: rename CalledLine* propertiesLucas De Marchi1-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-30call-settings: fix getting CNAP propertyLucas De Marchi1-1/+1
2010-12-30stkutil: Add missing call to va_end in parserDenis Kenzior1-0/+2
2010-12-27stk: Remove unneeded assignmentDenis Kenzior1-3/+1
2010-12-27stk: fix issue in set up menu handlingJeevaka Badrappan1-13/+15
2010-12-24sms: Add debug for SMS source and destination portsMarcel Holtmann1-0/+2
2010-12-23Revert "stkagent: Remove unneeded goto"Denis Kenzior1-0/+2
This reverts commit 46e3dbe759fb3fb693b7413a707c4fd7f69c3c92.
2010-12-23stkagent: Remove unneeded gotoDenis Kenzior1-2/+0
2010-12-23stk: Send the AlphaId's to agentAndrzej Zaborowski3-2/+59
Terminate session if return signature doesn't match but allow agent to return from the call if it does match.
2010-12-22modem: Fix a typoDenis Kenzior1-1/+2
The modem should be offline not online
2010-12-22cdma-voicecall: Minor style fixesDenis Kenzior2-23/+16
2010-12-22cdma-voicecall: Add CDMA MO Call SupportDara Spieker-Doyle4-0/+480
2010-12-22modem: Implement some race-condition avoidanceDenis Kenzior1-4/+39
2010-12-22modem: add Lockdown property to Modem interfaceGustavo F. Padovan1-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-21sim: Set sane number len in empty EFmsisdn recordsAndrzej Zaborowski1-0/+2
Valid number length range is 1 - 11 bytes, other values, such as 0xff, could potentially crash external parsers.
2010-12-17modem: restore state when resetting the modemGustavo F. Padovan1-24/+36
2010-12-17call-forwarding: Properly signal changesDenis Kenzior1-0/+23
For the ForwardingFlagOnSim property
2010-12-17call-forwarding: Get rid of status_on_sim variableDenis Kenzior1-5/+12
2010-12-17call-forwarding: Simplify sim_set_cf_indicatorDenis Kenzior1-13/+21
2010-12-17call-forwarding: More style fixesDenis Kenzior1-6/+6
2010-12-17call-forwarding: Use a flag instead of a booleanDenis Kenzior1-4/+3
For storing the presence of CPHS CFF file
2010-12-17call-forwarding: Get rid of cfis_indicatorDenis Kenzior1-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-17simutil: Remove inaccurate commentDenis Kenzior1-2/+0
2010-12-17call-forwarding: Minor style fixesDenis Kenzior1-10/+7
2010-12-17call-forwarding: Get rid of unneeded variableDenis Kenzior1-2/+1
2010-12-17call-forwarding: Read/Write cfis/cphs-cffJeevaka Badrappan1-2/+241
2010-12-17voicecall: Minor style nitpickDenis Kenzior1-2/+2
2010-12-17voicecall: Add emergency propertyJohn Mathew1-0/+37
2010-12-16call-settings: add CNAP supportGustavo F. Padovan1-9/+93
2010-12-16call-settings: fix coding styleGustavo F. Padovan1-10/+10
2010-12-16voicecall: Use cnap validity in get_propertiesDenis Kenzior1-5/+2
2010-12-16voicecall: Use clip_validity in get_propertiesDenis Kenzior1-1/+6
2010-12-16voicecall: Minor style fixesDenis Kenzior1-6/+5
2010-12-16voicecall: add support for CNAPGustavo F. Padovan1-0/+53
Enable oFono to get a info about the Calling Name.
2010-12-16common: add CNAP definesGustavo F. Padovan1-0/+7
2010-12-12simfs: Add unknown sim phase checkJeevaka Badrappan1-1/+8
2010-12-12sim: fix minor issue in ofono_sim_get_phaseJeevaka Badrappan1-1/+1
2010-12-10stkutil: Allow empty strings in for Text dataobjDenis Kenzior1-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-10stk: fix issue to avoid null pointer for alpha_idGuillaume Lucas1-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-10stk: No need to check for null textDenis Kenzior1-13/+8
For Set up idle mode text
2010-12-10stkutil: fix crash cause by null text stringGuillaume Lucas1-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.