bsc CBSP: cosmetic: rename f_cbsp_init_tail() to f_expect_cbsp_restart()

It might be part of initialization, but what this function does is expect to
receive a CBSP RESTART, period.

Change-Id: Ieffe70cf43eb79b798d93717bbce294ee809f0e2
This commit is contained in:
Neels Hofmeyr 2020-07-29 01:22:11 +02:00 committed by laforge
parent a16afdc4c6
commit 90a07524d1
1 changed files with 2 additions and 2 deletions

View File

@ -125,9 +125,9 @@ private function f_cbsp_init_server(float guard_timeout := 30.0) runs on cbsp_te
mtc.stop;
}
}
f_cbsp_init_tail();
f_expect_cbsp_restart();
}
private function f_cbsp_init_tail() runs on cbsp_test_CT {
private function f_expect_cbsp_restart() runs on cbsp_test_CT {
interleave {
[] CBSP[0].receive(tr_CBSP_Recv(?, tr_CBSP_RESTART(?, CBSP_BC_MSGT_CBS, CBSP_RI_DATA_LOST)));
/* should we also expect a restart for emergency related messages? */