aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-08-09fix gscon clear 1/n: store clear cause in gsconNeels Hofmeyr1-3/+5
2021-08-03osmo_bsc_main: remove unused commandline option -lPhilipp Maier1-2/+0
2021-08-02coverity: quench null deref warning in gscon_change_primary_lchan()Neels Hofmeyr1-2/+4
2021-07-29Clarify string name for GSM_CHREQ_REASON_CALLPau Espin Pedrol1-1/+1
2021-07-24vty: improve err msg for invalid subslot nrNeels Hofmeyr1-1/+2
2021-07-24vty: lchan deact: allow omitting the lchan type argNeels Hofmeyr1-16/+42
2021-07-24debug log: indicate change of primary lchan on a connNeels Hofmeyr1-0/+8
2021-07-24log: fix missing newline in lchan_select.cNeels Hofmeyr1-1/+1
2021-07-24fix CM Re-Establishment Request: allocate new A connNeels Hofmeyr1-2/+7
2021-07-23Introduce VTY option to forbid use of TCH for non-voicecall signallingPau Espin Pedrol3-11/+36
2021-07-23Introduce libbsc to avoid linking long lists of .o filesPau Espin Pedrol3-78/+27
2021-07-23Split bts_vty.c creating bts_trx_vty.cPau Espin Pedrol3-799/+851
2021-07-22Split bsc_vty.c creating bts_vty.cPau Espin Pedrol5-4941/+4962
2021-07-22bts: Clear BTS_STAT_CHAN_*_{TOTAL,USED} on bts disconnectDaniel Willmann5-0/+25
2021-07-22RES IND: tweak error code on missing Resource Information IENeels Hofmeyr1-1/+1
2021-07-22RES IND: allow empty Resource Information IENeels Hofmeyr1-2/+4
2021-07-22Fix recent regression in CHREQ allocationPau Espin Pedrol1-1/+1
2021-07-21abis_rsl: Log chan rqd reason on resource exhaustion log messagePau Espin Pedrol1-6/+8
2021-07-20lchan_fsm: Allow rx LCHAN_EV_RLL_REL_IND in state BORKENPau Espin Pedrol1-0/+2
2021-07-20_select_sdcch_for_call: Avoid 2nd lchan lookup when finally selecting itPau Espin Pedrol1-2/+1
2021-07-20Add new lchan_select_set_type() API helperPau Espin Pedrol2-10/+20
2021-07-19handover_ctrl: add control interface for handover settingsPhilipp Maier3-0/+221
2021-07-16vty 'interference-meas level-bounds': explain duality in orderingNeels Hofmeyr1-2/+3
2021-07-16separate 'interference-meas level-bounds' cfg and usedNeels Hofmeyr5-19/+21
2021-07-15cosmetic: Small improvements to _select_sdcch_for_callPau Espin Pedrol1-13/+14
2021-07-15hodec2: add low-rxqual-assignment penalty timer (2/2)Neels Hofmeyr1-1/+12
2021-07-15switch handover penalty timers to CLOCK_MONOTONICNeels Hofmeyr1-4/+4
2021-07-15ensure trigger_ho() returns zero only when HO or AS was indeed triggeredNeels Hofmeyr2-6/+6
2021-07-14Avoid switching dyn ts to sdcch8 if it starves later TCHPau Espin Pedrol1-3/+63
2021-07-13bsc_vty: add vty option to allow call-reestablishmentPhilipp Maier1-0/+23
2021-07-12lchan_fsm: fix potential NULL-pointer dereferenceVadim Yanitskiy1-3/+15
2021-07-11RES IND: pick lchan with least interferenceNeels Hofmeyr1-11/+48
2021-07-11RES IND: add VTY: bts / channel allocator avoid-interference (0|1)Neels Hofmeyr1-0/+22
2021-07-11RES IND: parse msg and store interference levels in lchansNeels Hofmeyr3-3/+95
2021-07-11lchan: call reset() upon allocNeels Hofmeyr1-0/+3
2021-07-09hodec1: use same automatic FULL/SUBSET choice as in hodec2Neels Hofmeyr1-6/+3
2021-07-09hodec2: [2/2] implement automatic choice between FULL and SUBSET measurementsNeels Hofmeyr2-7/+18
2021-07-09hodec2: [1/2] implement automatic choice between FULL and SUBSET measurementsNeels Hofmeyr3-23/+61
2021-07-09lchan_fsm: Improve timeout logging line in state WAIT_RLL_RTP_ESTABLISHPau Espin Pedrol1-1/+8
2021-07-08lchan_fsm: Allow rx LCHAN_EV_RLL_REL_IND in WAIT_RF_RELEASE_ACKPau Espin Pedrol1-0/+8
2021-07-06Support SDCCH8 in osmo dyn tsPau Espin Pedrol3-0/+12
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol12-56/+60
2021-07-05assignment_fsm: Add assert to guard ptr accessPau Espin Pedrol1-0/+1
2021-07-05assignment_fsm: Fix null pointer dereference rx ASSIGNMENT_EV_LCHAN_ERRORPau Espin Pedrol1-1/+1
2021-07-05power_control: constrain BS power reduction on BCCH carrierVadim Yanitskiy2-0/+38
2021-07-05power_control: implement BCCH carrier power reduction operationVadim Yanitskiy4-1/+143
2021-07-03vty: fix doc: default value for 'nri bitlen'Neels Hofmeyr1-1/+1
2021-06-30power_control: omit BS Power Parameters IE if the maximum is 0 dBVadim Yanitskiy1-0/+6
2021-06-30lchan-select: Avoid setting variable for no reasonPau Espin Pedrol1-14/+3
2021-06-30Support proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol5-0/+178