From 871e0bec7e5218defc404b117dd6f89906c5c0da Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 24 Jan 2017 16:27:06 +0100 Subject: 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 --- include/osmo-bts/signal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmo-bts/signal.h') 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 { -- cgit v1.2.3