Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-11 | gprs: Mark context inactive on removal | Denis Kenzior | 1 | -0/+26 | |
2011-05-11 | gprs: Fix valgrind error | Denis Kenzior | 1 | -5/+13 | |
This fixes an invalid access condition for the case where the gprs atom is destroyed before context atoms are. | |||||
2011-05-11 | gprs: emit Active changed for contexts being removed | Denis Kenzior | 1 | -2/+7 | |
2011-05-11 | gprs: Add additional debug statements | Denis Kenzior | 1 | -0/+4 | |
2011-05-11 | phonesim: Create atoms in a different order | Denis Kenzior | 1 | -2/+2 | |
This uncovers a valgrind condition: ==17231== Invalid read of size 8 ==17231== at 0x4A2461: gprs_context_unregister (gprs.c:2143) ==17231== by 0x46FEB0: __ofono_atom_unregister (modem.c:260) ==17231== by 0x4703C9: modem_change_state (modem.c:407) ==17231== by 0x470664: set_powered (modem.c:848) ==17231== by 0x4706BA: __ofono_modem_shutdown (modem.c:2137) | |||||
2011-05-08 | stkutil: Send at least the data currently available | Philippe Nunes | 1 | -1/+2 | |
2011-05-08 | sim: Fix potential use of uninitialized variable | Denis Kenzior | 1 | -14/+8 | |
In certain circumstances, when the image has been cached but EFimg has not been read yet, we might end up accessing an unitialized variable. Fix this by always failing if EFimg has not been read yet. | |||||
2011-05-08 | emulator: add AT+CMEE support for HFP | Frédéric Danis | 1 | -1/+62 | |
2011-05-08 | emulator: add dun_ath_cb() and register it | Guillaume Zajac | 1 | -2/+56 | |
2011-05-08 | emulator: add handler for ppp stream suspensions | Guillaume Zajac | 1 | -0/+10 | |
Resulting from the client sending '+++' escape sequence. | |||||
2011-05-08 | gatppp: Add API for setting suspend callback | Guillaume Zajac | 2 | -0/+26 | |
In situations where the PPP stream can be suspended by the peer, e.g. in the server role using '+++' | |||||
2011-05-08 | ppp_net: Reset the watch to zero when removing | Denis Kenzior | 1 | -3/+10 | |
2011-05-08 | ppp_net: add ppp_net_suspend_interface() function | Guillaume Zajac | 2 | -0/+10 | |
2011-05-08 | gathdlc: delete read/write handler in hdlc_suspend | Guillaume Zajac | 1 | -0/+3 | |
2011-05-08 | gathdlc: Add public suspend function | Guillaume Zajac | 2 | -0/+11 | |
2011-05-06 | gatchat: Fix memory leak with notify nodes list | Marcel Holtmann | 1 | -0/+1 | |
The list itself needs to be freed as well and not only its elements. | |||||
2011-05-05 | call-forwarding: Fix uninitialized var warning | Bertrand Aygon | 1 | -1/+3 | |
Fix a gcc 4.5.2 warning uninit var | |||||
2011-05-04 | voicecall: CHLD support must be enclosed in a list | Denis Kenzior | 1 | -4/+5 | |
2011-05-04 | voicecall: Simplify CHLD support generator | Denis Kenzior | 1 | -46/+19 | |
In addition, fix ordering and make sure that lower case 'x' is used | |||||
2011-05-04 | voicecall: CHLD call ids start at 1, not 0 | Denis Kenzior | 1 | -2/+2 | |
2011-05-04 | voicecall: add +CHLD=2X support for HFP emulator | Frédéric Dalleau | 1 | -0/+17 | |
2011-05-04 | voicecall: add +CHLD=1X support for HFP emulator | Frédéric Dalleau | 1 | -2/+20 | |
2011-05-04 | voicecall: add +CHLD=4 support for HFP emulator | Frédéric Dalleau | 1 | -0/+14 | |
2011-05-04 | voicecall: add +CHLD=3 support for HFP emulator | Frédéric Dalleau | 1 | -0/+14 | |
2011-05-04 | voicecall: add +CHLD=0 support for HFP emulator | Frédéric Dalleau | 1 | -1/+24 | |
2011-05-04 | voicecall: add +CHLD support for HFP emulator | Frédéric Dalleau | 1 | -0/+70 | |
2011-05-04 | voicecall: Fix variable initialization | Frédéric Dalleau | 1 | -0/+1 | |
2011-05-02 | gathdlc: Make sure to set in_read_handler properly | Denis Kenzior | 1 | -4/+4 | |
2011-05-02 | gathdlc: Add support for detecting +++ escapes | Denis Kenzior | 2 | -0/+110 | |
2011-05-02 | gatio: add ability to drain GAtIO read buffer | Guillaume Zajac | 2 | -0/+7 | |
2011-04-29 | gat: add GAtSuspendFunc CB typedef | Guillaume Zajac | 1 | -0/+1 | |
2011-04-29 | sms: Remove use of uninitialized variable | Bertrand Aygon | 1 | -1/+1 | |
Remove a debug information, since the info is useless, and more, it can display invalid info due to var not initialise in some case | |||||
2011-04-28 | modem: Don't allow setting online unless powered | Denis Kenzior | 1 | -0/+3 | |
2011-04-28 | test: Add swap-calls test script | Denis Kenzior | 2 | -1/+22 | |
2011-04-28 | gisi: log normal responses in a less confusing way | Pekka Pessi | 1 | -1/+2 | |
2011-04-28 | build: Add send-vcal to Makefile.am | Denis Kenzior | 1 | -0/+1 | |
2011-04-28 | test: Add send-vcal test script | Bertrand Aygon | 1 | -0/+32 | |
2011-04-28 | test: Add modem argument to send-vcard | Bertrand Aygon | 1 | -7/+19 | |
2011-04-28 | test: Add modem argument to send-sms | Bertrand Aygon | 1 | -10/+20 | |
2011-04-26 | Release 0.48 | Marcel Holtmann | 2 | -1/+7 | |
2011-04-26 | huawei: Switch to offline mode only if offline | Martin Xu | 1 | -1/+2 | |
2011-04-26 | huawei: Check that the modem device is open | Martin Xu | 1 | -2/+3 | |
Don't create the gprs atom if the modem device was not opened successfully. Otherwise ofonod will crash. | |||||
2011-04-26 | gatppp: Fix crash related to not stopping timers | Martin Xu | 1 | -0/+2 | |
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 | voicecall: fix waiting calls for HFP emulator | Frédéric Danis | 1 | -1/+3 | |
Fix precedence between waiting and dialing so HFP emulator is notified of dialing/alerting even in case of a waiting call pending. | |||||
2011-04-26 | voicecall: Update CLCC buffer size and comment | Denis Kenzior | 1 | -3/+4 | |
2011-04-26 | voicecall: Refactor the previous commit slightly | Denis Kenzior | 1 | -13/+11 | |
2011-04-26 | voicecall: add +CLCC support for HFP emulator | Frédéric Dalleau | 1 | -0/+58 | |
2011-04-21 | emulator: fix +CLIP in case of withheld call | Frédéric Danis | 1 | -2/+10 | |
2011-04-19 | emulator: Create both emulator types in example | Denis Kenzior | 1 | -9/+15 | |
2011-04-19 | hfp_ag: Be extra pedantic on plugin cleanup | Denis Kenzior | 1 | -0/+1 | |