summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-11-26network: Use bit as size instead of byteYang Gu1-2/+2
2010-11-26core: Remove stray newlines in messages sent to logRémi Denis-Courmont3-4/+4
2010-11-26call-volume: Fix dbus error message typeJeevaka Badrappan1-3/+3
2010-11-26ctm: fix minor style issuesDenis Kenzior1-6/+4
2010-11-26ctm: Add initial CTM atom implementationLucas De Marchi2-0/+336
2010-11-25stkutil: Minor style fixesDenis Kenzior1-2/+2
2010-11-25stkutil: Use sms_dcs_decode in decode_textGuillaume Lucas1-4/+8
This is a much more pedantic version that can be used to retrieve the text character set.
2010-11-25stk: use bigger timeout in DisplayTextAndrzej Zaborowski1-0/+3
When the wait for user confirmation bit is set.
2010-11-24call-forwarding: skip property change data and faxJeevaka Badrappan1-0/+7
2010-11-24text-telephony: add new interface to feature mapLucas De Marchi1-0/+1
2010-11-23common: remove redundant predicateRémi Denis-Courmont1-1/+1
If the first character is a plus sign, then it is not a nul, then the string length is true anyway.
2010-11-23dbus: Add __ofono_error_access_deniedGustavo F. Padovan2-0/+7
2010-11-23stk: Minor style fixDenis Kenzior1-1/+1
2010-11-23stk: Handle null Text fieldAndrzej Zaborowski1-0/+3
Add a NULL check in dbus_apply_text_attributes because in some places (like DisplayText handler) we call it without checking and we just check the return value once.
2010-11-22call-settings: Fix style issuesDenis Kenzior1-3/+9
2010-11-22call-settings: fix CLIR Invocation and SuppressionDenis Kenzior1-2/+2
According to 22.030 the *31# version is used to suppress CLIR and #31# version is used to invoke CLIR.
2010-11-22modem: Don't notify online watches the first timeDenis Kenzior1-2/+2
We should not notify the online watches when we enter the OFFLINE state for the first time. We should only do so when we go from ONLINE state into the OFFLINE state.
2010-11-22modem: Miscellaneous style fixesDenis Kenzior2-9/+11
2010-11-22modem: add modem online-offline watchAndras Domokos2-0/+54
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan20-56/+56
2010-11-22simutil: coding style fixes - rule M6Jeevaka Badrappan1-1/+1
2010-11-22simfs: coding style fixes - rule M6Jeevaka Badrappan1-1/+1
2010-11-22stkutil: coding style fixes - rule M6Jeevaka Badrappan1-10/+10
2010-11-22smsutil: coding style fixes - rule M6Jeevaka Badrappan1-19/+19
2010-11-22util: coding style fixes - rule M6Jeevaka Badrappan1-3/+3
2010-11-19modem: Fix small coding style issueMarcel Holtmann1-1/+1
2010-11-17util: Remove extra tabJeevaka Badrappan1-1/+1
2010-11-17modem: Fix up doc typoDenis Kenzior1-2/+1
2010-11-15Simplify ofono_modem_set_powered() logicGustavo F. Padovan1-22/+25
2010-11-10sms: Fix up comment style and wordingDenis Kenzior1-3/+6
2010-11-10cbs: Minor style fixesDenis Kenzior1-2/+3
2010-11-10cbs: CBS-PP download must be enabled in sst / estAndrzej Zaborowski1-0/+13
2010-11-10sms: SMS-PP download must be enabled in sst / estAndrzej Zaborowski1-0/+13
2010-11-10sim: Add sim_service_available()Andrzej Zaborowski2-0/+20
This is meant to query EFsst or EFust. The function is not public api because the service constants are in src/simutil.h.
2010-11-08sms: Handle "USIM Download" SMS type.Andrzej Zaborowski1-5/+16
2010-11-08stk: API for SMS Point-to-Point download to UICCAndrzej Zaborowski2-0/+47
The callback returns the TP-User-Data element content of the RP-ACK or RP-ERROR message, returned by the UICC.
2010-11-08gprs: NULL-safe ofono_gprs_context_remove()Pekka Pessi1-0/+3
Check for NULL in one place.
2010-11-08dbus: Use OFONO_ERROR_INTERFACE defineGustavo F. Padovan1-16/+16
Instead of the legacy DBUS_GSM_ERROR_INTERFACE. The new name is more generic, which make more sense.
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