aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorPhilipp <pmaier@sysmocom.de>2016-08-26 17:00:21 +0200
committerHarald Welte <laforge@gnumonks.org>2016-09-24 03:17:58 +0000
commitf1f34360fb4680adc25a7e8b4b31062ba606e8dc (patch)
tree8862f4b69433e2006b96484d1ded322b84d283f1 /openbsc/tests
parent2c7f83762ab28ef4051d379e295a824e83577d7f (diff)
SNDCP: add RFC1144 header compression functionality
- Add module to handle compression entities - Add module to control header compression - Introduce VTY commands for heade compression configuration - Add changes in sndcp and llc to integrate header compression Change-Id: Ia00260dc09978844c2865957b4d43000b78b5e43
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/sgsn/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/tests/sgsn/Makefile.am b/openbsc/tests/sgsn/Makefile.am
index bab3f0ef1..1447577b4 100644
--- a/openbsc/tests/sgsn/Makefile.am
+++ b/openbsc/tests/sgsn/Makefile.am
@@ -59,6 +59,8 @@ sgsn_test_LDADD = \
$(top_builddir)/src/gprs/gprs_llc_xid.o \
$(top_builddir)/src/gprs/gprs_sndcp_xid.o \
$(top_builddir)/src/gprs/slhc.o \
+ $(top_builddir)/src/gprs/gprs_sndcp_comp.o \
+ $(top_builddir)/src/gprs/gprs_sndcp_pcomp.o \
$(top_builddir)/src/libcommon/libcommon.a \
$(LIBOSMOABIS_LIBS) \
$(LIBOSMOCORE_LIBS) \