aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/Makefile.am
diff options
context:
space:
mode:
authorPhilipp <pmaier@sysmocom.de>2016-08-10 12:08:03 +0200
committerHarald Welte <laforge@gnumonks.org>2016-09-24 03:17:58 +0000
commit22611be3d93b58ba96983247d71fa6be57fa0cb0 (patch)
treed3cf6edb86ad200de2689eabc45b6f70afa38264 /openbsc/include/openbsc/Makefile.am
parent308cb0719dca3ba8eed1eff2a2124d44f34d9a28 (diff)
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
Diffstat (limited to 'openbsc/include/openbsc/Makefile.am')
-rw-r--r--openbsc/include/openbsc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am
index cae8ba488..a91322fa6 100644
--- a/openbsc/include/openbsc/Makefile.am
+++ b/openbsc/include/openbsc/Makefile.am
@@ -25,6 +25,7 @@ noinst_HEADERS = \
gprs_llc_xid.h \
gprs_sgsn.h \
gprs_sndcp.h \
+ gprs_sndcp_xid.h \
gprs_utils.h \
gsm_04_08.h \
gsm_04_11.h \