aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-12-29 11:26:38 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-12-30 04:40:50 +0100
commit086ffa51b4f56eb875e4918a2ee1802581c6cd67 (patch)
treee2069805789d2bc41ea74edd03eb5e78f38c4688 /openbsc/include/openbsc/signal.h
parente5198967a6745e36b164fb1d18314c9d1a251719 (diff)
[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
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-rw-r--r--openbsc/include/openbsc/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 8c815f89e..f13b12be8 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -69,6 +69,7 @@ enum signal_nm {
S_NM_FAIL_REP, /* GSM 12.21 failure event report */
S_NM_NACK, /* GSM 12.21 various NM_MT_*_NACK happened */
S_NM_IPACC_NACK, /* GSM 12.21 nanoBTS extensions NM_MT_IPACC_*_*_NACK happened */
+ S_NM_IPACC_ACK, /* GSM 12.21 nanoBTS extensions NM_MT_IPACC_*_*_ACK happened */
S_NM_TEST_REP, /* GSM 12.21 Test Report */
};