Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-02 | modem: Add support for modem type TEST | Denis Kenzior | 1 | -0/+2 | |
2012-10-31 | stk: Tweak the concept of continuous tones | Denis Kenzior | 1 | -4/+12 | |
The spec explicitly mentions continuous or repeatable tones. 02.40 only mentions the RP-ACK tone as a single tone, all other tones seem to be repeatable | |||||
2012-10-25 | systemd: prevent duplicate logging messages in journal | Marti Raudsepp | 1 | -0/+1 | |
By default, both stderr and syslog messages go to the systemd journal, which results in duplicate messages being logged. Thanks to Vinicius Costa Gomes for pointing out this problem. | |||||
2012-10-01 | smsutil: Fix warning | Denis Kenzior | 1 | -1/+1 | |
src/smsutil.c: In function ‘cbs_decode_text’: src/smsutil.c:4116:16: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] | |||||
2012-09-17 | stkagent: Sanitize any output from the agent | Philippe Nunes | 1 | -3/+53 | |
2012-09-17 | smsutil: Fix up style issues from previous commit | Denis Kenzior | 1 | -4/+3 | |
2012-09-17 | smsutil: <CR> is not necessarily a CBS padding character | Philippe Nunes | 1 | -2/+12 | |
2012-09-17 | smsutil: Fix CR padding logic for 7-bit case | Denis Kenzior | 1 | -3/+11 | |
2012-09-17 | smsutil: Fix style issues | Philippe Nunes | 1 | -14/+14 | |
2012-09-17 | stk: AID shall not be displayed in certain cases | Philippe Nunes | 1 | -0/+12 | |
When the icon is marked as self explanatory, the AID should not be displayed. | |||||
2012-09-17 | stk: move number conversion to a utility function | Philippe Nunes | 1 | -15/+43 | |
The dialing number provided by the Setup Call proactive command may contain pause and DTMF characters. | |||||
2012-09-11 | sms: Optimize behavior of previous commit | Denis Kenzior | 1 | -5/+7 | |
The previous commit fixed the bug, however performing a linear-search through the entire tx-queue is quite wasteful. The current usage pattern is to always modify the entry at the tail of the queue, so optimize. | |||||
2012-09-11 | sms: Fix to find SMS entry posted by STK | Philippe Nunes | 1 | -6/+5 | |
SMS initiated by proactive command are not exposed on D-BUS. Therefore, there is no message associated with the entry created from STK. | |||||
2012-09-11 | ussd: Recover idle state after a transaction error | Philippe Nunes | 1 | -0/+10 | |
The "USSD terminated by network" notification is handled to recover the idle state in case of USSD transaction error. | |||||
2012-09-11 | dbus: Add Terminated error | Philippe Nunes | 2 | -0/+9 | |
2012-09-05 | call-barring: SS query is made with given cls | Philippe Nunes | 1 | -1/+2 | |
The default class is applied in the query form when no class is specified in the SS code. | |||||
2012-09-05 | call-forwarding: SS query is made with given cls | Philippe Nunes | 1 | -1/+9 | |
GCF test cases 31.2.1.6.1/2 are asking to make a query according a specific class. The default class is applied in the query form when no class is specified in the SS code. | |||||
2012-09-05 | voicecall: Accept long phone number format for STK | Philippe Nunes | 1 | -1/+1 | |
2012-08-30 | stk: Fix comment style | Denis Kenzior | 1 | -3/+1 | |
2012-08-30 | stk: Ask for immediate digit response as required | Philippe Nunes | 1 | -2/+7 | |
This is done by using the stk_agent_request_quick_digit function introduced in the previous commit. | |||||
2012-08-30 | stkagent: Add stk_agent_get_quick_digit | Philippe Nunes | 2 | -0/+38 | |
This function calls the newly added RequestQuickDigit method on the StkAgent interface. | |||||
2012-08-30 | stk: Check if an agent is registered when UI is required | Philippe Nunes | 1 | -0/+9 | |
In case of unsolicited proactive command, we could have a crash when no agent was registered. | |||||
2012-08-30 | stk: Display action information while sending USSD | Philippe Nunes | 1 | -5/+14 | |
2012-08-22 | call-settings: Improve error reporting | Philippe Nunes | 1 | -2/+3 | |
Report error based on the error reported by the driver. | |||||
2012-08-22 | call-barring: Improve error reporting | Philippe Nunes | 1 | -4/+3 | |
Report error based on the error reported by the driver. | |||||
2012-08-22 | call-forwarding: improve error reporting | Philippe Nunes | 1 | -2/+3 | |
Report error based on the error reported by the driver. | |||||
2012-08-16 | sim: implement function to get password type | August Mayer | 1 | -0/+8 | |
2012-08-16 | util: Make sure to handle special empty strings | Denis Kenzior | 1 | -0/+6 | |
Some SIMs contain an EFspn with the contents all set to 'filler' characters, e.g. 0xFF. We mistakenly do not handle these strings correctly. Aug 8 11:40:00 mx31tt01 daemon.info ofonod[622]: Aux: > AT+CRSM=176,28486,0,0,17\r Aug 8 11:40:00 mx31tt01 daemon.info ofonod[622]: Aux: < \r\n+CRSM: 144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF\r\n\r\nOK\r\n Aug 8 11:40:00 mx31tt01 daemon.debug ofonod[622]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 17 Aug 8 11:40:00 mx31tt01 daemon.debug ofonod[622]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 17 Aug 8 11:40:00 mx31tt01 daemon.err ofonod[622]: EFspn read successfully, but couldn't parse | |||||
2012-08-13 | gprs: fix bearer dbus signal interface | Christopher Vogl | 1 | -1/+1 | |
According to the documentation the data bearer property should be located on interface org.ofono.ConnectionManager. | |||||
2012-08-05 | voicecall: Implement ReleaseAndSwap | Denis Kenzior | 1 | -0/+23 | |
2012-07-16 | util: Style issues | Denis Kenzior | 1 | -3/+2 | |
2012-07-16 | util: update comment from previous commit | Denis Kenzior | 1 | -6/+10 | |
Cite the specification verbatim | |||||
2012-07-16 | util: Fix GSM to UTF8 conversion mechanism | Guillaume Zajac | 1 | -3/+14 | |
2012-07-15 | gprs: Call detach_shutdown when network is lost | Guillaume Zajac | 1 | -21/+63 | |
2012-07-15 | voicecall: Avoid shadowing of number variable | Marcel Holtmann | 1 | -2/+2 | |
2012-07-15 | voicecall: Remove shadowing modem variable | Marcel Holtmann | 1 | -5/+1 | |
2012-07-15 | ctm: Remove shadowing reply variable | Marcel Holtmann | 1 | -2/+0 | |
2012-07-15 | ofono: Avoid shadowing other atom variables | Marcel Holtmann | 1 | -2/+2 | |
2012-07-15 | gprs: Avoid shadowing error variable | Marcel Holtmann | 1 | -4/+4 | |
2012-07-15 | network: Avoid shadowing of strength variable | Marcel Holtmann | 1 | -2/+2 | |
2012-07-15 | network: Avoid shadowing of mode parameter | Marcel Holtmann | 1 | -4/+4 | |
2012-07-04 | manager: Fix up introspection data | Denis Kenzior | 1 | -2/+2 | |
2012-06-24 | emulator: Test already done in g_at_server_resume() | Guillaume Zajac | 1 | -3/+0 | |
2012-06-25 | sim: Add extra errors for EFmsisdn and EFad length mismatches | Marcel Holtmann | 1 | -3/+6 | |
2012-06-19 | sim: Fix use of uninitialized values | Denis Kenzior | 1 | -3/+1 | |
In the case of an error, sim_pin_query_cb should not assume the pin_type value is valid. | |||||
2012-06-19 | sim: Don't re-init the SIM needlessly | Denis Kenzior | 1 | -1/+1 | |
When calling ChangePin with the wrong original PIN, we're still left in the READY state. Do not re-initialize the SIM needlessly in this case. | |||||
2012-06-18 | ussd: send NotRecognized error for invalid USSD | Denis Kenzior | 1 | -1/+1 | |
2012-06-18 | dbus: Add NotRecognized error | Denis Kenzior | 2 | -0/+7 | |
2012-06-18 | common: Match logic to comment: valid_ussd_string | Denis Kenzior | 1 | -1/+1 | |
2012-06-17 | simutil: Add entry for EFimsi | Denis Kenzior | 1 | -0/+1 | |