From 1356c08cc8f22b4b75a845ebd96651577c984744 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 30 Dec 2009 09:00:01 +0100 Subject: [abis] Dispatch a IPAC restart ACK/NACK signal * Add the NACK version to the list * Dispatch the signal when we receive the message * Handle it in ipaccess-config by exiting the application --- openbsc/include/openbsc/abis_nm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/abis_nm.h') diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h index c237613c8..a122342f2 100644 --- a/openbsc/include/openbsc/abis_nm.h +++ b/openbsc/include/openbsc/abis_nm.h @@ -211,6 +211,7 @@ enum abis_nm_msgtype_bs11 { enum abis_nm_msgtype_ipacc { NM_MT_IPACC_RESTART = 0x87, NM_MT_IPACC_RESTART_ACK, + NM_MT_IPACC_RESTART_NACK, NM_MT_IPACC_RSL_CONNECT = 0xe0, NM_MT_IPACC_RSL_CONNECT_ACK, NM_MT_IPACC_RSL_CONNECT_NACK, -- cgit v1.2.3