osmo-bts/src/osmo-bts-trx
Pau Espin 1d53d231da bts-trx: Fix CCCH not enabled if BS_AG_BLKS_RES!=1 is provided by BSC
Other bts models like sysmo,lc15,oc2g properly handled
rel_act_kind=LCHAN_REL_ACT_REACT under the bts_model_lchan_deactivate()
implementation, but bts-trx didn't.

As a result, when BCCH_INFO(SYSINFO_TYPE_3) coming from BSC (RSL)
containing a different BS_AG_BLKS_RES triggers CCCH re-activation,
it would only deactivate it but not re-activate it.
That means no SIs were being scheduled if bts was configured with
"channel-descrption bs-ag-blks-res 2" in osmo-bsc.cfg, and phones would
not see the cell.

Related: OS#1575
Change-Id: I61e1681fbaa2c993b529d58b581c99166b62bda3
2023-09-07 18:15:03 +02:00
..
Makefile.am Depend on libosmo-netif 2022-09-06 09:14:40 +02:00
amr_loop.c copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-19 08:50:18 +00:00
amr_loop.h osmo-bts-trx: use C/I in the AMR link adaptation loop 2022-04-20 12:18:08 +00:00
l1_if.c bts-trx: Fix CCCH not enabled if BS_AG_BLKS_RES!=1 is provided by BSC 2023-09-07 18:15:03 +02:00
l1_if.h osmo-bts-trx: new rate counter 'trx_sched:dl_fh_cache_miss' 2022-03-09 07:22:27 +00:00
main.c ECU in UL path: make it optional per vty config 2023-06-28 16:29:00 +00:00
probes.d initial support for static userspace probes via systemtap 2021-10-25 10:06:09 +00:00
sched_lchan_fcch_sch.c [VAMOS] common/scheduler: unify symbol names for training sequences 2021-06-01 02:46:43 +00:00
sched_lchan_pdtch.c osmo-bts-trx: change 'Received bad data' back to LOGL_DEBUG 2023-07-15 01:20:15 +07:00
sched_lchan_rach.c osmo-bts-trx: rx_rach_fn(): properly detect handover RACH 2022-10-04 14:57:57 +00:00
sched_lchan_tchf.c osmo-bts-trx: tx_tch[fh]_fn(): fix NULL pointer dereference 2023-07-21 11:06:00 +00:00
sched_lchan_tchh.c osmo-bts-trx: tx_tch[fh]_fn(): fix NULL pointer dereference 2023-07-21 11:06:00 +00:00
sched_lchan_xcch.c osmo-bts-trx: unify and enrich 'Received bad data' logging 2023-07-13 13:18:02 +00:00
sched_utils.h osmo-bts-trx: document/clarify the meaning of BUFMAX=24 2023-07-21 11:12:50 +00:00
scheduler_trx.c osmo-bts-trx: implement CSD scheduling support 2023-07-13 03:42:29 +07:00
trx_if.c copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-19 08:50:18 +00:00
trx_if.h [VAMOS] osmo-bts-trx: properly handle per-timeslot TSC values 2021-06-04 20:04:13 +00:00
trx_provision_fsm.c copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-19 08:50:18 +00:00
trx_provision_fsm.h copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-19 08:50:18 +00:00
trx_vty.c osmo-bts-trx: respond to tx-attenuation config in real time. 2022-10-13 14:34:15 +00:00