summaryrefslogtreecommitdiff
path: root/gatchat/gsmdial.c
Commit message (Collapse)AuthorAgeFilesLines
* gsmdial: adding support for selection of authentication methodSergei Golubtsov2021-01-071-0/+10
| | | | | Selection capability for authentication method via a command line argument has been added
* gsmdial: Set recording after ppp_openDenis Kenzior2012-01-021-3/+3
|
* gsmdial: Make sure to use '#' at the endDenis Kenzior2011-11-301-1/+1
| | | | The bluetooth path got this part wrong
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* gsmdial: Add pfc & acfc options to gsmdialDenis Kenzior2011-06-291-2/+8
|
* gsmdial: Use ACFC and PFC by defaultGuillaume Zajac2011-06-291-0/+3
|
* gsmdial: Send escape sequence followed by ATH/ATODenis Kenzior2011-05-251-0/+49
| | | | | This functionality can be triggered by sending SIGUSR1 / SIGUSR2 to gsmdial. e.g. kill -10 <pid> and kill -12 <pid>
* gsmdial: Update to new APIDenis Kenzior2011-05-241-2/+2
|
* gsmdial: register notification before resumingDenis Kenzior2011-02-281-1/+5
|
* gsmdial: Fix minor style quirkDenis Kenzior2011-02-161-1/+1
|
* gsmdial: add option for Bluetooth DUN dialingGustavo F. Padovan2011-02-161-3/+16
|
* gatchat: M15 coding styles fixesJeevaka Badrappan2011-01-121-2/+2
|
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-291-1/+1
| | | | | | | | | | | | | | This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
* Fix common misspellings in gatchatLucas De Marchi2010-09-141-1/+1
| | | | | | | | | | | Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: priviledge->privilege succeded->succeeded
* gsmdial: Wait for a no carrier before sending CFUNDenis Kenzior2010-06-291-3/+9
|
* gsmdial: Configure network interface for PPPZhenhua Zhang2010-06-281-0/+29
|
* gsmdial: Update to the new APIZhenhua Zhang2010-06-281-2/+3
|
* gsmdial: Unref ppp when we get disconnectedZhenhua Zhang2010-06-171-0/+5
|
* gsmdial: Shut down cleanly when ppp link diesDenis Kenzior2010-05-101-2/+4
|
* gsmdial: use g_at_ppp_new_from_io()Kristen Carlson Accardi2010-05-101-3/+3
|
* gsmdial: use g_at_chat_suspendKristen Carlson Accardi2010-05-101-4/+4
|
* gsmdial: Port to new PPP apiDenis Kenzior2010-04-301-9/+3
|
* ppp: Hang set_recording off the GAtPPP objectDenis Kenzior2010-04-281-1/+1
| | | | | | | | Marcel: recording right now only works for PPP, so we'd need some sort of multi-protocol support. So for now expose set_recording to be used through the main PPP object. HDLC object recording support needs to be extended.
* gsmdial: Use set recording on the HDLC objectDenis Kenzior2010-04-281-1/+1
|
* gsmdial: Get rid of g_at_chat_shutdown usageDenis Kenzior2010-04-281-9/+16
|
* gsmdial: Unref the chat instead of using shutdownDenis Kenzior2010-04-281-2/+2
|
* Check for PIN after activating the modemMarcel Holtmann2010-04-111-4/+13
|
* Check for PIN status to see details in debug outputMarcel Holtmann2010-04-101-0/+1
|
* Remove the PPP option from gsmdialDenis Kenzior2010-04-021-6/+0
| | | | Pointless since we should always connect using PPP
* Fix: Stop infinite attempts to registerDenis Kenzior2010-04-011-8/+11
| | | | | | | Sometimes if the modem firmware is particularly nutty we will see frequent cell-reselections at startup, resulting in us attempting to register multiple times. Try to stop this behavior by keeping track of what state we're in and hoping the hardware is at least somewhat sane.
* Remove usage of AT+CGACT for nowMarcel Holtmann2010-04-011-22/+5
|
* Add support for recording PPP sessions in pppdump formatMarcel Holtmann2010-04-011-1/+7
|
* Implement g_at_ppp_set_debug supportMarcel Holtmann2010-04-011-3/+4
|
* Fix: Update gsm dial to the new GAtPPP APIDenis Kenzior2010-03-311-17/+8
|
* Enable PPP session suport for AT+CGDATA commandMarcel Holtmann2010-03-281-16/+16
|
* Fix some comments in dialer exampleMarcel Holtmann2010-03-261-3/+3
|
* Check network status to handle auto-registrationMarcel Holtmann2010-03-251-13/+43
|
* Check modem mode before tyring to change itMarcel Holtmann2010-03-251-1/+27
|
* gsmdial: shutdown ppp link if we have oneKristen Carlson Accardi2010-03-251-1/+3
| | | | | If we have created a ppp link, shut it down when the signal handler is called.
* Add PPP option to gsmdialKristen Carlson Accardi2010-03-221-3/+84
| | | | | Implement new options for gsmdial to use PPP and set the user name and password for authentication if needed.
* Add support for IP based connections to gsmdialDenis Kenzior2010-03-181-1/+51
|
* Style: Various issuesDenis Kenzior2010-01-121-2/+3
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Add legacy mode to gsmdialDenis Kenzior2009-12-101-3/+13
| | | | Use ATD*99 variety for modems that don't support CGDATA.
* Fix: wrong abbreviation for optionDenis Kenzior2009-12-101-1/+1
|
* Add offmode to gsmdialDenis Kenzior2009-12-101-1/+7
|
* Fix: Fix gsmdial to handle MD300Denis Kenzior2009-12-101-22/+102
| | | | MD300 never sends a CGREG indication, we must query it after CGATT
* Add the beginnings of a GSM GPRS dialing appDenis Kenzior2009-12-101-0/+374
|
* Add skeleton for gsmdial test applicationMarcel Holtmann2009-09-241-0/+29