aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-04-04use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr7-8/+13
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte6-59/+44
2018-03-17cosmetic: Move agch_queue to sub-structure of gsm_bts_role_btsHarald Welte1-12/+12
2018-02-22bts: use feature list instead of speech codec tablePhilipp Maier1-15/+15
2018-02-19rsl: do not allow MODE MODIFY request with unsupp. codec/ratePhilipp Maier1-0/+26
2018-01-25various Makefile.am: add missing CFLAGSAlexander Huemer3-3/+3
2018-01-25cosmetic: Makefile.am whitespaceAlexander Huemer3-3/+3
2018-01-21Move -I inside *INCDIR variableMax1-1/+1
2018-01-19fix build: tests/sysmobts: add missing -I$(SYSMOBTS_INCDIR)Neels Hofmeyr1-1/+1
2018-01-19fix build: tests/misc: missing libosmo-abis and -trau flagsMax1-3/+5
2018-01-10meas_test: fix header file referencesPhilipp Maier1-26/+1
2017-12-11cosmetic: tests/agch: remove unused var "static_ilv"Philipp Maier1-4/+0
2017-12-11cosmetic: tests/power: remove unused var "ret"Philipp Maier1-1/+0
2017-12-10cosmetic: tests/Makefile.am: remove excess whitespacePhilipp Maier1-5/+5
2017-12-07cosmetic: meas_test: fix section commentPhilipp Maier2-2/+2
2017-10-24Make power test more verboseMax2-16/+20
2017-10-23Move power loop to generic testsMax7-63/+112
2017-10-08Remove build dependency on legacy OpenBSCMax8-8/+8
2017-08-14Fix build after recent gsm_bts_alloc() changeHarald Welte6-6/+6
2017-07-10measurement: fix measurment reportPhilipp Maier6-1/+3381
2017-05-22Remove redundant testMax5-533/+1
2017-05-22osmo-bts-trx: use libosmocodingMax2-24/+17
2017-05-09Prepare for extended SI2quater supportMax1-1/+1
2017-04-06sysmobts: Don't start with 0dBm TRX output power before rampingHarald Welte1-0/+8
2017-03-14Check for suitable lchan type when detecting HOMax1-0/+2
2017-02-10Fix typo in TCH/H interleaving tableMax1-1/+1
2017-02-07Add new unit-test for transmit power computation codeHarald Welte6-1/+316
2016-12-02bursts test: test_pdtch: pre-init result memNeels Hofmeyr1-0/+2
2016-12-01Remove duplicated codeMax2-0/+4
2016-11-08Fix tests linking with libosmocodecMax3-6/+6
2016-10-14msgb ctx: use new msgb_talloc_ctx_init() in various main()sNeels Hofmeyr4-15/+4
2016-09-30DTX: move scheduling check inside repeat_last_sidMax1-2/+2
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr2-0/+9
2016-06-17fix two compiler warnings: add two opaque struct declarationsNeels Hofmeyr1-0/+3
2016-06-17tests/stubs.c: remove unused stubsNeels Hofmeyr1-17/+0
2016-06-12Use libosmocodec for AMR RTPMax1-2/+2
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte1-0/+4
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte3-5/+0
2016-01-16use existing #define for FR/EFR frame length (33/31)Harald Welte1-3/+4
2016-01-15fix some format specifiersAlexander Huemer1-4/+5
2015-11-05tests/Makefile.am: Don't use sysmobts SUBDIRS twiceHarald Welte1-4/+0
2015-11-05Don't blindly link against '-lortp' but use pkg-config for thatHarald Welte4-8/+8
2015-09-22fixup tests after bts_model_adjst_ms_pwrHarald Welte1-0/+1
2015-09-22tests: Update busrsts_test build.Alexander Chemeris2-1/+4
2015-09-22tests: Update bursts_test to accommodate BER calculations.Alexander Chemeris2-9/+50
2015-09-22build: Use AM_CPPFLAGS in Makefile.amMartin Hauke2-2/+2
2015-09-22tests: make tests for sysmobts conditionalMartin Hauke1-0/+4
2015-09-22Add test case for successful handover and unsuccessful handoverAndreas Eversberg5-1/+293
2015-09-22TRX: Support for TCH/H and GSM half rate transcodingAndreas Eversberg1-0/+76
2015-09-22TRX: Add support for EFR transcodingAndreas Eversberg1-6/+13