aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408
AgeCommit message (Expand)AuthorFilesLines
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr2-3/+11
2018-03-28ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()Neels Hofmeyr1-1/+3
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-22gsm0408_test: drop LAI encoding testNeels Hofmeyr2-28/+0
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-0/+4
2018-03-07implement support for 3-digit MNC with leading zerosNeels Hofmeyr2-8/+7
2018-03-05cosmetic: bsc_network_init(): imply default 001-01 PLMNNeels Hofmeyr1-1/+1
2018-03-05gsm48_ra_id_by_bts(): struct gsm48_ra_id* instead of bufNeels Hofmeyr1-1/+1
2018-03-05add test for gsm48_ra_id_by_bts()Neels Hofmeyr2-0/+121
2018-02-14drop libcommon-cs completelyNeels Hofmeyr1-1/+0
2018-02-14drop libcommon completely, move remaining files to libbscNeels Hofmeyr1-1/+0
2018-02-14libcommon: join gsm_data_shared.* into gsm_data.*Neels Hofmeyr1-1/+0
2018-02-14libcommon: eliminate debug.cNeels Hofmeyr1-0/+8
2017-12-19Remove dead code left over from NITB splitHarald Welte2-3/+2
2017-12-18Fix tests after rate_ctr changeMax2-48/+62
2017-12-12Generate SI2bis Rest OctetsMax1-1/+1
2017-12-11Generate SI2ter Rest OctetsMax1-1/+1
2017-10-11SI1q: fix EARFCN appenderMax1-7/+13
2017-10-10SI2q: fix generation for multiple UARFCNsMax1-16/+14
2017-10-01gsm0408_test: Verify that BA-IND is 0 in SI2xxx and 1 in SI5xxxHarald Welte2-4/+70
2017-10-01Make sure BA-IND in all SI2xxx is '0' and in all SI5xxx is '1'Harald Welte1-89/+89
2017-09-26Remove unneeded dbi dependencyPau Espin Pedrol1-1/+0
2017-09-25Further cleanup leftovers from BSC/MSC splitMax1-28/+0
2017-09-06move include/openbsc to include/osmocom/bscNeels Hofmeyr1-7/+7
2017-08-30split off osmo-bsc: remove files, apply buildNeels Hofmeyr1-2/+5
2017-08-27libcommon: Fix log output for bts>0.Alexander Chemeris1-5/+5
2017-08-27mscsplit: various preparations to separate MSC from BSCNeels Hofmeyr1-2/+2
2017-08-27move openbsc/* to repos rootNeels Hofmeyr3-0/+935
2009-06-10move openbsc into its own subdirectoryHarald Welte2-77/+0
2009-02-20[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against itHolger Freyther2-17/+4
2009-02-10[tests] Fix building... add another stub...Holger Freyther1-0/+1
2009-02-06[tests] Fix the tests... link againHolger Freyther1-0/+1
2009-01-27[tests] build fixHolger Freyther1-0/+1
2009-01-01Do not call rsl_chan_release directly but use the use_count of the lchanHolger Freyther1-0/+1
2008-12-31Make the test compile againHolger Freyther1-0/+1
2008-12-29Implement sending SMS and send one on network registrationDaniel Willmann1-0/+1
2008-12-28Add stubs to test gsm0408 functionality including LAIHolger Freyther2-0/+84