ofono/gatchat
Martin Xu 0dc3d69c54 gatppp: Fix crash related to not stopping timers
In case of offline modem when GPRS data connection is connected, if gprs
atom is removed before PPP termination process is complete, the terminate_timer
will not be stop. It will cause ofonod crash when the timer times out.
2011-04-26 14:47:11 -05:00
..
crc-ccitt.c Move CRC-CCITT table and helper into separate file 2010-04-09 17:08:30 +02:00
crc-ccitt.h Move CRC-CCITT table and helper into separate file 2010-04-09 17:08:30 +02:00
gat.h Add generic receive function definition 2010-04-10 11:54:12 +02:00
gatchat.c gatchat: Add support for short prompt send variant 2011-03-28 18:06:59 -05:00
gatchat.h gatchat: introduce send for +CPOS 2011-03-28 18:06:58 -05:00
gathdlc.c PPP: Optimize write buffer management 2011-03-15 14:15:26 -05:00
gathdlc.h gathdlc: Try to detect no carrier conditions 2011-02-28 16:13:56 -06:00
gatio.c gatio: Remove stray empty line 2011-02-28 16:13:56 -06:00
gatio.h gatio: Add write 'done' notifier 2011-02-28 16:13:55 -06:00
gatmux.c gatmux: Remove unused error variable 2011-02-08 16:48:52 -06:00
gatmux.h The user data pointer variable should be called user_data 2010-04-11 17:42:40 +02:00
gatppp.c gatppp: Try to detect no carrier conditions 2011-02-28 16:13:56 -06:00
gatppp.h ppp: Refactor server-side API 2010-06-29 11:53:11 -05:00
gatrawip.c gatchat: The IO setup already ensures no encoding and no buffering 2011-01-20 10:56:21 +01:00
gatrawip.h gatchat: Add skeleton for GAtRawIP module 2010-10-21 19:36:18 +02:00
gatresult.c gatchat: add g_at_result_iter_next_number_default API 2011-02-24 14:01:23 -06:00
gatresult.h gatchat: add g_at_result_iter_next_number_default API 2011-02-24 14:01:23 -06:00
gatserver.c gatserver: add tone and pulse dialing AT commands 2011-03-29 13:54:46 -05:00
gatserver.h gatserver: Add function to enable/disable echo 2011-02-23 09:31:07 -06:00
gatsyntax.c gatsyntax: support short prompt in v1 parser 2011-03-28 18:06:59 -05:00
gatsyntax.h gatchat: new hint to handle +CPOS 2011-03-28 18:06:59 -05:00
gattty.c Update copyright information 2010-01-01 17:00:10 -08:00
gattty.h Update copyright information 2010-01-01 17:00:10 -08:00
gatutil.c gatchat: Small cleanup to make function look simpler 2011-01-20 10:55:31 +01:00
gatutil.h Add utility helper for debugging binary blobs 2010-04-10 11:56:11 +02:00
gsm0710.c Update copyright information 2010-01-01 17:00:10 -08:00
gsm0710.h Update copyright information 2010-01-01 17:00:10 -08:00
gsmdial.c gsmdial: register notification before resuming 2011-02-28 16:13:56 -06:00
ppp.h gatppp: Add a debug macro 2011-02-28 16:13:55 -06:00
ppp_auth.c ppp: Remove some g_prints 2011-02-28 16:13:56 -06:00
ppp_cp.c gatppp: Fix crash related to not stopping timers 2011-04-26 14:47:11 -05:00
ppp_cp.h ppp: Add MAX_IPCP_FAILURE to avoid timeout quickly 2010-07-09 09:53:24 -03:00
ppp_ipcp.c ppp: Remove some g_prints 2011-02-28 16:13:56 -06:00
ppp_lcp.c ppp: Remove some g_prints 2011-02-28 16:13:56 -06:00
ppp_net.c ppp: Fix some coding style and memory leaks 2010-10-21 18:26:50 +02:00
ringbuffer.c ringbuffer: Switch ringbuffer to g_slice allocator 2011-03-16 21:34:54 -05:00
ringbuffer.h Add offset parameter to ring_buffer_write_ptr() function 2010-04-24 18:59:44 +02:00
test-qcdm.c gatchat: explicitly compare pointers to NULL 2010-11-29 12:05:29 -06:00
test-server.c gsmdial: Introduce data_mode 2011-02-28 16:13:56 -06:00