aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/Makefile.am
diff options
context:
space:
mode:
authorPhilipp <pmaier@sysmocom.de>2016-09-02 13:32:38 +0200
committerHarald Welte <laforge@gnumonks.org>2016-09-24 03:17:59 +0000
commitd8b45778de992ea5dec6d543a7cad10783a3d69b (patch)
tree28370ca46b1fc1e104c04d94c0d7600bb207218c /openbsc/src/gprs/Makefile.am
parent0b11db7e9f6f15262443d5f31206bec92ea05d8f (diff)
V.42bis: integration and unit test
- Edit previously committed V.42bis implementation to function outside IAXmodem. - Add unit test to verify the correct function of V.42bis Change-Id: I689413f2541b6def0625ce6bd96f1f488f05f99d
Diffstat (limited to 'openbsc/src/gprs/Makefile.am')
-rw-r--r--openbsc/src/gprs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am
index c044f24f3..3970ba6dd 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -93,6 +93,7 @@ osmo_sgsn_SOURCES = \
oap.c \
oap_messages.c \
gprs_llc_xid.c \
+ v42bis.c \
$(NULL)
osmo_sgsn_LDADD = \
$(top_builddir)/src/libcommon/libcommon.a \