From aff63bc089215fb5536bb357f3289808f27bfb42 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 5 Mar 2011 19:42:16 +0100 Subject: OM2000: Consider OP_INFO_REJ and TEST_REQ_REJ as NACK --- openbsc/src/libbsc/abis_om2000.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/src/libbsc/abis_om2000.c') diff --git a/openbsc/src/libbsc/abis_om2000.c b/openbsc/src/libbsc/abis_om2000.c index 08f95e840..eb0e3e190 100644 --- a/openbsc/src/libbsc/abis_om2000.c +++ b/openbsc/src/libbsc/abis_om2000.c @@ -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: -- cgit v1.2.3