summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-12-15 09:35:21 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-20 15:48:38 +0000
commit6cb9e7d8981e127161f14f22ad9271252c531aec (patch)
treeca2efe5811db52e265e87d8d17a24f1efcf6f4a7 /include/Makefile.am
parente094157e125a70b9a384ba3cec01261624f4eb59 (diff)
libosmocodec: add FR bit offset definitions
This change defines the GSM FR bit positions as described in RFC 3551, which will be used by further ECU (Error Correction Unit) implementation. Change-Id: I1d0a198af0f8dd1f690b5a81f5c9eb92c43aefed
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 47140031..09f5ca65 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -2,6 +2,7 @@ BUILT_SOURCES = osmocom/gsm/gsm0503.h
nobase_include_HEADERS = \
osmocom/codec/codec.h \
+ osmocom/codec/gsm610_bits.h \
osmocom/core/application.h \
osmocom/core/backtrace.h \
osmocom/core/bit16gen.h \