summaryrefslogtreecommitdiff
path: root/gatchat/gsm0710.c
Commit message (Collapse)AuthorAgeFilesLines
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Refactor: Add driver model to GAtMuxDenis Kenzior2009-10-151-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
* Refactor: Add convenience method to start 0710 MUXDenis Kenzior2009-10-151-1/+0
| | | | | Use an existing GAtChat that has been setup appropriately to conver the channel into a MUX
* Remove more unused codeDenis Kenzior2009-10-151-1/+0
|
* Fix: Use DISC on dlc 0 instead of CLDDenis Kenzior2009-10-081-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.
* Cleanup: Remove more dead codeDenis Kenzior2009-10-081-2/+0
|
* Cleanup: Get rid of unused memberDenis Kenzior2009-10-081-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.
* Remove AT command and re-init support from GSM 07.10Marcel Holtmann2009-09-081-78/+4
|
* Use NULL for init of function callbacksMarcel Holtmann2009-09-081-10/+10
|
* Export the GSM 07.10 status flagsMarcel Holtmann2009-09-081-8/+0
|
* Integrate the multiplexer into the AT chat libraryMarcel Holtmann2009-09-061-0/+625