summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2010-11-02push-notification: Implement unregister agentDenis Kenzior1-1/+18
2010-11-02push-notification: Implement register agentDenis Kenzior1-1/+35
2010-11-02push-notification: Add skeletonDenis Kenzior2-0/+154
2010-11-02smsagent: Add smsagent implementationDenis Kenzior3-1/+370
Based on the patches by Aki Niemi
2010-11-01TODO: update owner of see/cancel pending SMS taskYang Gu1-0/+1
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-11-01isigen: fix phonet address initializationMika Liljeberg1-1/+2