aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Add support for Access Control Class ramping.Stefan Sperling7-3/+378
2018-02-27osmo-bts/nanobts: Set RACH_Busy Threshold to -90 dBmHarald Welte1-1/+1
2018-02-27paging: fix paging attemt rate counterPhilipp Maier2-38/+2
2018-02-27paging: page all bts when no cell is associatedPhilipp Maier1-2/+2
2018-02-27bsc_api.c: fix log string formatNeels Hofmeyr1-1/+1
2018-02-26bsc_api: drop unknown RR messages.Philipp Maier1-7/+3
2018-02-21HO: fix minor issues found by coverityNeels Hofmeyr1-3/+8
2018-02-20drop unused libbsc/meas_proc.cNeels Hofmeyr1-84/+0
2018-02-19HO: vty: clearly mark 'handover foo' as legacy alias for 'handover1 foo'Neels Hofmeyr1-2/+2
2018-02-19cosmetic: adjust copyrights on handover_cfg.c,_vty.cNeels Hofmeyr2-4/+10
2018-02-19HO: vty: rename ho decision 1 vty to 'handover1' with 'handover' aliasNeels Hofmeyr2-9/+29
2018-02-19HO: Implement load based handover, as handover_decision_2.cNeels Hofmeyr5-1/+1870
2018-02-19HO: cosmetic: getting a chan activ nack on a non-ho lchan is not an errorNeels Hofmeyr1-2/+2
2018-02-19HO: introduce ho decision callbacksNeels Hofmeyr3-56/+51
2018-02-19HO: cosmetic: handover_decision.c: make process_meas_rep() return voidNeels Hofmeyr1-11/+12
2018-02-19HO: clearly mark conn penalty timer member for hodec2Neels Hofmeyr1-2/+1
2018-02-19HO: lchan: store last seen measurement report nr, tweak logNeels Hofmeyr2-2/+4
2018-02-19HO: cfg: separate hodec1 from hodec2 parametersNeels Hofmeyr1-5/+5
2018-02-19chan_compat_with_mode: signalling works over all channel typesHarald Welte1-0/+7
2018-02-19bssmap_handle_assignm_req(): Don't print log statemens in malloc failure caseHarald Welte1-4/+1
2018-02-19bssmap_handle_assignm_req(): Use more conscise error/log message textsHarald Welte1-3/+3
2018-02-19bssmap_handle_assignm_req(): Use proper cause valuesHarald Welte1-11/+15
2018-02-19Permit set of multiple different A5 ciphersHarald Welte3-20/+50
2018-02-19logging: Remove obsolete log categoriesHarald Welte1-72/+0
2018-02-19SIGTRAN: correct wrong log categoryPhilipp Maier1-2/+2
2018-02-19vty: Permit codec-list containing both full-rate and half-rate codecsHarald Welte1-14/+2
2018-02-19Structural reform: Get rid of osmo_bsc_sccp_conHarald Welte8-198/+155
2018-02-16vty: 'show bts': print neighbor cellsNeels Hofmeyr1-0/+38
2018-02-16vty: 'show bts': list the TRXs' ARFCNsNeels Hofmeyr1-0/+33
2018-02-16HO: cfg: tweak vty writeNeels Hofmeyr2-3/+15
2018-02-16HO: store speech codec list from BSSMAP Assignment in connNeels Hofmeyr1-3/+5
2018-02-16HO: move penalty timers to own file as proper APINeels Hofmeyr3-9/+133
2018-02-16HO: logging: more logs, and more concise loggingNeels Hofmeyr2-15/+41
2018-02-16HO: bsc_handover_start_lchan_change(): set MS to max power on handoverNeels Hofmeyr1-2/+9
2018-02-16HO: always do async handoverNeels Hofmeyr1-4/+2
2018-02-16HO: cosmetic: bsc_handover_start_lchan_change(): tweak local varsNeels Hofmeyr1-3/+11
2018-02-16HO: add new_lchan_type arg to bsc_handover_start()Neels Hofmeyr3-12/+14
2018-02-16HO: cosmetic: bsc_handover_start(): "fix" memcpy for AMR configNeels Hofmeyr1-2/+2
2018-02-16HO: process_meas_rep: guard against modulo zeroNeels Hofmeyr1-0/+3
2018-02-16handover_logic.c: on HO command, send new lchan's MS powerNeels Hofmeyr1-1/+1
2018-02-16handover_logic.c: always do inter-cell channel activationNeels Hofmeyr1-3/+1
2018-02-15bts chan_load: ignore unusable BTSNeels Hofmeyr1-0/+5
2018-02-15vty: 'show bts': fix indentingNeels Hofmeyr1-19/+19
2018-02-15vty: 'show bts': write '(none)' if none are found.Neels Hofmeyr1-0/+4
2018-02-14drop libcommon-cs completelyNeels Hofmeyr13-93/+2
2018-02-14libcommon-cs: move vty bits to libbsc/bsc_vty.cNeels Hofmeyr2-205/+197
2018-02-14libcommon_cs: move gsm48 bits to libbscNeels Hofmeyr4-57/+59
2018-02-14gsm_network: drop unused trans_listNeels Hofmeyr1-1/+0
2018-02-14libcommon-cs: move gsm_network_init() into bsc_network_init()Neels Hofmeyr2-34/+15
2018-02-14libcommon-cs: move a_reset.c into libbscNeels Hofmeyr3-1/+1