commit | f3fad223ed69f406f33c9619c256858d5a5fc5c7 | [log] [tgz] |
---|---|---|
author | Karsten Keil <keil@b1-systems.de> | Wed Jul 08 20:58:33 2009 +0200 |
committer | Karsten Keil <keil@b1-systems.de> | Sat Jul 25 20:16:17 2009 +0200 |
tree | 47987e6358d83c3f01ae500abffd1e869a577a2c | |
parent | c38fc3bc2ecddd4f5278131603e6964cbed071b2 [diff] |
ISDN: Fix isdnhdlc for one byte hdlc packets Normally HDLC packets contain more as one byte (e.g a X25/X75 header). But if you use plain HDLC framing, the current code do not encode 1 byte payloads, this patch fix that. Signed-off-by: Karsten Keil <keil@b1-systems.de>