aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-02-21 16:12:46 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-10 08:57:38 +0100
commit2d725e77f7270550d7173a7c86f30aa1c7b01e5e (patch)
tree650e848547f23bd92b4c6d42a598c97586139519 /configure.ac
parent35a8144e41157b0a7304e7a0fd46a0e5a0dda287 (diff)
agch/test: Add test for AGCH queue handling
The first test checks the AGCH may queue length computation. The second test fills the queue by calling bts_agch_enqueue() with a mix of IMM.ASS and IMM.ASS.REJ. Then it drains the queue by calling bts_ccch_copy_msg(). After each of both steps, statistics are printed out. Sponsored-by: On-Waves ehf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 34110179..ff46b5ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,7 @@ AC_OUTPUT(
include/osmo-bts/Makefile
tests/Makefile
tests/paging/Makefile
+ tests/agch/Makefile
tests/cipher/Makefile
tests/sysmobts/Makefile
Makefile)