aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bts.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-13bts: set acs value in bts_allocPhilipp Maier1-0/+1
2021-10-13bts: set pwrc value in bts_allocPhilipp Maier1-0/+1
2021-10-13bts: set R99 MSC flag in SI13 in bts_allocPhilipp Maier1-0/+1
2021-10-12stat: add bts.N.num_trx:rsl_connectedNeels Hofmeyr1-1/+5
2021-10-12stat: add bts.N.num_trx:totalNeels Hofmeyr1-0/+4
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol1-4/+2
2021-07-23Introduce VTY option to forbid use of TCH for non-voicecall signallingPau Espin Pedrol1-0/+1
2021-07-22bts: Clear BTS_STAT_CHAN_*_{TOTAL,USED} on bts disconnectDaniel Willmann1-0/+20
2021-07-16separate 'interference-meas level-bounds' cfg and usedNeels Hofmeyr1-1/+1
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-6/+6
2021-07-05power_control: constrain BS power reduction on BCCH carrierVadim Yanitskiy1-0/+31
2021-07-05power_control: implement BCCH carrier power reduction operationVadim Yanitskiy1-1/+19
2021-06-17Introduce counters to track SRVCC proceduresPau Espin Pedrol1-0/+22
2021-06-17Introduce VTY command to disable srvcc fast-return on target BTSPau Espin Pedrol1-0/+3
2021-06-04Make interference measurement parameters configurableVadim Yanitskiy1-0/+3
2021-06-04bts_uptime(): do not spam logs with 'OML link uptime unavailable'Vadim Yanitskiy1-3/+1
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-1/+1
2021-05-23bsc: Use osmo_clock_gettime everywherePau Espin Pedrol1-1/+1
2021-05-11osmo-bsc: Avoid erroring every few secs about unconnected BTSPau Espin Pedrol1-1/+1
2021-05-04stats: add BTS uptime counterMichael Iedema1-0/+9
2021-04-23Revert "update neighbor ARFCNs on startup and config changes"Pau Espin Pedrol1-3/+2
2021-04-22update neighbor ARFCNs on startup and config changesNeels Hofmeyr1-2/+3
2021-04-12vty: deprecate BTS type 'sysmobts' in favor of 'osmo-bts'Vadim Yanitskiy1-2/+2
2021-04-12stats: Count transitions from BORKEN state due to LCHAN_EV_TS_ERROR signal.Alexander Chemeris1-0/+3
2021-04-04Ignore CHANnel ReQuireD with Access Delay IE > 63Keith1-0/+5
2021-03-24fix/refactor neighbor configNeels Hofmeyr1-54/+1
2021-03-24refactor handover penalty timersNeels Hofmeyr1-0/+28
2021-03-17stats: T3122 related: num_values 16 -> 60Oliver Smith1-20/+20
2021-02-19Disallow changing the type of an existing BTS from the vtyKeith1-0/+3
2021-02-17stats: add SIGN/SPEECH assignment subcategoriesMichael Iedema1-0/+36
2021-02-07power_control: enable Uplink DPC by default if format is knownVadim Yanitskiy1-3/+4
2021-01-30stats: Add granularity to chan:rf_fail stat.Michael Iedema1-0/+6
2021-01-18stats: Add granularity to SDCCH/TCH/LU activity.Michael Iedema1-1/+45
2021-01-13Introduce Neighbor Resolution ServicePau Espin Pedrol1-0/+4
2020-12-29Add a bts_model->bts_init() and trx_init() call-back functionHarald Welte1-0/+13
2020-12-29power_control: enable dynamic MS power control for osmo-btsVadim Yanitskiy1-1/+4
2020-12-19power_control: add new structures and default parametersVadim Yanitskiy1-0/+8
2020-12-03Introduce NM GPRS CELL FSMPau Espin Pedrol1-5/+13
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol1-25/+4
2020-12-01bts: add repeated acch mode flags + vty configPhilipp Maier1-0/+2
2020-10-19bts: move rate counter / stat item definitions from *.h to *.cVadim Yanitskiy1-0/+388
2020-10-15Introduce NM BTS FSMPau Espin Pedrol1-0/+7
2020-10-15Introduce NM BTS Site Manager FSMPau Espin Pedrol1-4/+18
2020-09-07abis_rsl: prioritize emergency calls over regular callsPhilipp Maier1-0/+1
2020-08-24Count intra-cell and intra-bsc handover separatelyDaniel Willmann1-56/+0
2020-07-29Introduce support for ACC subset rotationPau Espin Pedrol1-0/+1
2020-07-18Move acc_ramp_init inside gsm_bts_allocPau Espin Pedrol1-0/+2
2020-07-18Move gsm_bts_{trx_}set_system_infos APIs to bts{_trx}.*Pau Espin Pedrol1-0/+20
2020-07-18bts: Drop duplicated function to get trx by numberPau Espin Pedrol1-2/+6
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+748