aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/signal.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-01-24 16:27:06 +0100
committerMax <msuraev@sysmocom.de>2017-01-25 13:24:52 +0100
commit871e0bec7e5218defc404b117dd6f89906c5c0da (patch)
tree9ca1c2793b2995cbef67fb60befcebc64b88038a /include/osmo-bts/signal.h
parent10b11325a77af9a159bf05af0cd2ad7a3d24dc58 (diff)
OML: internalize failure reporting
* make oml_tx_failure_event_rep() static and use osmo_signal_dispatch() wrapped into oml_fail_rep() to trigger event reports outside of oml.c instead of directly calling into OML layer * remove unnecessary formatting from text messages Related: OS#1615 Change-Id: I738555c547926e97b325ab53763c0076c42309bc
Diffstat (limited to 'include/osmo-bts/signal.h')
-rw-r--r--include/osmo-bts/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/signal.h b/include/osmo-bts/signal.h
index c8168a26..01d4099b 100644
--- a/include/osmo-bts/signal.h
+++ b/include/osmo-bts/signal.h
@@ -5,6 +5,7 @@
enum sig_subsys {
SS_GLOBAL,
+ SS_FAIL,
};
enum signals_global {