From f01f305e316bdcdc327dd576d97dd460d2ce67a4 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 27 Apr 2022 12:35:00 +0200 Subject: [PATCH] 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 --- bsc/BSC_Tests.ttcn | 1 - 1 file changed, 1 deletion(-) diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index 2858cdf69..26d47b63a 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -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 }