From 22611be3d93b58ba96983247d71fa6be57fa0cb0 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 10 Aug 2016 12:08:03 +0200 Subject: SNDCP: add SNDCP-XID encoder/decoder and unit test The SNDCP-XID (or layer-3 xid) is used to exchange layer-3 parameters such as compression. The encoder encodes a bytestream that is then sent as regular XID field from LLC. We will need the SNDCP-XID to negotiate the parameters for our upcomming GPRS data and header compression features Change-Id: If2d63fe2550864cafef3156b1dc0629037c49c1e --- openbsc/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/tests/Makefile.am') diff --git a/openbsc/tests/Makefile.am b/openbsc/tests/Makefile.am index 7396c52d9..7b145f789 100644 --- a/openbsc/tests/Makefile.am +++ b/openbsc/tests/Makefile.am @@ -10,7 +10,9 @@ SUBDIRS = \ subscr \ mm_auth \ xid \ + sndcp_xid \ $(NULL) + if BUILD_NAT SUBDIRS += \ bsc-nat \ -- cgit v1.2.3