aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2022-06-02nm_*_fsm: Remove comment no longer applyingPau Espin Pedrol7-14/+0
2022-05-31fix rare segfault in MGCP client handlingNeels Hofmeyr2-2/+8
2022-05-27fix gsm_lchan_and_pchan2chan_nr(): log proper lchan_nr valueVadim Yanitskiy1-1/+1
2022-05-27bsc_vty: use llist_for_each_entry in lchan_act_all_cmdVadim Yanitskiy1-7/+2
2022-05-23stats: new trackers for lchan life duration (v2)Michael Iedema6-0/+128
2022-05-15smscb: "Warning Security Information is always present in ETWSHarald Welte1-11/+2
2022-05-15do not BSSMAP Clear on lchan rel when LCS is still ongoingNeels Hofmeyr1-3/+6
2022-05-13acc: Simplify start/stop by using new signal S_NM_RUNNING_CHGPau Espin Pedrol1-106/+32
2022-05-13paging: start/stop credit_timer based on C0 runningPau Espin Pedrol2-11/+67
2022-05-13Introduce new signal S_NM_RUNNING_CHG and implement it for rcarrier,bbtranscPau Espin Pedrol3-2/+57
2022-05-13Update current NM object state before signalling S_NM_STATECHGPau Espin Pedrol2-5/+8
2022-05-13smscb: fix meaningless condition in etws_primary_to_bts()Vadim Yanitskiy1-5/+3
2022-05-13abis_nm: run gsm_bts_check_cfg during oml bring upOliver Smith1-0/+6
2022-05-13smscb: Send ETWS PN to BTS if ETWS active before BTS connectsHarald Welte2-25/+45
2022-05-12Revert "stats: new trackers for lchan life duration"Pau Espin Pedrol5-86/+0
2022-05-12Revert "fix fallout from: 'stats: new trackers for lchan life duration'"Pau Espin Pedrol1-8/+0
2022-05-09Add stat_item for per-bts [dynamic] T3113 timerHarald Welte2-2/+11
2022-05-09paging: Implement upper bound of 60s for dynamic T3113Harald Welte1-3/+12
2022-05-09paging: Avoid queueing more than 60 second estimated requestsHarald Welte2-7/+14
2022-05-07bts.c: prevent signed integer overflow in depends_on codeHarald Welte1-3/+3
2022-05-06fix fallout from: 'stats: new trackers for lchan life duration'Neels Hofmeyr1-0/+8
2022-05-06paging: Avoid unnecessary immediate polling in mainloopPau Espin Pedrol1-1/+5
2022-05-06paging: Fix recalculate work timer if waiting for retransPau Espin Pedrol1-4/+2
2022-05-06paging: Improve loggingPau Espin Pedrol1-5/+12
2022-05-06bts_ipa: Send NM_EV_OML_DOWN following object tree in orderPau Espin Pedrol1-2/+3
2022-05-06nm_is_running(): Drop duplicate checkPau Espin Pedrol1-1/+1
2022-05-06nm_statechg_signal_data: Convert state ptr to dataPau Espin Pedrol11-98/+94
2022-05-06acc: Fix erratic ramping behavior when several BTS configuredPau Espin Pedrol2-4/+8
2022-05-05constify state pointers of struct gsm_nm_statePau Espin Pedrol8-39/+39
2022-05-05cosmetic: Fix open brace in same line as func definitionPau Espin Pedrol4-4/+8
2022-05-05abis_nm: Merge signals S_NM_STATECHG_ADM and S_NM_STATECHG_OPERPau Espin Pedrol5-8/+6
2022-05-04abis_nm: Use proper define for avail state 0xffPau Espin Pedrol1-2/+2
2022-05-04Remove commented out codePau Espin Pedrol1-9/+0
2022-05-04Drop duplicate function helperPau Espin Pedrol1-11/+1
2022-05-04paging: Remove TODO commentPau Espin Pedrol1-1/+0
2022-05-03stats: new trackers for lchan life durationMichael Iedema5-0/+86
2022-05-03paging: Take into account extra delay of all paging groups in BSC queuePau Espin Pedrol1-9/+30
2022-05-03paging: Flush pending paging requests when bts obj freedPau Espin Pedrol1-0/+1
2022-05-03bts: Properly free ctr/stat when bts object is freedPau Espin Pedrol1-0/+3
2022-05-03abis_rsl: Use proper struct in rsl_paging_cmdPau Espin Pedrol1-4/+4
2022-05-03abis_rsl.c: Drop unused functionPau Espin Pedrol1-17/+0
2022-05-02Check VTY config against features reported by BTSOliver Smith8-20/+47
2022-05-02abis_nm: add bts model features to reported onesOliver Smith1-0/+14
2022-04-29paging: Document 'ccch_load_ind_period * 2' valuePau Espin Pedrol1-5/+13
2022-04-28paging: Recalculate work timer if waiting for retransPau Espin Pedrol1-1/+22
2022-04-28paging: Early stop work_timer when paging queue becomes emptyPau Espin Pedrol1-0/+2
2022-04-28paging: Increase T3113 based on paging group load in BSC queuePau Espin Pedrol1-5/+35
2022-04-28paging: Improve loggingPau Espin Pedrol1-13/+26
2022-04-28paging: Improve calculate_timer_3113()Pau Espin Pedrol1-3/+8
2022-04-28paging: Decouple retransmit period from regular worker intervalPau Espin Pedrol1-2/+31