aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/channel/channel_test.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Make the code work so that the msc_vlr tests passNeels Hofmeyr1-3/+6
2017-03-16cut off libbsc paging, pending paging in libmscNeels Hofmeyr1-0/+3
2017-03-16Use libvlr in libmsc (large refactoring)Neels Hofmeyr1-8/+19
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr1-1/+2
2016-12-02reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-2/+0
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-1/+1
2016-09-28dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH modeNeels Hofmeyr1-1/+1
2016-09-28channel_test: test nr of subslots for dyn pchan, with errorNeels Hofmeyr1-0/+31
2016-09-28channel test: prepare to add another test functionNeels Hofmeyr1-3/+8
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr1-1/+1
2016-03-03channel_test: don't segfault if paging failsNeels Hofmeyr1-2/+5
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther1-5/+7
2014-12-05msc: Add and use gsm_subscriber_groupJacob Erlbeck1-1/+4
2014-05-28channel_test: Return a positive number to claim it was pagedHolger Hans Peter Freyther1-1/+4
2013-12-27db: Avoid crash we have seen with the dbi code when reading a SMSHolger Hans Peter Freyther1-0/+1
2013-07-27expiration: Speculative fixes for the periodic expiring handlingHolger Hans Peter Freyther1-0/+1
2012-01-06channel: Make the test not crash again.Holger Hans Peter Freyther1-4/+15
2011-06-26make channel_test build againHarald Welte1-1/+1
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-1/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-1/+1
2011-02-11[BSC] Move the BTS-type specific code from bcs_init.c to bts_*.cHarald Welte1-2/+1
2011-01-06subscr: Dump the pending requests to help with debugging state.Holger Hans Peter Freyther1-0/+1
2011-01-06subscr: Stop all paging requests if one is failing.Holger Hans Peter Freyther1-0/+1
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-5/+4
2010-12-21test: Make it compile but it is segfaulting on start nowHolger Hans Peter Freyther1-0/+2
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther1-1/+1
2010-09-06chan: Store the to be assigned channel type in the GSM Network.Holger Hans Peter Freyther1-0/+1
2010-02-20finish openbsc / libosmocore separationHarald Welte1-1/+1
2010-01-11misc: Fix compilation of the test cases.Holger Hans Peter Freyther1-0/+2
2009-08-20[subscr] Change the signature... the gsm_network is in the subscrHolger Hans Peter Freyther1-1/+2
2009-08-10misc: Firs round of fixing compilation of test casesHolger Hans Peter Freyther1-0/+1
2009-06-26make tests compile again after talloc branch changesHarald Welte1-4/+9
2009-06-10[channel] Add a test case for the request foo in gsm_subscriber.cHolger Hans Peter Freyther1-0/+72