summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11ussd: Recover idle state after a transaction errorPhilippe Nunes1-0/+10
The "USSD terminated by network" notification is handled to recover the idle state in case of USSD transaction error.
2012-09-11dbus: Add Terminated errorPhilippe Nunes2-0/+9
2012-09-05call-barring: SS query is made with given clsPhilippe Nunes1-1/+2
The default class is applied in the query form when no class is specified in the SS code.
2012-09-05call-forwarding: SS query is made with given clsPhilippe Nunes1-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-05voicecall: Accept long phone number format for STKPhilippe Nunes1-1/+1
2012-08-30stk: Fix comment styleDenis Kenzior1-3/+1
2012-08-30stk: Ask for immediate digit response as requiredPhilippe Nunes1-2/+7
This is done by using the stk_agent_request_quick_digit function introduced in the previous commit.
2012-08-30stkagent: Add stk_agent_get_quick_digitPhilippe Nunes2-0/+38
This function calls the newly added RequestQuickDigit method on the StkAgent interface.
2012-08-30stk: Check if an agent is registered when UI is requiredPhilippe Nunes1-0/+9
In case of unsolicited proactive command, we could have a crash when no agent was registered.
2012-08-30stk: Display action information while sending USSDPhilippe Nunes1-5/+14
2012-08-22call-settings: Improve error reportingPhilippe Nunes1-2/+3
Report error based on the error reported by the driver.
2012-08-22call-barring: Improve error reportingPhilippe Nunes1-4/+3
Report error based on the error reported by the driver.
2012-08-22call-forwarding: improve error reportingPhilippe Nunes1-2/+3
Report error based on the error reported by the driver.
2012-08-16sim: implement function to get password typeAugust Mayer1-0/+8
2012-08-16util: Make sure to handle special empty stringsDenis Kenzior1-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-13gprs: fix bearer dbus signal interfaceChristopher Vogl1-1/+1
According to the documentation the data bearer property should be located on interface org.ofono.ConnectionManager.
2012-08-05voicecall: Implement ReleaseAndSwapDenis Kenzior1-0/+23
2012-07-16util: Style issuesDenis Kenzior1-3/+2
2012-07-16util: update comment from previous commitDenis Kenzior1-6/+10
Cite the specification verbatim
2012-07-16util: Fix GSM to UTF8 conversion mechanismGuillaume Zajac1-3/+14
2012-07-15gprs: Call detach_shutdown when network is lostGuillaume Zajac1-21/+63
2012-07-15voicecall: Avoid shadowing of number variableMarcel Holtmann1-2/+2
2012-07-15voicecall: Remove shadowing modem variableMarcel Holtmann1-5/+1
2012-07-15ctm: Remove shadowing reply variableMarcel Holtmann1-2/+0
2012-07-15ofono: Avoid shadowing other atom variablesMarcel Holtmann1-2/+2
2012-07-15gprs: Avoid shadowing error variableMarcel Holtmann1-4/+4
2012-07-15network: Avoid shadowing of strength variableMarcel Holtmann1-2/+2
2012-07-15network: Avoid shadowing of mode parameterMarcel Holtmann1-4/+4
2012-07-04manager: Fix up introspection dataDenis Kenzior1-2/+2
2012-06-24emulator: Test already done in g_at_server_resume()Guillaume Zajac1-3/+0
2012-06-25sim: Add extra errors for EFmsisdn and EFad length mismatchesMarcel Holtmann1-3/+6
2012-06-19sim: Fix use of uninitialized valuesDenis Kenzior1-3/+1
In the case of an error, sim_pin_query_cb should not assume the pin_type value is valid.
2012-06-19sim: Don't re-init the SIM needlesslyDenis Kenzior1-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-18ussd: send NotRecognized error for invalid USSDDenis Kenzior1-1/+1
2012-06-18dbus: Add NotRecognized errorDenis Kenzior2-0/+7
2012-06-18common: Match logic to comment: valid_ussd_stringDenis Kenzior1-1/+1
2012-06-17simutil: Add entry for EFimsiDenis Kenzior1-0/+1
2012-06-17sim: Allow IMSI to be obtained via EF readsDenis Kenzior1-11/+63
2012-06-16stk: Fix crash when envelope returns syncDenis Kenzior1-3/+4
ofonod[13066]: src/stk.c:stk_select_item() ofonod[13066]: src/stk.c:stk_select_item() ofonod[13066]: src/stk.c:stk_send_envelope() ofonod[13066]: drivers/qmimodem/stk.c:qmi_envelope() ofonod[13066]: src/stk.c:envelope_cb() length 0 ofonod[13066]: src/stk.c:menu_selection_envelope_cb() ofonod[13066]: Sending Menu Selection to UICC failed process 13066: arguments to dbus_message_new_error() were incorrect, assertion "reply_to != NULL" failed in file dbus-message.c line 1333. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace ofonod[13066]: Aborting (signal 6) [./src/ofonod] ofonod[13066]: ++++++++ backtrace ++++++++
2012-06-16sim: Revert adding special callback for EFiccidDenis Kenzior1-26/+1
This reverts commit 1960dbbc79e43f33f23886c2a12e508a0350aad1.
2012-06-16sim: Revert adding special callback for EFmsisdnDenis Kenzior1-55/+30
This reverts commit c3124b66d903a43ce639e3de8e838ef39419fc4f.
2012-06-16sim: Revert adding special callback for EFadDenis Kenzior1-18/+1
This reverts commit 5522df64fac7b57d3d9db2272fc9be97c8815b94.
2012-06-16cdma-sms: Update to the new API declarationDenis Kenzior1-1/+1
2012-06-17gprs: Use ofono_bool_t instead of gbooleanMarcel Holtmann1-2/+2
2012-06-17sms: Make PDU data arrays constMarcel Holtmann1-2/+2
2012-06-17modem: Add function for setting new driver typeMarcel Holtmann1-0/+14
2012-06-16sim: Add special callback for reading MCC and MNC valueMarcel Holtmann1-1/+18
2012-06-16sim: Add special callback for reading MSISDN valueMarcel Holtmann1-30/+55
2012-06-16sim: Add special callback for reading ICCID valueMarcel Holtmann1-1/+26
2012-06-16sim: Use ofono_bool_t instead of gbooleanMarcel Holtmann1-2/+2