aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/oml.c')
-rw-r--r--src/common/oml.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/oml.c b/src/common/oml.c
index 924c4dcb..13a47999 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -1552,6 +1552,14 @@ static int handle_oml_fail_evt_rep_sig(unsigned int subsys, unsigned int signal,
sig_data->add_text);
break;
+ case S_NM_OML_BTS_RX_PCU_FAIL_EVT_ALARM:
+ rc = oml_tx_nm_fail_evt_rep(sig_data->mo,
+ sig_data->event_type,
+ sig_data->event_serverity,
+ sig_data->cause_type,
+ sig_data->event_cause,
+ sig_data->add_text);
+ break;
default:
break;
}