aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bts.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-03stat: change pchan naming to dynamic/{osmocom,ipaccess}Neels Hofmeyr1-4/+4
2023-03-03VTY,CTRL: add pchan dynamic/{osmocom,ipaccess}Neels Hofmeyr1-4/+4
2023-01-23vty: Add check against sensible default value for Ny1arehbein1-0/+20
2022-11-23paging: Introduce BTS stat paging:available_slotsPau Espin Pedrol1-0/+5
2022-11-23paging: Introduce BTS stat paging:request_queue_lengthPau Espin Pedrol1-0/+5
2022-11-23paging: Rename stat t3113 -> paging:t3113Pau Espin Pedrol1-3/+3
2022-11-15Add BTS setup ramping to prevent BSC overloadingAlexander Couzens1-0/+2
2022-10-16Introduce support for MGW-pinning per BTSPau Espin Pedrol1-0/+3
2022-09-20ipacces-config: override gsm_bts_check_cfg() to void checking unset bts confi...Pau Espin Pedrol1-1/+1
2022-09-13Add Osmux support on the Abis-side data planePau Espin Pedrol1-0/+9
2022-06-30lchan_select: implement dynamic selection mode for assignmentVadim Yanitskiy1-0/+3
2022-06-17stats: track TCH/SDCCH lchans reaching fully-established stateMichael Iedema1-0/+6
2022-06-16smscb: Base cell operational life cycle on CBCH being operativePau Espin Pedrol1-8/+3
2022-06-15Expand VTY option which controls use of TCH for signallingMichael Iedema1-1/+1
2022-06-02code cleanup for all_allocated timers, no functional changeNeels Hofmeyr1-4/+4
2022-05-23stats: new trackers for lchan life duration (v2)Michael Iedema1-0/+61
2022-05-12Revert "stats: new trackers for lchan life duration"Pau Espin Pedrol1-6/+0
2022-05-09Add stat_item for per-bts [dynamic] T3113 timerHarald Welte1-0/+5
2022-05-09paging: Avoid queueing more than 60 second estimated requestsHarald Welte1-0/+3
2022-05-07bts.c: prevent signed integer overflow in depends_on codeHarald Welte1-3/+3
2022-05-03stats: new trackers for lchan life durationMichael Iedema1-0/+6
2022-05-03bts: Properly free ctr/stat when bts object is freedPau Espin Pedrol1-0/+3
2022-05-02Check VTY config against features reported by BTSOliver Smith1-4/+16
2022-04-28smscb: Store ETWS input state from CBSPHarald Welte1-0/+2
2022-04-27bts: Make sure paging timers are deleted when struct gsm_bts is freedPau Espin Pedrol1-0/+2
2022-04-27Introduce VTY command 'ccch load-indication-period <0-255>'Pau Espin Pedrol1-0/+1
2022-04-26Always use reported features if availableOliver Smith1-2/+9
2022-04-26gsm_data: add gsm_set_bts_modelOliver Smith1-1/+7
2022-04-21bts: Simplify bts->paging initializationPau Espin Pedrol1-2/+2
2022-04-12bts: gsm_bts_alloc(): use reasonable multi-rate config defaultsVadim Yanitskiy1-17/+59
2022-04-12bts: gsm_bts_alloc(): rework default multi-rate configurationVadim Yanitskiy1-45/+34
2022-03-31fix gsm_bts_get_cbch(): CBCH can be allocated on CnVadim Yanitskiy1-10/+11
2022-03-06Fix description of BTS_CTR_BTS_RSL_FAIL: s/OML/RSL/Vadim Yanitskiy1-1/+1
2022-02-16bts: Add explicit switch case for Cell Id SAIPau Espin Pedrol1-0/+1
2021-12-20bts: fix sourcecode formatting (excess whitespace)Philipp Maier1-1/+1
2021-12-20bts: add missing return -EINVAL statementsPhilipp Maier1-0/+4
2021-12-13abis_nm: actively block BTSs with invalid configurationPhilipp Maier1-0/+51
2021-11-16move time_cc to libosmocore osmo_time_ccNeels Hofmeyr1-4/+4
2021-11-15[overpower] By default, permit only for speech channels using AMRVadim Yanitskiy1-0/+3
2021-11-15struct gsm_bts: s/temporary_overpower/top_acch_cap/gVadim Yanitskiy1-1/+1
2021-11-15struct gsm_bts: s/repeated_acch_policy/rep_acch_cap/gVadim Yanitskiy1-1/+1
2021-11-10implement bts.N.cm_serv_rej:<cause> rate countersNeels Hofmeyr1-0/+75
2021-11-10implement all_allocated:{static_sdcch,static_tch} rate countersNeels Hofmeyr1-0/+28
2021-11-10implement all_allocated:{sdcch,tch} rate countersNeels Hofmeyr1-0/+29
2021-11-10refactor lchan countingNeels Hofmeyr1-13/+0
2021-11-06implement incoming_intra_bsc_ho:* rate countersNeels Hofmeyr1-0/+22
2021-11-06tweak intra-bsc ho counter descriptionsNeels Hofmeyr1-3/+3
2021-11-05add chreq:successful_<reason> rate countersNeels Hofmeyr1-0/+21
2021-10-24[overpower] VTY: add more ACCH overpower related parametersVadim Yanitskiy1-0/+2
2021-10-13bts: set ncc_permitted from bts_allocPhilipp Maier1-0/+1