aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bts_trx.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-08cosmetic: Rename is_ipaccess_bts() to is_ipa_abisip_bts()Harald Welte1-1/+1
2023-01-31timeslot_fsm: Warn in case Ercisson RBS uses static PDCHPhilipp Maier1-0/+17
2023-01-23SI: set type 10 length properlyMax1-0/+3
2023-01-23SI: use defined constant instead of magic numberMax1-1/+1
2022-08-09lchan: Move init logic to a specific functionPau Espin Pedrol1-8/+2
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol1-0/+1
2022-05-02Check VTY config against features reported by BTSOliver Smith1-0/+14
2022-03-16gsm_bts_trx_set_system_infos(): cosmetic: improve readabilityVadim Yanitskiy1-18/+25
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