aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-07-15smscb: Tx Failure and Restart Ind for each Bcast Msg TypePau Espin Pedrol1-0/+2
2022-07-15smscb: Tx Failure and Restart Ind using CGI as cellIDPau Espin Pedrol1-19/+9
2022-06-17smscb: Tx CBSP FAILURE/RESTART for specific cell when it becomes (un)operationalPau Espin Pedrol1-0/+50
2022-06-17stats: track TCH/SDCCH lchans reaching fully-established stateMichael Iedema2-0/+19
2022-06-16smscb: Base cell operational life cycle on CBCH being operativePau Espin Pedrol4-21/+77
2022-06-15Expand VTY option which controls use of TCH for signallingMichael Iedema3-7/+43
2022-06-10Move all SMSCB/CBC vty code to its own filePau Espin Pedrol4-393/+422
2022-06-10Cosmetic: bsc_vty: tweak msc pooling stringsOliver Smith1-2/+2
2022-06-02fix performance for chan_counts and all_allocated statsNeels Hofmeyr7-87/+269
2022-06-02code cleanup for all_allocated timers, no functional changeNeels Hofmeyr4-61/+40
2022-06-02drop log from ts_is_usable()Neels Hofmeyr1-3/+1
2022-06-02nm_rcarrier_fsm: Trigger S_NM_RUNNING_CHG when Admin st changes in op=EnabledPau Espin Pedrol1-1/+20
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 Pedrol12-100/+96
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 Pedrol9-41/+41
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 Pedrol6-11/+8
2022-05-04ipaccess-config: Use proper define for nm availability valuePau Espin Pedrol1-1/+1
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