summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2010-11-01Release 0.34Marcel Holtmann2-1/+19
2010-10-30stemodem: Fix broken coding styleMarcel Holtmann1-1/+1
2010-10-29TODO: Owner of Read / Write EFcfisJeevaka Badrappan1-0/+1
2010-10-29ifxmodem: Enable emergency call state notificationsMarcel Holtmann1-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-29ifx: Enable vendor quirk for GPRS atomMarcel Holtmann1-1/+2
Enabling the Infineon specific vendor quirk for the GPRS atom will enable support for the GPRS suspend notifications.
2010-10-29atmodem: Add support for IFX specific GPRS suspend notificationMarcel Holtmann1-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-28atmodem: Add dummy handler for generic time zone updateMarcel Holtmann1-1/+22
2010-10-28atmodem: Time reporting on Infineon modem is IFX specificMarcel Holtmann1-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-28atmodem: Enable home zone reporting for IFX modemsMarcel Holtmann1-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-28ifxmodem: Enable Calling Name Presentation (CNAP) notificationsMarcel Holtmann1-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-28features: Annotate modem-handled commandsDenis Kenzior1-0/+3
2010-10-28TODO: Mark Send USSD task as doneDenis Kenzior2-6/+8
2010-10-28TODO: Mark Send SS task as doneDenis Kenzior2-6/+12
2010-10-28stk: Handle Send SS in handled_notifyDenis Kenzior1-0/+5
2010-10-28TODO: Add Provide Local Information command taskDenis Kenzior1-0/+9
2010-10-27TODO: mark fast dormancy as doneMika Liljeberg2-20/+8
2010-10-27isimodem: add support for FastDormancy propertyMika Liljeberg1-1/+90
2010-10-27test: add script to control fast dormancyMika Liljeberg2-1/+27
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 Liljeberg2-6/+121
2010-10-28Fix string array memory leaks during plugin loadingJohan Hedberg1-0/+3
2010-10-28TODO: Remove SOCKS5 proxy taskMarcel Holtmann1-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-27gprs-context: Replace TYPE_INVALID with TYPE_ANYDenis Kenzior2-27/+28
2010-10-27ifxmodem: Notify core about handled commandsDenis Kenzior1-5/+5
2010-10-27mbmmodem: Notify core about handled commandsDenis Kenzior1-4/+18
2010-10-27calypsomodem: Notify core about handled commandsDenis Kenzior1-5/+18
2010-10-27stk: Remove ofono_stk_terminal_response_sent_notifyDenis Kenzior2-10/+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-27Document ims connection typePekka Pessi1-0/+1
2010-10-27gprs-context: add IMS connection typePekka Pessi2-0/+7
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 Holtmann2-3/+40
2010-10-27mbmmodem: Print IP details after GPRS context setupMarcel Holtmann1-0/+3
2010-10-27atmodem: Print IP details after GPRS context setupMarcel Holtmann1-0/+3
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-27mbmmodem: Remove some pointless debug prefix stringsMarcel Holtmann1-3/+3
2010-10-27gprs: Extract GPRS context assignment into separate functionMarcel Holtmann1-12/+21
2010-10-27mbm: Fix setting GPRS context type for wrong atomMarcel Holtmann1-1/+1
2010-10-27mbm: Set specific GPRS context type for different atomsMarcel Holtmann1-3/+12
2010-10-27gprs: Add support for setting GPRS context typeMarcel Holtmann2-2/+14
2010-10-27gprs: Make GPRS context type a public enumMarcel Holtmann2-34/+38
2010-10-27ifxmodem: Fix handling of radio access mode enumMarcel Holtmann1-9/+9