From f547bee8785e0e89469abc13f7da24fb8b37ba4d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 7 Apr 2014 20:30:12 +0200 Subject: rsl: Use unique values for the call to rsl_tx_chan_act_nack This way we can easily find the place in the code that is responsible for the NACK. --- src/osmo-bts-sysmo/oml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c index f8f7a0af..879908ee 100644 --- a/src/osmo-bts-sysmo/oml.c +++ b/src/osmo-bts-sysmo/oml.c @@ -938,7 +938,7 @@ static int sapi_activate_cb(struct gsm_lchan *lchan, int status) if (status != GsmL1_Status_Success) { lchan_set_state(lchan, LCHAN_S_BROKEN); sapi_clear_queue(&lchan->sapi_cmds); - rsl_tx_chan_act_nack(lchan, RSL_ERR_EQUIPMENT_FAIL); + rsl_tx_chan_act_nack(lchan, RSL_ERR_PROCESSOR_OVERLOAD); return -1; } -- cgit v1.2.3