aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-07 20:30:12 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-07 20:30:12 +0200
commitf547bee8785e0e89469abc13f7da24fb8b37ba4d (patch)
treec57f8f3d4be16093806bd77d251324dd7f4aaf2b /src
parent57a4d121c4d756f1e97c75d85a7799db751e9f75 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/oml.c2
1 files changed, 1 insertions, 1 deletions
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;
}