summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-08-06Fix styleDenis Kenzior1-2/+2
2009-08-06Fix styleDenis Kenzior1-2/+5
2009-08-06Add whitespace properlyDenis Kenzior1-1/+1
2009-08-06Fix trailing whitespaceDenis Kenzior1-7/+7
2009-08-06No spaces between variable and ++/--Denis Kenzior1-7/+7
2009-08-06Fix trailing whitespaceDenis Kenzior1-1/+1
2009-08-06Fix trailing whitespaceDenis Kenzior1-1/+1
2009-08-06Be more lenient for PDU linesDenis Kenzior1-1/+24
2009-08-06Remove unneeded declarationsDenis Kenzior1-7/+0
2009-08-06Update AT modem plugin to use GAtChat loggingDenis Kenzior1-0/+9
Enabled if OFONO_AT_DEBUG environment variable is set
2009-08-06Cleanup the debug support patchDenis Kenzior2-27/+78
2009-08-06gatchat: add debugging infrastructureAndres Salomon2-0/+50
This patch adds debugging support to GAtChat (specifically of what's going across the serial line). Callbacks can be set via g_at_chat_set_debugging, and that callback is called after any channel reads or writes.
2009-08-06Make overflow code a bit betterDenis Kenzior1-8/+5
2009-08-06Fixup atmodem.c for gatchat changesDenis Kenzior1-7/+6
2009-08-06Refactor GAtChat to accept user-provided parsersDenis Kenzior5-230/+387
Intended for really broken modems. A default 27.007 compliant parser is provided.
2009-08-06Fix refcounting in GAtChatDenis Kenzior1-0/+1
2009-08-06Enlarge the timeout for phonebook importYang Gu1-1/+1
2009-08-06Squash warningDenis Kenzior1-0/+2
2009-08-06Squash warningDenis Kenzior1-0/+3
2009-08-06Squash warningDenis Kenzior1-1/+0
2009-08-05Attempt to update MBDN based on Enhanced VM IEIAndrzej Zaborowski1-6/+13
2009-08-05Implement committing the EF-MBDN records to SIMAndrzej Zaborowski1-6/+24
2009-08-05Add utility for building ADN recordsAndrzej Zaborowski2-0/+29
Used to populate MSISDN, MBDN, etc records on the SIM
2009-08-05Expose address encode/decode utilitiesAndrzej Zaborowski2-16/+27
These can be used elsewhere, in particular for decoding the enhanced message waiting notification ieis
2009-08-05Add encode_bcd_number utility functionAndrzej Zaborowski2-0/+12
2009-08-05Don't emit signals for unexposed propertiesDenis Kenzior1-5/+7
Signals shouldn't be emitted, but we should still track the information so it can be written to the SIM reliably
2009-08-05Fix record number in at_sim_update_record.Andrzej Zaborowski1-1/+1
2009-08-05Don't hardcode info len to 6Denis Kenzior1-1/+1
2009-08-05Make method asyncDenis Kenzior1-1/+2
2009-08-05Remove unused declarationDenis Kenzior1-4/+2
2009-08-05Use invalid_args instead of invalid_formatAndrzej Zaborowski3-6/+6
2009-08-04Refactor how mwis updates are doneDenis Kenzior1-106/+50
2009-08-04Name the callback properlyDenis Kenzior1-2/+2
2009-08-04Don't emit SubscriberNumbers multiple timesDenis Kenzior1-7/+6
We would emit the signal even if the record could not be parsed
2009-08-04Refactor how MBDN set is doneDenis Kenzior1-55/+91
2009-08-04Don't gmalloc something that is max 140 bytesDenis Kenzior1-6/+1
2009-08-04Get rid of message-waiting.hDenis Kenzior5-35/+7
2009-08-04Fix minor style issuesDenis Kenzior1-8/+16
2009-08-04Use invalid_args instead of invalid_formatDenis Kenzior1-1/+1
2009-08-04Add a MessageWaiting interface to track message waiting indications.Andrzej Zaborowski7-10/+822
The state of the indications is kept in memory and written back to the SIM after any changes.
2009-08-04Fix segfault when pnn record doesn't existDenis Kenzior1-1/+1
2009-08-04Put defines near the topDenis Kenzior1-5/+5
2009-08-04Port Andrew's TFR patchDenis Kenzior1-10/+17
2009-08-04Make sim_op_info_cb caching a bit more readableDenis Kenzior1-20/+30
2009-08-04Make cache a gbooleanDenis Kenzior1-1/+1
2009-08-04Make sim_op_retrieve_cb a bit more readableDenis Kenzior1-21/+28
2009-08-04Check write() return values in sim.c for errors.Andrzej Zaborowski1-6/+18
2009-08-04Fix invalid queue use in sim_write_cbAndrzej Zaborowski1-6/+4
Since we pop the queue's head, we can't use sim_op_error
2009-08-03Fix over-complicated code flow that results in uninitialized variablesMarcel Holtmann2-2/+8
2009-08-03Make sure SIM read callbacks die cleanly.Andrzej Zaborowski2-5/+11