FreeCalypso > hg > freecalypso-sw
diff rvinterf/lowlevel/clientcmd.c @ 1008:5f919af515f1
rvinterf: beginning of support for new TCH and KEEPALIVE RVTMUX channels
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 20 Mar 2016 19:59:19 +0000 |
parents | a5c8f48003cd |
children |
line wrap: on
line diff
--- a/rvinterf/lowlevel/clientcmd.c Sun Mar 20 19:31:39 2016 +0000 +++ b/rvinterf/lowlevel/clientcmd.c Sun Mar 20 19:59:19 2016 +0000 @@ -45,7 +45,7 @@ send_local_msg_to_client(cli, "-Bad command length"); return; } - if (cli->rx_buf[1] < 0x12 || cli->rx_buf[1] > 0x1B) { + if (cli->rx_buf[1] < 0x12 || cli->rx_buf[1] > 0x1D) { send_local_msg_to_client(cli, "-Unsupported protocol MUX value"); return; @@ -58,7 +58,7 @@ send_local_msg_to_client(cli, "-Bad command length"); return; } - if (cli->rx_buf[1] < 0x12 || cli->rx_buf[1] > 0x1B) { + if (cli->rx_buf[1] < 0x12 || cli->rx_buf[1] > 0x1D) { send_local_msg_to_client(cli, "-Unsupported protocol MUX value"); return;