cbc: BCS_ConnHdlr: avoid handling received RESTART messages

CBSP RESTART messages are only sen BSC->CBS direction, so it makes no
sense to activate the receival of RESTART messages in the BSC emulation.

Change-Id: I40e78ff4d980050a6142226a7eb9589f2d15e5bd
This commit is contained in:
Pau Espin 2022-08-05 17:14:10 +02:00
parent 6b3e8e34c4
commit 9c979d5397
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ function f_BSC_ConnHdlr_main(charstring id, BSC_ConnHdlrPars pars) runs on BSC_C
cIl_allInBSS := ''O
};
activate(as_cbsp_keepalive_ack(0));
activate(as_cbsp_restart(0));
f_cbsp_send(ts_CBSP_RESTART(cell_list, CBSP_BC_MSGT_CBS, CBSP_RI_DATA_LOST));
f_cbsp_send(ts_CBSP_RESTART(cell_list, CBSP_BC_MSGT_EMERG, CBSP_RI_DATA_LOST));
as_cbsp_reset(0);