summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-11-05sim: Check both EFust and EFest for FDN & BDNDenis Kenzior1-4/+9
We were checking EFest only for whether BDN and FDN were enabled. According to 31.102 Section 5.3.2 we should be checking both EFust (availability of the service) and EFest (whether it is enabled)
2010-11-05sim: Don't read EFest if the file is not availableDenis Kenzior1-4/+12
2010-11-05sim: use mask for check of sim file statusGuillaume Lucas1-2/+2
It is the first bit of the sim file status who indicates if a file is valid or not. So a mask must be used to check this.
2010-11-04smsutil: Use entire range of ref / port addressesDenis Kenzior1-12/+12
2010-11-04sms: Call the txq_submit queued callbackDenis Kenzior1-0/+3
2010-11-04sms: Separate history from dbus flags in txq_submitDenis Kenzior2-11/+19
2010-11-04sms: Refactor __ofono_sms_txq_submitDenis Kenzior3-64/+93
2010-11-04sms: Add __ofono_sms_message_path_from_uuidDenis Kenzior2-10/+13
2010-11-04sms: add __ofono_sms_get_next_refDenis Kenzior2-0/+7
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