aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-13configure: add --enable-werrorNeels Hofmeyr1-0/+21
2018-03-12abisip-find: Add --format-json optionPau Espin Pedrol1-4/+38
2018-03-12abisip-find: Force stdout buffer flushPau Espin Pedrol1-2/+3
2018-03-12abisip-find: Add option to bind to a specific source addressPau Espin Pedrol1-4/+20
2018-03-12bsc_vty: display bts features in show btsPhilipp Maier1-0/+20
2018-03-12gsm_data: use feature list from libosmocorePhilipp Maier9-79/+25
2018-03-12sysinfo: Fix regression causing missing L2 Pseudo-Length in SI5/SI6Harald Welte1-5/+5
2018-03-11pcu_if: implement support for 3-digit MNCNeels Hofmeyr2-3/+5
2018-03-09debian: Move abisip-find from osmo-bsc to its own packagePau Espin Pedrol3-1/+7
2018-03-08handover_test: explicitly wrap abis_rsl_sendmsg()Neels Hofmeyr2-2/+8
2018-03-08cosmetic: typo in log: handover_decision2.c: 'measuements'Neels Hofmeyr1-1/+1
2018-03-08cosmetic: hodec2: log nr of neighbors in meas reportNeels Hofmeyr1-1/+2
2018-03-08gsm48_parse_meas_rep(): set num_cell=0 if no neighbor cells are reportedNeels Hofmeyr1-1/+4
2018-03-07implement support for 3-digit MNC with leading zerosNeels Hofmeyr22-171/+225
2018-03-06libbsc/bsc_vty.c: prevent uninitialized accessVadim Yanitskiy1-0/+3
2018-03-05cosmetic: bsc_network_init(): imply default 001-01 PLMNNeels Hofmeyr10-16/+14
2018-03-05gsm48_ra_id_by_bts(): struct gsm48_ra_id* instead of bufNeels Hofmeyr4-9/+10
2018-03-05ctrl_test_runner: add tests for 3-digit MNCNeels Hofmeyr1-0/+38
2018-03-05add test for abis_nm_ipaccess_cgi()Neels Hofmeyr2-0/+94
2018-03-05add test for gsm48_ra_id_by_bts()Neels Hofmeyr2-0/+121
2018-03-05compiler warning: chan_compat_with_mode(): clearly handle all enum valsNeels Hofmeyr1-19/+7
2018-03-04bsc_vty: Merge more VTY documentation string #definesHarald Welte1-10/+14
2018-03-02Revert "Generate the S_L_INP_TEI_UP signal earlier."Harald Welte1-12/+13
2018-03-01a_reset: Add FSM event namesPhilipp Maier1-0/+8
2018-03-01fix build: gprs_ra_id_by_bts(): ensure to init all valuesNeels Hofmeyr1-4/+6
2018-02-28Generate the S_L_INP_TEI_UP signal earlier.Stefan Sperling1-13/+12
2018-02-28Align syntax of "handover" + "assignment" command with that of lchan act/deactHarald Welte1-7/+9
2018-02-28pcuif_proto.h: add features of version 7 (txt indication)Alexander Couzens1-1/+16
2018-02-28pcuif_proto.h: fix whitespaces and indentionAlexander Couzens1-5/+5
2018-02-27Add support for Access Control Class ramping.Stefan Sperling10-3/+533
2018-02-27osmo-bts/nanobts: Set RACH_Busy Threshold to -90 dBmHarald Welte3-4/+4
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 Hofmeyr2-16/+21
2018-02-20drop unused libbsc/meas_proc.cNeels Hofmeyr1-84/+0
2018-02-20fix handover_test link errorStefan Sperling1-1/+1
2018-02-19HO: vty: clearly mark 'handover foo' as legacy alias for 'handover1 foo'Neels Hofmeyr2-3/+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 Hofmeyr6-93/+127
2018-02-19HO: Implement load based handover, as handover_decision_2.cNeels Hofmeyr18-2/+3725
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 Hofmeyr4-57/+131
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 Hofmeyr2-3/+4
2018-02-19HO: lchan: store last seen measurement report nr, tweak logNeels Hofmeyr3-2/+5
2018-02-19HO: cfg: separate hodec1 from hodec2 parametersNeels Hofmeyr3-124/+303
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