aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
diff options
context:
space:
mode:
authorMinh-Quang Nguyen <minh-quang.nguyen@nutaq.com>2016-09-02 09:53:14 -0400
committerMinh-Quang Nguyen <minh-quang.nguyen@nutaq.com>2016-09-02 09:53:14 -0400
commitc1dc396e816847a70163ffce9e2d5df13342e063 (patch)
tree26afc9797921cfc5fb2accc8d8c5f4864946156c /src/common/oml.c
parentc37cbb45f509529fedfb19f4a146420d61d503d1 (diff)
LC15: Allow BTS to forward PCU failure alarms to network
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;
}