Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-02 | smart-messaging: Free agent when sms atom exits | Denis Kenzior | 1 | -5/+6 | |
2010-11-02 | smart-messaging: Implement unregister agent | Denis Kenzior | 1 | -1/+18 | |
2010-11-02 | smart-messaging: Implement RegisterAgent | Denis Kenzior | 1 | -1/+34 | |
2010-11-02 | smsutil: Add sms_datagram_prepare | Denis Kenzior | 2 | -0/+136 | |
2010-11-02 | sms: Update to the new smsutil api | Denis Kenzior | 1 | -29/+3 | |
2010-11-02 | unit: Update test-sms to the new API | Denis Kenzior | 1 | -6/+6 | |
2010-11-02 | smsutil: Get rid of ref_offset in sms_text_prepare | Denis Kenzior | 2 | -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-02 | coding_style: Add case for enum as switch variable | Yang Gu | 1 | -0/+32 | |
2010-11-02 | coding_style: Fix enum name | Yang Gu | 1 | -1/+1 | |
2010-11-02 | test: Add test-push-notification script | Denis Kenzior | 2 | -1/+49 | |
2010-11-02 | sms: Don't crash when encoding fails | Denis Kenzior | 1 | -1/+5 | |
2010-11-02 | smsutil: Additional sanity checks for decode_scts | Denis Kenzior | 1 | -0/+21 | |
2010-11-02 | ofono.conf: Punch hole for PushNotificationAgent | Denis Kenzior | 1 | -0/+1 | |
2010-11-02 | push-notification: Handle WAP push messages | Denis Kenzior | 1 | -0/+32 | |
2010-11-02 | sms: Minor style fix | Denis Kenzior | 1 | -3/+3 | |
2010-11-02 | sms: Left shift 8-bit ports by 16 | Denis Kenzior | 1 | -2/+2 | |
These are less commonly used so make them not interfere with 16 bit ports | |||||
2010-11-02 | push-notification: Free agent when sms atom exits | Denis Kenzior | 1 | -6/+6 | |
2010-11-02 | push-notification: Implement unregister agent | Denis Kenzior | 1 | -1/+18 | |
2010-11-02 | push-notification: Implement register agent | Denis Kenzior | 1 | -1/+35 | |
2010-11-02 | push-notification: Add skeleton | Denis Kenzior | 2 | -0/+154 | |
2010-11-02 | smsagent: Add smsagent implementation | Denis Kenzior | 3 | -1/+370 | |
Based on the patches by Aki Niemi | |||||
2010-11-01 | TODO: update owner of see/cancel pending SMS task | Yang Gu | 1 | -0/+1 | |
2010-11-01 | main: add capabilities for phonet | Mika Liljeberg | 1 | -1/+2 | |
Phonet sockets require CAP_SYS_ADMIN and SO_BINDTODEVICE socket option requires CAP_NET_RAW. | |||||
2010-11-01 | isigen: fix phonet address initialization | Mika Liljeberg | 1 | -1/+2 | |
2010-11-01 | Release 0.34 | Marcel Holtmann | 2 | -1/+19 | |
2010-10-30 | stemodem: Fix broken coding style | Marcel Holtmann | 1 | -1/+1 | |
2010-10-29 | TODO: Owner of Read / Write EFcfis | Jeevaka Badrappan | 1 | -0/+1 | |
2010-10-29 | ifxmodem: Enable emergency call state notifications | Marcel Holtmann | 1 | -1/+30 | |
This enables the Infineon specific emergency call state notifications so that they show up in the traces when this happens. No logic to handle them properly is implemented. | |||||
2010-10-29 | ifx: Enable vendor quirk for GPRS atom | Marcel Holtmann | 1 | -1/+2 | |
Enabling the Infineon specific vendor quirk for the GPRS atom will enable support for the GPRS suspend notifications. | |||||
2010-10-29 | atmodem: Add support for IFX specific GPRS suspend notification | Marcel Holtmann | 1 | -2/+41 | |
The Infineon modem informs about GPRS suspend cases. For example when GPRS is active and a call is made. If the status changes, inform the core about this change. This uses GPRS_SUSPENDED_UNKNOWN_CAUSE reason since the modem does not give a clear reason why GPRS was suspended. With this reason there is a delay before the status change gets send out as D-Bus signal. | |||||
2010-10-28 | atmodem: Add dummy handler for generic time zone update | Marcel Holtmann | 1 | -1/+22 | |
2010-10-28 | atmodem: Time reporting on Infineon modem is IFX specific | Marcel Holtmann | 1 | -4/+4 | |
The time reporting via +CTZV and +CTZDST on the Infineon modem is not following the standard. So mark these clearly as IFX specific. | |||||
2010-10-28 | atmodem: Enable home zone reporting for IFX modems | Marcel Holtmann | 1 | -3/+26 | |
For the Infineon modem the AT+XHOMEZR option can be set to get informed about home zone labels. If this information is available, it it still not properly used, but it shows up in the traces for reference. | |||||
2010-10-28 | ifxmodem: Enable Calling Name Presentation (CNAP) notifications | Marcel Holtmann | 1 | -0/+1 | |
This enables the CNAP notifications so that they show up in the traces if used by a network. No logic is implemented to handle them. | |||||
2010-10-28 | features: Annotate modem-handled commands | Denis Kenzior | 1 | -0/+3 | |
2010-10-28 | TODO: Mark Send USSD task as done | Denis Kenzior | 2 | -6/+8 | |
2010-10-28 | TODO: Mark Send SS task as done | Denis Kenzior | 2 | -6/+12 | |
2010-10-28 | stk: Handle Send SS in handled_notify | Denis Kenzior | 1 | -0/+5 | |
2010-10-28 | TODO: Add Provide Local Information command task | Denis Kenzior | 1 | -0/+9 | |
2010-10-27 | TODO: mark fast dormancy as done | Mika Liljeberg | 2 | -20/+8 | |
2010-10-27 | isimodem: add support for FastDormancy property | Mika Liljeberg | 1 | -1/+90 | |
2010-10-27 | test: add script to control fast dormancy | Mika Liljeberg | 2 | -1/+27 | |
2010-10-27 | radio-settings: Don't check for cached | Denis Kenzior | 1 | -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-27 | radio-settings: Add extra newlines | Denis Kenzior | 1 | -0/+11 | |
To be compliant with the coding style | |||||
2010-10-27 | radio settings: add FastDormancy property | Mika Liljeberg | 2 | -6/+121 | |
2010-10-28 | Fix string array memory leaks during plugin loading | Johan Hedberg | 1 | -0/+3 | |
2010-10-28 | TODO: Remove SOCKS5 proxy task | Marcel Holtmann | 1 | -7/+0 | |
The setup of GRPS context for MMS and its proxy configuration is now done with host routes and dedicated interfaces. The need for a SOCKS5 proxy is no longer there. The on-demand context activation can be considered a security risk and activation via D-Bus method calls is easier to control in a secure fashion. So this is not needed either. | |||||
2010-10-27 | gprs-context: Replace TYPE_INVALID with TYPE_ANY | Denis Kenzior | 2 | -27/+28 | |
2010-10-27 | ifxmodem: Notify core about handled commands | Denis Kenzior | 1 | -5/+5 | |
2010-10-27 | mbmmodem: Notify core about handled commands | Denis Kenzior | 1 | -4/+18 | |