OM2000: Consider OP_INFO_REJ and TEST_REQ_REJ as NACK

This commit is contained in:
Harald Welte 2011-03-05 19:42:16 +01:00
parent 1164dce679
commit aff63bc089
1 changed files with 2 additions and 0 deletions

View File

@ -1214,7 +1214,9 @@ int abis_om2k_rcvmsg(struct msgb *msg)
break;
case OM2K_MSGT_START_REQ_REJ:
case OM2K_MSGT_CONNECT_REJ:
case OM2K_MSGT_OP_INFO_REJ:
case OM2K_MSGT_DISCONNECT_REJ:
case OM2K_MSGT_TEST_REQ_REJ:
case OM2K_MSGT_CON_CONF_REQ_REJ:
case OM2K_MSGT_IS_CONF_REQ_REJ:
case OM2K_MSGT_TX_CONF_REQ_REJ: