rbs_sabm: reserve space for checksum in SABM command (Thanks Matthew)

This commit is contained in:
Harald Welte 2011-02-09 19:20:53 +01:00
parent ef8d16bcb3
commit 8fb5d170e2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
/* this program wants to be called with 'strace -s1024 -x' so you see the data
* betewen DAHDI and it */
const uint8_t sabme_frame_nonraw[] = { 0xFA, 0x7D, 0x7F };
const uint8_t sabme_frame_nonraw[] = { 0xFA, 0x7D, 0x7F, 0x00, 0x00 };
static int fd;
static uint8_t dummy_buf[8192];