aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gsm0408
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Fix tests after rate_ctr changeMax2-48/+57
2017-10-01gsm0408_test: Verify that BA-IND is 0 in SI2xxx and 1 in SI5xxxHarald Welte2-0/+70
2017-10-01Make sure BA-IND in all SI2xxx is '0' and in all SI5xxx is '1'Harald Welte1-89/+89
2017-08-13libcommon: Fix log output for bts>0.Alexander Chemeris1-5/+5
2017-06-15Update SI data structures and generationMax2-28/+150
2017-06-15Move SI-related definesMax1-1/+1
2017-05-15SI2quater: fix EARFCN inclusion checkMax2-32/+86
2017-05-15Restructure SI2quater generationMax2-52/+43
2017-04-28Prepare for extended SI2quater supportMax1-3/+2
2017-01-23SI2q: add support for multiple UARFCNsMax2-2/+32
2017-01-23Prevent segfault in range encodingMax2-0/+20
2016-12-09gsm0408_test.c: Don't pass negative value to strerror()Harald Welte1-1/+1
2016-12-02tests: drop unused libmsc, unneeded duplicate libbsc linkingNeels Hofmeyr1-1/+0
2016-12-02sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr1-3/+3
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr1-0/+1
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr1-0/+1
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr1-2/+2
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr1-2/+2
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-12/+34
2016-05-31Make si2q scheduling optionalMax2-18/+31
2016-05-22drop unneccessary duplicate linking: tests/gsm0408Neels Hofmeyr1-1/+0
2016-04-22Add vty check for max si2quater sizeMax2-33/+24
2016-04-22Add basic UARFCN supportMax2-21/+68
2016-04-16Add basic SI2quater supportMax3-1/+79
2016-03-17Revert "move to hex TMSI representation"Harald Welte1-1/+1
2016-03-17move to hex TMSI representationVadim Yanitskiy1-1/+1
2015-08-0364bit: Fix compiler warnings in regard to 64bitHolger Hans Peter Freyther1-1/+1
2014-02-20sms: Increment the RP Message Reference for each transactionHolger Hans Peter Freyther2-0/+29
2014-01-17openbsc: Fix coverity issuesJacob Erlbeck1-3/+3
2014-01-16si: Implement range 128, 256, 1024 encodingJacob Erlbeck1-11/+6
2014-01-16si: Fix range1024 encodingJacob Erlbeck1-12/+12
2014-01-16si: Fix range512 encodingJacob Erlbeck1-9/+2
2014-01-16si/test: Merge si tests into gsm48 testsJacob Erlbeck2-0/+166
2014-01-16si/test: Add tests for range encoding/decodingJacob Erlbeck3-0/+265
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2012-01-15abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflagsHolger Hans Peter Freyther1-1/+1
2012-01-06tests: Introduce running tests with GNU autotest in OpenBSCHolger Hans Peter Freyther2-0/+7
2012-01-06gsm0408: Print message when the test is doneHolger Hans Peter Freyther1-1/+2
2011-05-07src: use namespace prefix osmo_* for misc utilsPablo Neira Ayuso1-2/+2
2011-04-18misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther1-3/+3
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-2/+2
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte1-1/+4
2011-02-11[BSC] Move the BTS-type specific code from bcs_init.c to bts_*.cHarald Welte1-8/+0
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-5/+4
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther1-1/+1
2010-03-04move some gsm48 utility functions to libosmocoreHarald Welte1-2/+6
2010-02-26[misc] Add LIBOSMOCORE_CFLAGS to the includesHolger Hans Peter Freyther1-0/+1
2010-02-20finish openbsc / libosmocore separationHarald Welte1-1/+1
2010-02-09liblaf0rge: Make the other targets depend on the liblaforge...Holger Hans Peter Freyther1-1/+1
2009-08-20[gsm48] Introduce a gsm48_generate_mid_from_imsi methodHolger Hans Peter Freyther1-2/+38