Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | gatchat: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-10-15 | Refactor: Add driver model to GAtMux | Denis Kenzior | 1 | -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-15 | Refactor: Add convenience method to start 0710 MUX | Denis Kenzior | 1 | -1/+0 | |
Use an existing GAtChat that has been setup appropriately to conver the channel into a MUX | |||||
2009-10-15 | Remove more unused code | Denis Kenzior | 1 | -1/+0 | |
2009-10-08 | Fix: Use DISC on dlc 0 instead of CLD | Denis Kenzior | 1 | -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-08 | Cleanup: Remove more dead code | Denis Kenzior | 1 | -2/+0 | |
2009-10-08 | Cleanup: Get rid of unused member | Denis Kenzior | 1 | -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-08 | Remove AT command and re-init support from GSM 07.10 | Marcel Holtmann | 1 | -78/+4 | |
2009-09-08 | Use NULL for init of function callbacks | Marcel Holtmann | 1 | -10/+10 | |
2009-09-08 | Export the GSM 07.10 status flags | Marcel Holtmann | 1 | -8/+0 | |
2009-09-06 | Integrate the multiplexer into the AT chat library | Marcel Holtmann | 1 | -0/+625 | |