bsc: Avoid sending CCCH Load Ind (paging) when RSL C0 becomes up

The paging CCCH Load Ind should only be sent when the BTS is over the
threshold, which is not the case when it starts up.
The BSC should underststand that the BTS under threshold and be able to
send paging requests.

Change-Id: I19a97e97ec96ba8ea2e28b1be8ac3b706b43e1b7
This commit is contained in:
Pau Espin 2022-04-27 12:35:00 +02:00 committed by pespin
parent 4a788a0812
commit f01f305e31
1 changed files with 0 additions and 1 deletions

View File

@ -961,7 +961,6 @@ runs on test_CT {
alt {
[] IPA_RSL[i].receive(tr_ASP_IPA_EV(ASP_IPA_EVENT_ID_ACK)) {
T.stop;
IPA_RSL[i].send(ts_ASP_RSL_UD(ts_RSL_PAGING_LOAD_IND(23)));
}
[] IPA_RSL[i].receive(ASP_IPA_Event:?) { repeat }
[] IPA_RSL[i].receive { repeat }