summaryrefslogtreecommitdiffstats
path: root/gatchat/gsm0710.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-15Refactor: Add driver model to GAtMuxDenis Kenzior1-378/+234
GAtMux can now be made to work with multiple multiplexing protocols. Currently on the 27.010 (07.10) Advanced and Basic modes are supported. However, further protocol support can be added by providing the necessary driver functions for GAtMux
2009-10-15Refactor: Add convenience method to start 0710 MUXDenis Kenzior1-1/+0
Use an existing GAtChat that has been setup appropriately to conver the channel into a MUX
2009-10-15Remove more unused codeDenis Kenzior1-1/+0
2009-10-08Fix: Use DISC on dlc 0 instead of CLDDenis Kenzior1-5/+1
Some MUX implementations do not seem to support Multiplexer Closedown (CLD) command. The standard specifies that sending DISC on DLC 0 should act exactly the same as CLD.
2009-10-08Cleanup: Remove more dead codeDenis Kenzior1-2/+0
2009-10-08Cleanup: Get rid of unused memberDenis Kenzior1-53/+20
ctx->server is never set to anything but 0. This was intended to handle server side functionality of the GSM 07.10 multiplexer, but never fully implemented. Since GAtMux is only really meant for the client side, we can safely remove this dead code.
2009-09-08Remove AT command and re-init support from GSM 07.10Marcel Holtmann1-78/+4
2009-09-08Use NULL for init of function callbacksMarcel Holtmann1-10/+10
2009-09-08Export the GSM 07.10 status flagsMarcel Holtmann1-8/+0
2009-09-06Integrate the multiplexer into the AT chat libraryMarcel Holtmann1-0/+625