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.
This commit is contained in:
Holger Hans Peter Freyther 2014-04-07 20:30:12 +02:00
parent 57a4d121c4
commit f547bee878
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}