aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408/gsm0408_test.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-21gsm0408_rcvmsg: Release lchan if L3 fails to completePau Espin Pedrol1-0/+4
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr1-1/+1
2018-11-14fix: send RR Release (e.g. after BSSMAP Clear Cmd)Neels Hofmeyr1-1/+1
2018-11-07constify rsl_tx_ipacc_*cx() parametersMax1-1/+1
2018-10-24gsm_04_08: improve gsm48_multirate_config()Philipp Maier1-0/+138
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-0/+2
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr1-2/+6
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-28fix gsm0408_test: properly free bts struct after each testNeels Hofmeyr1-10/+17
2018-03-22gsm0408_test: drop LAI encoding testNeels Hofmeyr1-27/+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 Hofmeyr1-5/+4
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 Hofmeyr1-0/+114
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 Welte1-2/+2
2017-12-18Fix tests after rate_ctr changeMax1-48/+56
2017-10-01gsm0408_test: Verify that BA-IND is 0 in SI2xxx and 1 in SI5xxxHarald Welte1-0/+63
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 Hofmeyr1-0/+697
2009-06-10move openbsc into its own subdirectoryHarald Welte1-72/+0
2009-02-20[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against itHolger Freyther1-16/+2
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 Freyther1-0/+80