summaryrefslogtreecommitdiffstats
path: root/gatchat/gsmdial.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-02gsmdial: Set recording after ppp_openDenis Kenzior1-3/+3
2011-11-30gsmdial: Make sure to use '#' at the endDenis Kenzior1-1/+1
The bluetooth path got this part wrong
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-06-29gsmdial: Add pfc & acfc options to gsmdialDenis Kenzior1-2/+8
2011-06-29gsmdial: Use ACFC and PFC by defaultGuillaume Zajac1-0/+3
2011-05-25gsmdial: Send escape sequence followed by ATH/ATODenis Kenzior1-0/+49
This functionality can be triggered by sending SIGUSR1 / SIGUSR2 to gsmdial. e.g. kill -10 <pid> and kill -12 <pid>
2011-05-24gsmdial: Update to new APIDenis Kenzior1-2/+2
2011-02-28gsmdial: register notification before resumingDenis Kenzior1-1/+5
2011-02-16gsmdial: Fix minor style quirkDenis Kenzior1-1/+1
2011-02-16gsmdial: add option for Bluetooth DUN dialingGustavo F. Padovan1-3/+16
2011-01-12gatchat: M15 coding styles fixesJeevaka Badrappan1-2/+2
2010-11-29gatchat: explicitly compare pointers to NULLLucas De Marchi1-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>
2010-09-14Fix common misspellings in gatchatLucas De Marchi1-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
2010-06-29gsmdial: Wait for a no carrier before sending CFUNDenis Kenzior1-3/+9
2010-06-28gsmdial: Configure network interface for PPPZhenhua Zhang1-0/+29
2010-06-28gsmdial: Update to the new APIZhenhua Zhang1-2/+3
2010-06-17gsmdial: Unref ppp when we get disconnectedZhenhua Zhang1-0/+5
2010-05-10gsmdial: Shut down cleanly when ppp link diesDenis Kenzior1-2/+4
2010-05-10gsmdial: use g_at_ppp_new_from_io()Kristen Carlson Accardi1-3/+3
2010-05-10gsmdial: use g_at_chat_suspendKristen Carlson Accardi1-4/+4
2010-04-30gsmdial: Port to new PPP apiDenis Kenzior1-9/+3
2010-04-28ppp: Hang set_recording off the GAtPPP objectDenis Kenzior1-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.
2010-04-28gsmdial: Use set recording on the HDLC objectDenis Kenzior1-1/+1
2010-04-28gsmdial: Get rid of g_at_chat_shutdown usageDenis Kenzior1-9/+16
2010-04-28gsmdial: Unref the chat instead of using shutdownDenis Kenzior1-2/+2
2010-04-11Check for PIN after activating the modemMarcel Holtmann1-4/+13
2010-04-10Check for PIN status to see details in debug outputMarcel Holtmann1-0/+1
2010-04-02Remove the PPP option from gsmdialDenis Kenzior1-6/+0
Pointless since we should always connect using PPP
2010-04-01Fix: Stop infinite attempts to registerDenis Kenzior1-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.
2010-04-01Remove usage of AT+CGACT for nowMarcel Holtmann1-22/+5
2010-04-01Add support for recording PPP sessions in pppdump formatMarcel Holtmann1-1/+7
2010-04-01Implement g_at_ppp_set_debug supportMarcel Holtmann1-3/+4
2010-03-31Fix: Update gsm dial to the new GAtPPP APIDenis Kenzior1-17/+8
2010-03-28Enable PPP session suport for AT+CGDATA commandMarcel Holtmann1-16/+16
2010-03-26Fix some comments in dialer exampleMarcel Holtmann1-3/+3
2010-03-25Check network status to handle auto-registrationMarcel Holtmann1-13/+43
2010-03-25Check modem mode before tyring to change itMarcel Holtmann1-1/+27
2010-03-25gsmdial: shutdown ppp link if we have oneKristen Carlson Accardi1-1/+3
If we have created a ppp link, shut it down when the signal handler is called.
2010-03-22Add PPP option to gsmdialKristen Carlson Accardi1-3/+84
Implement new options for gsmdial to use PPP and set the user name and password for authentication if needed.
2010-03-18Add support for IP based connections to gsmdialDenis Kenzior1-1/+51
2010-01-12Style: Various issuesDenis Kenzior1-2/+3
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-10Add legacy mode to gsmdialDenis Kenzior1-3/+13
Use ATD*99 variety for modems that don't support CGDATA.
2009-12-10Fix: wrong abbreviation for optionDenis Kenzior1-1/+1
2009-12-10Add offmode to gsmdialDenis Kenzior1-1/+7
2009-12-10Fix: Fix gsmdial to handle MD300Denis Kenzior1-22/+102
MD300 never sends a CGREG indication, we must query it after CGATT
2009-12-10Add the beginnings of a GSM GPRS dialing appDenis Kenzior1-0/+374
2009-09-24Add skeleton for gsmdial test applicationMarcel Holtmann1-0/+29