Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-24 | include: Declare typedef as a function pointer | Denis Kenzior | 1 | -1/+1 | |
2011-05-24 | emulator: Update to the new GAtPPP API | Denis Kenzior | 1 | -66/+27 | |
2011-05-24 | test-server: Update to the new GAtPPP API | Denis Kenzior | 1 | -20/+22 | |
2011-05-24 | cdmamodem: Update to the new GAtPPP API | Denis Kenzior | 1 | -2/+2 | |
2011-05-24 | atmodem: Update to new GAtPPP api | Denis Kenzior | 1 | -2/+2 | |
2011-05-24 | gsmdial: Update to new API | Denis Kenzior | 1 | -2/+2 | |
2011-05-24 | gatppp: Refactor PPP API | Denis Kenzior | 2 | -98/+43 | |
Remove the series of constructors which take a GIOChannel directly. These weren't used. This change also allows the construction of the PPP object and filling in various pertinent information without starting the HDLC processing. The client must now use g_at_ppp_open() for the client side or g_at_ppp_listen() for the server side to start the true PPP session. The previous owner of the GAtIO object must be suspended beforehand. | |||||
2011-05-24 | gatppp: Make sure to clean up guard_timeout_source | Denis Kenzior | 1 | -0/+5 | |
2011-05-24 | gatppp: Rename guard_timeout_src to _source | Denis Kenzior | 1 | -5/+4 | |
2011-05-24 | gatppp: Do not call disconnect func if suspended | Guillaume Zajac | 1 | -2/+3 | |
2011-05-24 | gatppp: Add GAtPPP suspend API | Guillaume Zajac | 2 | -0/+41 | |
2011-05-24 | gatppp: Add GAtPPP resume functionality | Guillaume Zajac | 2 | -0/+20 | |
2011-05-24 | ppp_net: add ppp_net_resume_interface() API | Guillaume Zajac | 2 | -0/+11 | |
2011-05-24 | gathdlc: Squash unneeded function | Denis Kenzior | 1 | -6/+1 | |
2011-05-24 | gathdlc: add g_at_hdlc_resume() API | Guillaume Zajac | 2 | -0/+17 | |
2011-05-24 | emulator: Send a NO CARRIER where appropriate | Denis Kenzior | 1 | -0/+3 | |
2011-05-24 | emulator: Get rid of return at the end of func | Denis Kenzior | 1 | -2/+0 | |
2011-05-24 | emulator: optimize request_private_network_cb flow | Denis Kenzior | 1 | -10/+8 | |
2011-05-24 | emulator: add request/release private network calls | Guillaume Zajac | 1 | -10/+66 | |
2011-05-24 | private-network: add initial implementation | Guillaume Zajac | 3 | -1/+97 | |
2011-05-24 | private-network: add header into include and Makefile.am | Guillaume Zajac | 2 | -2/+58 | |
2011-05-24 | gatppp: Make ppp->fd handling a bit easier to grok | Denis Kenzior | 1 | -1/+6 | |
2011-05-24 | ppp_net: streamline ppp_net_new logic | Denis Kenzior | 1 | -16/+9 | |
2011-05-24 | gatppp: Ensure created GAtPPP object is not null | Denis Kenzior | 1 | -1/+2 | |
2011-05-24 | gatppp: Add new contructor to use external fd | Guillaume Zajac | 4 | -17/+66 | |
2011-05-24 | gitignore: Add unit/test-cdmasms | Denis Kenzior | 1 | -0/+1 | |
2011-05-24 | test: Add CDMA SMS Support | Lei Yu | 2 | -1/+119 | |
2011-05-24 | cdma-sms: Add CDMA SMS Support | Lei Yu | 3 | -1/+334 | |
2011-05-24 | cdma-sms: Add CDMA SMS Support | Lei Yu | 3 | -1/+1036 | |
2011-05-24 | TODO: Lower priority and remove owner of CE4A task | Frédéric Dalleau | 1 | -4/+3 | |
2011-05-24 | TODO: Remove owner of HSP task | Frédéric Dalleau | 1 | -1/+0 | |
2011-05-24 | voicecall: remove unnecessary local var | Frédéric Dalleau | 1 | -5/+1 | |
2011-05-24 | gatppp: Don't go over 80 characters / line | Denis Kenzior | 1 | -1/+1 | |
2011-05-24 | test-server: Remove legacy code | Denis Kenzior | 1 | -12/+2 | |
The previous thinking was to use the PPP stack to send Conf-Naks with some delay to client requests until the IP configuration was setup correctly. However, we now hide this by using the delay during the processing of the ATD. This code is no longer relevant. | |||||
2011-05-24 | gitignore: Add lookup-apn | Denis Kenzior | 1 | -0/+1 | |
2011-05-25 | udev: add rule for Option GTM661W modem | Caiwen Zhang | 1 | -0/+1 | |
2011-05-22 | voicecall: add +VTS support for HFP emulator | Frédéric Dalleau | 1 | -0/+52 | |
2011-05-22 | doc: add hfp-overview.txt | Frédéric Danis | 1 | -0/+49 | |
2011-05-20 | gobi: remove set but not used var | Gustavo F. Padovan | 1 | -3/+1 | |
2011-05-20 | udev: remove set but not used var | Gustavo F. Padovan | 1 | -2/+1 | |
2011-05-20 | simutil: remove set but not used var | Gustavo F. Padovan | 1 | -2/+1 | |
2011-05-20 | gprs: remove set but not used var | Gustavo F. Padovan | 1 | -3/+0 | |
2011-05-20 | sms: remove set but not used var | Gustavo F. Padovan | 1 | -3/+0 | |
2011-05-19 | tools: Add utility for looking up APN from database | Marcel Holtmann | 2 | -1/+240 | |
2011-05-16 | voicecall: fix CHLD support reply | Frédéric Dalleau | 1 | -2/+2 | |
2011-05-11 | gatppp: add name field when using chap auth | Caiwen Zhang | 1 | -0/+9 | |
Some systems require name field, otherwise chap authentication will fail. | |||||
2011-05-11 | gprs: Make sure to clean up interfaces | Denis Kenzior | 1 | -0/+10 | |
When going down, it is sometimes possible for us not to ifconfig down the interface or reset the MMS context IPv4 address propertly | |||||
2011-05-11 | nokia-gpio: Fix memory leak | Bertrand Aygon | 1 | -1/+5 | |
All dir opened with opendir must be closed with closedir | |||||
2011-05-11 | nokia-gpio: Fix minor style issue | Bertrand Aygon | 1 | -1/+0 | |
2011-05-11 | AUTHORS: Mention Caiwen's contributions | Denis Kenzior | 1 | -0/+1 | |