summaryrefslogtreecommitdiffstats
path: root/gatchat
AgeCommit message (Collapse)AuthorFilesLines
2010-04-13Merge: make linkDenis Kenzior1-2/+2
2010-04-13ppp: Reset the options whenever the layer is downDenis Kenzior2-11/+32
So we can re-negotiate the options if the layer is opened again.
2010-04-13ppp: Rename data to pppcpDenis Kenzior1-6/+2
2010-04-13ppp: unref should mean a hard shutdownDenis Kenzior1-27/+20
This can happen when e.g. the modem is physically removed from the system and it is not feasible to wait for the nice shutdown state to be reached.
2010-04-13ppp: Signal Down & Close when socket is closedDenis Kenzior1-0/+2
2010-04-13ppp: Add pppcp_signal_downDenis Kenzior2-0/+6
For use when the link is abruptly terminated by the remote side
2010-04-13ppp: Use pppcp_signal functions directlyDenis Kenzior3-35/+6
No real need to wrap them behind lcp_ functions
2010-04-13ppp: Keep track when read watcher diesDenis Kenzior1-4/+11
2010-04-13ppp: Remove unused defineDenis Kenzior1-1/+0
2010-04-12Fix: busy loop in atserverDenis Kenzior1-1/+1
2010-04-12Reindent the handler registration inside AT serverMarcel Holtmann1-18/+19
2010-04-12Use ppp_debug() for PPP CP event debug statementsMarcel Holtmann1-13/+20
2010-04-12Remove useless debug in PPP transmit destroy callbackMarcel Holtmann1-2/+1
2010-04-12Remove various GDestroyNotify function castingMarcel Holtmann3-16/+30
2010-04-12The exit() function should always use positive exit valuesMarcel Holtmann1-3/+3
2010-04-12Fix file descriptor leakage when closing PPP recordingMarcel Holtmann1-1/+3
2010-04-12The AT+CGDATA command should return CONNECT on successMarcel Holtmann1-1/+1
2010-04-12Add fake support for AT+CGDATA and AT+CGDCONT inside AT serverMarcel Holtmann1-0/+52
2010-04-12Add basic support for emulating AT+CGATT inside AT serverMarcel Holtmann1-0/+55
2010-04-12Add basic support for emulating AT+CGREG inside AT serverMarcel Holtmann1-0/+51
2010-04-12Add basic support for emulating AT+CREG inside AT serverMarcel Holtmann1-2/+73
2010-04-11Check for PIN after activating the modemMarcel Holtmann1-4/+13
2010-04-11Reduce fake CFUN delay to 1 second to make testing simplerMarcel Holtmann1-1/+1
2010-04-11Make CPIN handling of AT server a bit more compliantMarcel Holtmann1-1/+7
2010-04-11Add really simple COPS support to AT command serverMarcel Holtmann1-0/+44
2010-04-11The user data pointer variable should be called user_dataMarcel Holtmann6-13/+15
2010-04-11Implement full CFUN handling for AT serverMarcel Holtmann1-0/+14
2010-04-11Use a ring buffer for non-blocking HDLC output streamsMarcel Holtmann2-26/+94
2010-04-10Add initial implementation for QCDM test utilityMarcel Holtmann1-0/+174
2010-04-10Add abstraction for HDLC stream handlingMarcel Holtmann2-0/+332
2010-04-10Add utility helper for debugging binary blobsMarcel Holtmann2-2/+28
2010-04-10Add generic receive function definitionMarcel Holtmann1-0/+4
2010-04-10Check for PIN status to see details in debug outputMarcel Holtmann1-0/+1
2010-04-10Add skeleton for QCDM test programMarcel Holtmann1-0/+29
2010-04-09Remove one empty line and add another oneMarcel Holtmann2-1/+1
2010-04-09Move CRC-CCITT table and helper into separate fileMarcel Holtmann3-60/+99
2010-04-09ppp: Trivial style fixDenis Kenzior1-2/+2
Be more explicit
2010-04-09ppp: Use flags not booleans for ipcp optionsDenis Kenzior1-25/+30
2010-04-09ppp: Use flags instead of booleans for lcp optionsDenis Kenzior1-3/+5
2010-04-08ppp: Stop the timer when re-startingDenis Kenzior1-10/+9
In case we receive NAK/REJ we should stop and re-start the timer, otherwise we end up generating multiple Conf-Reqs
2010-04-08ppp: Rip out the now unused option string stuffDenis Kenzior3-31/+0
Using wireshark is much easier
2010-04-08ppp: Port LCP to the new option frameworkDenis Kenzior1-73/+99
2010-04-08ppp: port IPCP to the new option frameworkDenis Kenzior1-62/+160
2010-04-08ppp: Rip out the old option processingDenis Kenzior2-464/+129
Put in the new option processing
2010-04-08ppp: Fix make some functions const correctDenis Kenzior2-4/+4
2010-04-08ppp: Make iterators work all the timeDenis Kenzior1-1/+1
2010-04-08ppp: Move some one-time setters to the protoDenis Kenzior4-87/+52
2010-04-07ppp: Add rca callbackDenis Kenzior4-40/+71
When the other side acks our options, then let us apply these options locally and start using them
2010-04-07ppp: Add pppcp option iteratorsDenis Kenzior2-0/+63
2010-04-07ppp: Remove lcp_protocol_rejectDenis Kenzior2-6/+1
Use pppcp_send_reject_protocol