summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-11-02smsutil: Remove traces of ref_offset variableDenis Kenzior1-6/+2
2010-11-02sms: Fix unused variable warningDenis Kenzior1-1/+0
2010-11-02ofono.conf: Punch hole for SmartMessagingAgentDenis Kenzior1-0/+1
2010-11-02smsutil: Add sms_datagram_prepareDenis Kenzior2-0/+136
2010-11-02sms: Update to the new smsutil apiDenis Kenzior1-29/+3
2010-11-02smsutil: Get rid of ref_offset in sms_text_prepareDenis Kenzior2-13/+5
The reason for this parameter has ceased to exist quite a while ago. Namely when the API allowed multiple SMS recipients. We prepared a single set of segments and then reset the to address and reference. We no longer allow multiple recipients and none of this is now needed.
2010-11-02sms: Don't crash when encoding failsDenis Kenzior1-1/+5
2010-11-02smsutil: Additional sanity checks for decode_sctsDenis Kenzior1-0/+21
2010-11-02ofono.conf: Punch hole for PushNotificationAgentDenis Kenzior1-0/+1
2010-11-02sms: Minor style fixDenis Kenzior1-3/+3
2010-11-02sms: Left shift 8-bit ports by 16Denis Kenzior1-2/+2
These are less commonly used so make them not interfere with 16 bit ports
2010-11-02smsagent: Add smsagent implementationDenis Kenzior2-0/+368
Based on the patches by Aki Niemi
2010-11-01main: add capabilities for phonetMika Liljeberg1-1/+2
Phonet sockets require CAP_SYS_ADMIN and SO_BINDTODEVICE socket option requires CAP_NET_RAW.
2010-10-28stk: Handle Send SS in handled_notifyDenis Kenzior1-0/+5
2010-10-27radio-settings: Don't check for cachedDenis Kenzior1-2/+1
Checking for this flag does not have the desired effect, or rather it has other side-effects (e.g. setting the property twice before GetProperties). oFono discourages spurious signal emission.
2010-10-27radio-settings: Add extra newlinesDenis Kenzior1-0/+11
To be compliant with the coding style
2010-10-27radio settings: add FastDormancy propertyMika Liljeberg1-6/+108
2010-10-28Fix string array memory leaks during plugin loadingJohan Hedberg1-0/+3
2010-10-27gprs-context: Replace TYPE_INVALID with TYPE_ANYDenis Kenzior1-26/+27
2010-10-27stk: Remove ofono_stk_terminal_response_sent_notifyDenis Kenzior1-7/+11
Not needed for now. We can always put this back in later if need be.
2010-10-27stk: Handle more commands in handled_notifyAndrzej Zaborowski1-0/+27
2010-10-27gprs: Use common function for default name of default Internet contextMarcel Holtmann1-1/+7
2010-10-27gprs-context: add IMS connection typePekka Pessi1-0/+6
2010-10-27gprs: Add host route to the configured MMS proxyMarcel Holtmann1-2/+109
2010-10-27gprs: Set IP address for GPRS contexts of type MMSMarcel Holtmann1-0/+49
2010-10-27gprs: Add support for exposing proxy information for MMS contextMarcel Holtmann1-3/+20
2010-10-27gprs: Add support for selecting GPRS context drivers based on typesMarcel Holtmann1-4/+14
2010-10-27main: Enable active capability droppingMarcel Holtmann1-0/+4
2010-10-27gprs: Add flag to track usage of GPRS context driversMarcel Holtmann1-2/+10
2010-10-27gprs: Extract GPRS context assignment into separate functionMarcel Holtmann1-12/+21
2010-10-27gprs: Add support for setting GPRS context typeMarcel Holtmann1-2/+11
2010-10-27gprs: Make GPRS context type a public enumMarcel Holtmann1-34/+31
2010-10-27gprs: Load stored MMS Proxy and MMSC settingsMarcel Holtmann1-12/+30
2010-10-26gprs: Use better default name for context creationMarcel Holtmann1-1/+20
2010-10-26gprs: Add support for storing MMS Proxy and MMSC settingsMarcel Holtmann1-0/+91
2010-10-26gprs: Assign GPRS atom to GPRS context atomMarcel Holtmann1-0/+5
If the GPRS atom is not assigned to the GPRS context atom, then possible network triggered activation crashes.
2010-10-25stk: Default to general beep if no tone is providedDenis Kenzior1-1/+1
According to section 6.6.5 of 102.223
2010-10-25stk: Handle the Play Tone proactive command.Andrzej Zaborowski1-0/+131
2010-10-25stk: Add duration_to_msecs to reduce duplication.Andrzej Zaborowski1-35/+26
2010-10-25voicecall: Limit tone string length per request.Andrzej Zaborowski1-7/+10
Also change to avoid memcpying into a buffer.
2010-10-25gprs: Return busy if ops are potentially collidingDenis Kenzior1-0/+19
2010-10-25gprs: Implement DeactivateAll()Denis Kenzior1-1/+59
2010-10-25manager: Don't show modems which are not registeredDenis Kenzior1-0/+3
2010-10-25modem: Add ofono_modem_is_registeredDenis Kenzior1-0/+11
2010-10-25gprs: Support multiple active contextsDenis Kenzior1-41/+42
2010-10-25sim: Fix minor style issueDenis Kenzior1-0/+1
2010-10-25sim: add barred dialing supportJeevaka Badrappan1-8/+79
2010-10-25simutil: add Efbdn fileid to sim_fileid enumJeevaka Badrappan1-0/+1
2010-10-24gprs: Handle failure of GPRS context atom driversMarcel Holtmann1-1/+2
The GRPS context atom drivers can return an error from their probe callbacks. In that case gc->driver is NULL and will cause a crash when trying to activate a context. So check that there is actually a driver attached to that GPRS context.
2010-10-24simfs: Fix issue with sim_fs_op_errorJeevaka Badrappan1-1/+4