aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorPhilipp <pmaier@sysmocom.de>2016-08-10 12:14:57 +0200
committerHarald Welte <laforge@gnumonks.org>2016-08-27 04:45:54 +0000
commita536fc644bc6f8ced40f7d40dbbc32f34c295721 (patch)
tree9930fd308f20c5373cd324aa563b325ebbff9287 /openbsc/configure.ac
parentd5d39ae2b680c64c2dc616d6ca3886dac9092066 (diff)
Adding LLC-XID encoder / decoder and unit test
The lle-xid encoder/decoder is needed to encode and decode llc xid parameter messages. We need this to exchange sndcp-parameters (SNDCP-XID) and also simple parameters such as encryption IOVs Change-Id: Ia06e4cb08bf9b48c2a4682606d1b1a91d19a9d37
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 09804135f..fbf2930d6 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -229,6 +229,7 @@ AC_OUTPUT(
tests/oap/Makefile
tests/gtphub/Makefile
tests/mm_auth/Makefile
+ tests/xid/Makefile
doc/Makefile
doc/examples/Makefile
Makefile)