summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-08Add vid/pid for Ericsson F5521gwTorgny Johansson1-0/+3
2010-11-07Added Nokia CS-17 to udev rules.Hannu Lyytinen1-0/+3
The stick has to be initialized with usb_modeswitch, though.
2010-11-07Fixes segfault when removing Nokia Datacard.Hannu Lyytinen1-1/+2
2010-11-05Release 0.35Marcel Holtmann2-1/+9
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-05AUTHORS: Mention Guillaume's contributionsDenis Kenzior1-0/+1
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-05TODO: Add owner of provide local info taskYang Gu1-0/+1
2010-11-04TODO: Mark WAP PUSH task as doneDenis Kenzior2-7/+4
2010-11-04TODO: Mark Smart Messaging task as doneDenis Kenzior2-11/+11
2010-11-04TODO: Mark app src / dst port handling task doneDenis Kenzior2-14/+12
2010-11-04smsutil: Use entire range of ref / port addressesDenis Kenzior1-12/+12
2010-11-04smart-messaging: Implement SendAppointmentDenis Kenzior1-1/+38
2010-11-04test: Add send-vcard scriptDenis Kenzior2-1/+22
2010-11-04smart-messaging: Implement SendBusinessCardDenis Kenzior1-1/+52
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-04isigen: increase offline timeoutPekka Pessi2-1/+2
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds.
2010-11-04build: Remove generic AT command modem pluginMarcel Holtmann2-276/+0
This plugin was used for initial testing and is no longer needed. So just remove it.
2010-11-04Mention Marit's contributionsMarcel Holtmann1-0/+1
2010-11-04atmodem: Remove at_pin_send_puk_cb, and use at_pin_send_cb instead.Marit Henriksen1-33/+1
When adding the use of pin event *EPEV also to at_pin_send_puk_cb, it becomes identical to at_pin_send_cb, and can be removed.
2010-11-03TODO: Update Read/Write EFcfis descriptionJeevaka Badrappan1-2/+2
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-02test: Add test-smart-messagingDenis Kenzior2-1/+67
2010-11-02smart-messaging: Register to vCal notificationsDenis Kenzior1-0/+31
2010-11-02smart-messaging: Register for vCard notificationsDenis Kenzior1-0/+31
2010-11-02smart-messaging: Free agent when sms atom exitsDenis Kenzior1-5/+6
2010-11-02smart-messaging: Implement unregister agentDenis Kenzior1-1/+18
2010-11-02smart-messaging: Implement RegisterAgentDenis Kenzior1-1/+34
2010-11-02smsutil: Add sms_datagram_prepareDenis Kenzior2-0/+136
2010-11-02sms: Update to the new smsutil apiDenis Kenzior1-29/+3
2010-11-02unit: Update test-sms to the new APIDenis Kenzior1-6/+6
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-02coding_style: Add case for enum as switch variableYang Gu1-0/+32
2010-11-02coding_style: Fix enum nameYang Gu1-1/+1
2010-11-02test: Add test-push-notification scriptDenis Kenzior2-1/+49
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-02push-notification: Handle WAP push messagesDenis Kenzior1-0/+32
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-02push-notification: Free agent when sms atom exitsDenis Kenzior1-6/+6