aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bts_trx.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-04-23 13:36:17 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-04-23 13:38:58 +0200
commit88311606317c0db68f8ea4199ffbbf193dc0e253 (patch)
treef101b718432eb3105d128fe05767e80acdf20729 /src/osmo-bsc/bts_trx.c
parentc1a5310a3ed75ff24dc2d6a48c09d8dfc89d944c (diff)
Revert "update neighbor ARFCNs on startup and config changes"
This patch caused major breakage in my setup, with BSC printing at startup: "(bts=0,trx=0) Failed to generate System Information". And bts-trx printing all the time: "sysinfo.c:162 PH-RTS-IND: Unable to determine actual BS_AG_BLKS_RES value as SI3 is not available yet, fallback to 1" This reverts commit c1a5310a3ed75ff24dc2d6a48c09d8dfc89d944c. Change-Id: I5da365c93aedc6668a77b82ee9b68cbec64967e3
Diffstat (limited to 'src/osmo-bsc/bts_trx.c')
-rw-r--r--src/osmo-bsc/bts_trx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/osmo-bsc/bts_trx.c b/src/osmo-bsc/bts_trx.c
index d67c9a174..6d98929b5 100644
--- a/src/osmo-bsc/bts_trx.c
+++ b/src/osmo-bsc/bts_trx.c
@@ -429,10 +429,6 @@ int gsm_bts_trx_set_system_infos(struct gsm_bts_trx *trx)
/* Third, we send the selected SI via RSL */
- /* If the BTS is not up and running yet, don't send anything. */
- if (!trx_is_usable(trx))
- return -1;
-
for (n = 0; n < n_si; n++) {
i = gen_si[n];
/* 3GPP TS 08.58 ยง8.5.1 BCCH INFORMATION. If we don't currently