aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-18lchan_select: implement dynamic selection mode for assignmentfixeria/chan_allocVadim Yanitskiy13-34/+270
2022-06-18lchan_select: allow different alloc order for assignment and handoverVadim Yanitskiy12-50/+163
2022-06-18lchan_select: prepare a list of timeslots once, iterate over itVadim Yanitskiy1-71/+81
2022-06-18bts_chan_load(): also calculate per-TRX channel loadVadim Yanitskiy3-0/+14
2022-06-18VTY: cosmetic: define and use CHAN_ALLOC_{CMD,DESC}Vadim Yanitskiy1-8/+13
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 Iedema3-0/+21
2022-06-16smscb: Base cell operational life cycle on CBCH being operativePau Espin Pedrol5-22/+80
2022-06-15Expand VTY option which controls use of TCH for signallingMichael Iedema5-22/+82
2022-06-10Move all SMSCB/CBC vty code to its own filePau Espin Pedrol5-395/+426
2022-06-10Cosmetic: bsc_vty: tweak msc pooling stringsOliver Smith2-3/+3
2022-06-02fix performance for chan_counts and all_allocated statsNeels Hofmeyr13-91/+320
2022-06-02code cleanup for all_allocated timers, no functional changeNeels Hofmeyr7-70/+51
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 Iedema8-0/+140
2022-05-15Add new Manual "OsmoBSC CBSP Protocol Specification"Harald Welte5-1/+266
2022-05-15smscb: "Warning Security Information is always present in ETWSHarald Welte2-12/+4
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 Pedrol5-850/+947
2022-05-13Introduce new signal S_NM_RUNNING_CHG and implement it for rcarrier,bbtranscPau Espin Pedrol5-2/+73
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 Welte3-25/+46
2022-05-12Revert "stats: new trackers for lchan life duration"Pau Espin Pedrol7-91/+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 Welte3-2/+12
2022-05-09paging: Implement upper bound of 60s for dynamic T3113Harald Welte2-1503/+1512
2022-05-09paging: Avoid queueing more than 60 second estimated requestsHarald Welte5-7/+1517
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 Pedrol2-4/+5
2022-05-06paging: Improve loggingPau Espin Pedrol2-134/+144
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 Pedrol13-102/+98
2022-05-06acc: Fix erratic ramping behavior when several BTS configuredPau Espin Pedrol3-4/+10
2022-05-05constify state pointers of struct gsm_nm_statePau Espin Pedrol10-43/+43
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 Pedrol7-13/+10
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