aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-07-22codec_pref: check bts codec supportPhilipp Maier2-13/+444
2018-07-22codec_pref: move match_codec_pref() to separate c-file and add unit-testPhilipp Maier5-0/+1246
2018-07-21ho cfg: fix unit stringsNeels Hofmeyr1-14/+14
2018-06-10remove traces of osmo-bsc_nat in python test (osmoappdesc/test_runner)Harald Welte1-78/+0
2018-06-08cosmetic: handover_test: add IMSI to subscr for loggingNeels Hofmeyr1-1/+11
2018-06-08cosmetic: bsc_subscr_alloc: log initial getNeels Hofmeyr1-0/+3
2018-06-07remove struct bsc_apiNeels Hofmeyr2-3/+27
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr11-16/+75
2018-06-07bsc_test: drop "scan to MSC" code pathNeels Hofmeyr1-7/+0
2018-06-07tests: remove channel_testNeels Hofmeyr5-164/+0
2018-06-07tests: remove bssap_testNeels Hofmeyr6-246/+0
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