aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2018-08-28Fix heap-use-after-free due to OML link destructionPau Espin Pedrol2-2/+28
2018-08-28abis_nm_ipaccess_rsl_connect: Log bts and trx nrPau Espin Pedrol1-2/+2
2018-06-13chan_alloc: Fix crash when failing to allocate channelPau Espin Pedrol1-1/+1
2018-05-30abis_rsl: rsl_rx_chan_rqd: Format bts log string as in everywhere elsePau Espin Pedrol1-2/+2
2018-05-30chan_alloc: Print bts nr on chan alloc failurePau Espin Pedrol1-2/+2
2018-05-28acc_ramp: Increase log level of some messagesPau Espin Pedrol1-5/+4
2018-04-19chan_alloc.c: Fix log var formatting issuesPau Espin Pedrol1-2/+2
2018-04-16fix handling of state changes in acc rampingStefan Sperling3-36/+112
2018-04-16only trigger acc ramping if trx 0 is usable and unlockedStefan Sperling1-4/+9
2018-04-16trigger acc ramping on state-changed-event reportsStefan Sperling1-2/+10
2018-04-16rename helper functions in the acc ramp code to avoid confusionStefan Sperling1-13/+13
2018-04-16trigger acc ramping based on trx rf-locked stateStefan Sperling2-1/+49
2018-04-16ensure that acc_ramp_init() is only called onceStefan Sperling3-33/+29
2018-04-16only log actual access control class ramping changesStefan Sperling1-2/+4
2018-04-11libbsc: set_net_mcc_mnc_apply: Fix memleak on parsing incorrect mcc mncPau Espin Pedrol1-0/+2
2018-04-09fix initialization of acc rampingStefan Sperling1-4/+4
2018-04-09fix a format string error in bts_update_t3122_chan_load()Stefan Sperling1-1/+2
2018-03-27bsc: paging: Fix losing paging messages for BTSPau Espin Pedrol1-5/+5
2018-03-27bsc: Improve handling of paging_request return valuePau Espin Pedrol1-0/+3
2018-03-22backport support for 3-digit MNC with leading zerosneels/mnc3Neels Hofmeyr6-52/+100
2018-03-14Add support for Access Control Class ramping.Stefan Sperling6-3/+378
2018-03-14Add stat items for the BTS's channel load average and T3122.Stefan Sperling1-0/+3
2018-03-14bts chan_load: ignore unusable BTSStefan Sperling1-0/+5
2018-03-14Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling5-19/+122
2018-03-12sysinfo: Fix regression causing missing L2 Pseudo-Length in SI5/SI6Harald Welte1-5/+5
2017-11-27vty: Add cmd to configure 3g Early Classmark SendingPau Espin Pedrol3-3/+30
2017-11-27Use type bool for boolean fields in gsm48_si_ro_infoPau Espin Pedrol1-7/+7
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr3-6/+0
2017-10-23Make TRX rf locking more visibleMax3-7/+11
2017-10-23libbsc: Use correct printf formatting for uint64_tPau Espin Pedrol1-4/+4
2017-10-17bsc_api: Fix NULL secondary_lchan access in handle_ass_failPau Espin Pedrol1-2/+4
2017-10-01Make sure BA-IND in all SI2xxx is '0' and in all SI5xxx is '1'Harald Welte2-3/+21
2017-10-01libbsc: document arguments of generate_bcch_chan_list()Harald Welte1-1/+7
2017-09-27Show OML link uptime in vtyMax3-3/+29
2017-09-04handover_decision: Fix condition for power budget handover attemptIvan Kluchnikov1-1/+1
2017-08-30SI13: drop PBCCH-related bitsMax2-44/+16
2017-08-14Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCHHarald Welte1-1/+1
2017-08-13handover_logic: set correct link to bts for subscriber_connection in case of ...Ivan Kluchnikov1-0/+1
2017-08-09timer vty: also print the default value in cmd docNeels Hofmeyr1-13/+13
2017-08-09vty: add 'default' keyword to timer configNeels Hofmeyr1-3/+14
2017-08-09cosmetic: vty for timers: remove obsolete range checkNeels Hofmeyr1-6/+0
2017-07-20remove code disabling T3109 if configured to 0Harald Welte1-4/+0
2017-07-20bsc_vty: Don't allow timers of zero (0)Harald Welte1-2/+2
2017-07-20GSM timers: User reasonable defaults; don't save if equal defaultHarald Welte2-13/+25
2017-07-19bsc_vty: Add VTY command to test CTRL TRAP featureHarald Welte1-0/+16
2017-07-16gsm_bts_trx_set_system_infos(): Disable non-existing SIHarald Welte1-6/+17
2017-07-15RSL: Allow disabling of BCCH/SACCH filling for given SI typeHarald Welte1-4/+8
2017-07-15Fix regression causing loss of static system-information messagesHarald Welte1-2/+2
2017-07-12check for missing result of rate_ctr_group_alloc()Harald Welte1-0/+4
2017-07-11libbsc: Add VTY command to re-send the SYSTEM INFORMATION to BTSHarald Welte1-0/+33