From 086ffa51b4f56eb875e4918a2ee1802581c6cd67 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 29 Dec 2009 11:26:38 +0100 Subject: [abis] Add ACK signal and send it on SET NVATTR ACK * Add the signal definition to signal.h * Dispatch the signal from abis_nm.c * Handle it in ipaccess-config.c and say we are done with work --- openbsc/src/abis_nm.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/src/abis_nm.c') diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c index 211f70ee4..9dedcaf5d 100644 --- a/openbsc/src/abis_nm.c +++ b/openbsc/src/abis_nm.c @@ -2805,6 +2805,9 @@ static int abis_nm_rx_ipacc(struct msgb *msg) case NM_MT_IPACC_GET_NVATTR_NACK: dispatch_signal(SS_NM, S_NM_IPACC_NACK, &foh->msg_type); break; + case NM_MT_IPACC_SET_NVATTR_ACK: + dispatch_signal(SS_NM, S_NM_IPACC_ACK, &foh->msg_type); + break; default: break; } -- cgit v1.2.3