aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bts_trx.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-10refactor lchan countingNeels Hofmeyr1-48/+0
2021-10-08rsl_lchan_lookup(): fix handling of ABIS_RSL_CHAN_NR_CBITS_OSMO_PDCHVadim Yanitskiy1-2/+2
2021-10-07bts_trx: Fix timeslot_fsm not properly freed during trx free() [1/4]Pau Espin Pedrol1-0/+1
2021-08-16error log: improve lchan lookup error msgNeels Hofmeyr1-0/+18
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-2/+2
2021-06-18rsl_lchan_lookup: drop redundant conditionNeels Hofmeyr1-1/+1
2021-06-15fixup for vamos: fix wrong cbits in rsl_lchan_lookup()Neels Hofmeyr1-1/+1
2021-06-10RSL: set default TEI according to TRX numberNeels Hofmeyr1-0/+2
2021-06-10RSL: rx and tx VAMOS Channel Number cbits for VAMOS lchansNeels Hofmeyr1-0/+18
2021-06-10rsl_lchan_lookup(): add comment explaining ts_is_capable_of_pchan()Neels Hofmeyr1-0/+4
2021-06-10rsl_lchan_lookup(): turn cbits if-cascade into a switch()Neels Hofmeyr1-7/+28
2021-06-10update the lchan name to always reflect VAMOS shadownessNeels Hofmeyr1-1/+1
2021-05-31replace ts_*_for_each_lchan() with ts_for_n_lchans()Neels Hofmeyr1-1/+1
2021-04-28gsm_lchan_name_compute with ctxNeels Hofmeyr1-3/+1
2021-04-23Revert "update neighbor ARFCNs on startup and config changes"Pau Espin Pedrol1-4/+0
2021-04-22update neighbor ARFCNs on startup and config changesNeels Hofmeyr1-0/+4
2020-12-29Add a bts_model->bts_init() and trx_init() call-back functionHarald Welte1-0/+7
2020-10-15Introduce Radio Channel FSMPau Espin Pedrol1-0/+13
2020-10-15Introduce NM RadioCarrier FSMPau Espin Pedrol1-6/+10
2020-10-15Introduce NM BaseBand Transceiver FSMPau Espin Pedrol1-0/+16
2020-10-15Set all NM OML objects to Locked by defaultPau Espin Pedrol1-1/+0
2020-07-18Move gsm_bts_{trx_}set_system_infos APIs to bts{_trx}.*Pau Espin Pedrol1-0/+132
2020-07-18Move struct gsm_bts_trx: gsm-data.* => bts_trx.*Pau Espin Pedrol1-0/+288