aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-05-27Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRLHarald Welte1-0/+4
2018-05-27remove remaining bits of osmo-bsc_natHarald Welte14-2503/+0
2018-05-04resurrect meas_feed.c: vty, vty-testNeels Hofmeyr1-0/+19
2018-04-17use osmo_init_logging2Pau Espin Pedrol3-5/+8
2018-04-16Cosmetic: Fix typo: Siganlling->SignallingKeith1-1/+1
2018-04-02cosmetic: remove dead codePhilipp Maier1-41/+0
2018-03-28ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()Neels Hofmeyr7-15/+37
2018-03-28cosmetic: gsm0408_test: drop unused arg from bts_init()Neels Hofmeyr1-7/+8
2018-03-28move init from gsm_bts_alloc_register() to gsm_bts_alloc(); fix gsm0408_testNeels Hofmeyr1-2/+2
2018-03-28fix gsm0408_test: properly free bts struct after each testNeels Hofmeyr2-10/+23
2018-03-27change return type of page_subscriber() to voidStefan Sperling1-1/+1
2018-03-26bssap: Log non handled paging requestsPau Espin Pedrol1-1/+1
2018-03-22gsm0408_test: drop LAI encoding testNeels Hofmeyr2-28/+0
2018-03-17tests: handover_test.c: Add missing headerPau Espin Pedrol1-0/+2
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte10-4/+104
2018-03-08handover_test: explicitly wrap abis_rsl_sendmsg()Neels Hofmeyr2-2/+8
2018-03-07implement support for 3-digit MNC with leading zerosNeels Hofmeyr7-33/+27
2018-03-05cosmetic: bsc_network_init(): imply default 001-01 PLMNNeels Hofmeyr5-5/+5
2018-03-05gsm48_ra_id_by_bts(): struct gsm48_ra_id* instead of bufNeels Hofmeyr1-1/+1
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-02-27osmo-bts/nanobts: Set RACH_Busy Threshold to -90 dBmHarald Welte2-3/+3
2018-02-21HO: fix minor issues found by coverityNeels Hofmeyr1-13/+13
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 Hofmeyr1-1/+0
2018-02-19HO: vty: rename ho decision 1 vty to 'handover1' with 'handover' aliasNeels Hofmeyr1-44/+57
2018-02-19HO: Implement load based handover, as handover_decision_2.cNeels Hofmeyr6-1/+1834
2018-02-19HO: cfg: separate hodec1 from hodec2 parametersNeels Hofmeyr1-67/+186
2018-02-19logging: Remove obsolete log categoriesHarald Welte1-1/+1
2018-02-19Structural reform: Get rid of osmo_bsc_sccp_conHarald Welte2-11/+9
2018-02-14drop libcommon-cs completelyNeels Hofmeyr8-8/+0
2018-02-14drop libcommon completely, move remaining files to libbscNeels Hofmeyr9-9/+0
2018-02-14libcommon: join gsm_data_shared.* into gsm_data.*Neels Hofmeyr2-2/+0
2018-02-14libcommon: eliminate debug.cNeels Hofmeyr9-1/+112
2018-02-05Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling2-3/+1
2018-01-28remove obsolete gsm_subscriber_connection.bts memberHarald Welte1-1/+0
2018-01-26Improve an error message in page_lai_and_lac()Stefan Sperling1-1/+1
2018-01-19HO: add handover algo 2 parameters; skip HO 1 if HO 2 is configuredNeels Hofmeyr1-12/+217
2018-01-19Correctly set T3105 for ipaccess BTS typeAndreas Eversberg2-3/+3
2018-01-19HO prep: introduce per-BTS handover config, with defaults on net nodeNeels Hofmeyr2-0/+290
2018-01-16Move BTS selection for paging from osmo_bsc_grace.c into osmo_bsc_bssap.c.Stefan Sperling2-5/+14
2018-01-15Make libcommon, libcommon-cs, libfilter, utils depend on mgcp/sigtranHarald Welte1-0/+1
2018-01-11Implement support for paging by LAI.Stefan Sperling2-3/+13
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max1-1/+0
2017-12-23bsc_test.c: Use proper network/bts/lchan structuresHarald Welte1-4/+4
2017-12-19remove libosmo-sccp dependency for osmo-bscHarald Welte1-2/+0
2017-12-19Remove dead code left over from NITB splitHarald Welte17-158/+4
2017-12-19Remove unneeded .py scriptsMax2-10/+2
2017-12-18Fix tests after rate_ctr changeMax2-48/+62