Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-07 | doc: clarify VoiceCallManager SendTones method | Pekka Pessi | 1 | -4/+4 | |
2010-07-02 | documentation: add note about referencing standards | Inaky Perez-Gonzalez | 1 | -0/+8 | |
2010-06-29 | PPP GPRS context is now done, update documentation | Kalle Valo | 1 | -6/+0 | |
2010-06-29 | Documented Present property in sim-api.txt. | Pekka Pessi | 1 | -5/+10 | |
2010-06-25 | sms: Update doc about the default Bearer setting | Denis Kenzior | 1 | -0/+2 | |
2010-06-25 | sms: Tweak the Bearer API | Denis Kenzior | 1 | -4/+4 | |
2010-06-25 | Update TODO & overview.txt | Denis Kenzior | 1 | -1/+4 | |
2010-06-25 | sms: Add support for SMS Bearer settings | Denis Kenzior | 1 | -0/+9 | |
2010-06-25 | sms: Update API with UseDeliveryReports property | Denis Kenzior | 1 | -0/+7 | |
2010-06-09 | Add support for Features property on modem interface | Marcel Holtmann | 1 | -0/+5 | |
2010-06-09 | Rename CbsManger into CellBroadcast | Marcel Holtmann | 1 | -4/+4 | |
Other D-Bus interfaces use clear descriptions like SupplementaryServices or NetworkRegistration. So use CellBroadcast for cell broadcast support. | |||||
2010-05-28 | Add feature description for NITZ | Aki Niemi | 1 | -0/+11 | |
2010-05-26 | Add Online property to modem-api.txt | Pekka Pessi | 1 | -0/+5 | |
2010-05-19 | Read EF_ICCID property of SIM | Daniel Wagner | 1 | -0/+5 | |
Tested with phonesim. | |||||
2010-03-31 | Refactor: Return a string from USSD Respond method | Andrzej Zaborowski | 1 | -1/+1 | |
Return network's USSD reponses from the Respond method instead of signaling over D-Bus. This should make the UI writer's job a little easier. | |||||
2010-03-31 | doc: Explain VoicemailMessageCount value zero. | Andrzej Zaborowski | 1 | -1/+4 | |
2010-03-26 | Change the DataConnectionManager API | Denis Kenzior | 1 | -30/+0 | |
The various attributes obtained from CGREG are actually completely useless and are not used internally for anything except computing the Attached status. It makes sense to get rid of these properties since they will be the same as reported by CREG in Dual-Transfer-Mode devices. The only difference might be how hardware reports the technology used, but frequently a vendor specific command is required anyway | |||||
2010-03-25 | Fix: The MCC / MNC Properties are actually strings | Denis Kenzior | 2 | -4/+4 | |
2010-03-25 | Refactor: Rename netreg Operator property to Name | Denis Kenzior | 1 | -1/+1 | |
2010-03-25 | Refactor: Rename radio setting type names | Denis Kenzior | 1 | -7/+7 | |
2010-03-25 | Rename AvailableOperators to Operators | Denis Kenzior | 1 | -1/+1 | |
2010-03-25 | Refactor: Simplify Technology values | Denis Kenzior | 1 | -8/+4 | |
Applications don't really understand our current values very well and would need to look up the spec. Instead we change to much more commonly accepted terms. | |||||
2010-03-25 | Refactor: Remove MobileNetworkCodeLength property | Denis Kenzior | 1 | -2/+14 | |
Replaced by MNC/MCC properties which is more intuitive for use by external applications. | |||||
2010-03-23 | Fix: trivial formatting fix in call settings api | Denis Kenzior | 1 | -1/+2 | |
2010-03-22 | Add message-waiting api | Denis Kenzior | 1 | -0/+45 | |
2010-03-22 | Add call-volume api | Denis Kenzior | 1 | -0/+42 | |
2010-03-22 | Add cell broadcast API | Denis Kenzior | 1 | -0/+71 | |
2010-03-22 | Add phonebook-api document | Denis Kenzior | 1 | -0/+18 | |
2010-03-18 | Update sim-api.txt | Denis Kenzior | 1 | -1/+1 | |
2010-03-18 | Doc: Fixup style issues | Denis Kenzior | 1 | -2/+2 | |
2010-03-18 | Added call-barring-api.txt. | Pekka Pessi | 1 | -0/+65 | |
2010-03-15 | Doc: Add small clarification to SMS docs | Denis Kenzior | 1 | -2/+4 | |
2010-03-15 | doc: Add SmsManager API documentation. | João Paulo Rechi Vita | 1 | -0/+46 | |
2010-02-24 | doc: Add 'Name' property under 'Modem' interface. | João Paulo Rechi Vita | 1 | -0/+4 | |
2010-02-16 | Rename: ussd-api to supplementaryservices-api | Denis Kenzior | 1 | -0/+0 | |
2010-02-16 | Cleanup: Minor API tweaks for USSD | Denis Kenzior | 1 | -9/+9 | |
2010-02-16 | Handle network-initiated ussd requests. | Andrzej Zaborowski | 1 | -0/+64 | |
This adds the methods on the D-bus interface to allow the client to handle USSD requests from the network, according to 22.090. Unfortunately this document is not clear on every point and some details can't be implemented. This includes reporting unsupported request to the network, unsupported language, ME busy etc, because there isn't an AT command for that. | |||||
2010-02-04 | Add radio settings atom and driver API | Aki Niemi | 1 | -0/+43 | |
This interface exposes a read-write property for radio access technology selection mode. | |||||
2010-02-03 | Update overview.txt | Denis Kenzior | 1 | -12/+26 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-16 | Fix: Documentation fixes | Anders Gustafsson | 1 | -1/+7 | |
2009-11-18 | Update docs with new Errors | Denis Kenzior | 1 | -0/+2 | |
2009-11-18 | Update network API | Denis Kenzior | 1 | -0/+13 | |
2009-11-16 | Fix: Typo | Denis Kenzior | 1 | -1/+1 | |
2009-11-16 | add Settings property description to dataconnectionmanger-api.txt | Martin Xu | 1 | -12/+23 | |
2009-11-12 | Remove Voicecall.Busy method | Denis Kenzior | 1 | -13/+14 | |
According to 22.030, UDUB or CHLD=0 can only be invoked on waiting calls. Most AT command based modems do not support using CHLD=0 on an incoming call. So we remove the Busy method and invoke set_udub on a call that is in the waiting state. | |||||
2009-11-09 | Update network-api.txt to match implementation | Denis Kenzior | 1 | -3/+9 | |
2009-11-02 | Update CreateContext API | Denis Kenzior | 1 | -4/+9 | |
2009-10-29 | Update the network API | Denis Kenzior | 1 | -2/+3 | |
2009-10-23 | Add GPRS support | Andrzej Zaborowski | 1 | -1/+1 | |
This commit implements the GPRS context setup and teardown according to doc/dataconnectionmanager-api.txt One issue with the AT implementation of the api is that "Powered" (a read-write property) can be set independently of "Attached" (read-only property) and remain set when "Attached" is clear. The semantics would be that the network doesn't have resources to let the modem attach, but the modem waits for the resources to become available and then attaches. On AT the modem is in this state only when executing +CGATT, so currently the code will rerun +CGATT as soon as the previous one returns with error, probably starving other commands. A possible workaround would be for "Powered" to flip back to False after the modem fails to attach once, or give up on having separate properties. Alternatively we could re-try to attach periodically but on one modem I've tried +CGATT fails after about 1 minute (that's the Calypso) and on another only about 0.5s (Nokia phones with AT emulation). When "Powered" is set and "RoamingAllowed" is clear and we manage to attach and find that we're roaming, ofono resets "Powered". We may want to catch the user trying to dial *99***1# which is the backwards compatibility quirk for old modems (same way ofono parses USSD strings). |