summaryrefslogtreecommitdiffstats
path: root/src/gsm/Makefile.am
diff options
context:
space:
mode:
authorTom Tsou <tom.tsou@ettus.com>2016-07-14 15:13:45 -0700
committerTom Tsou <tom@tsou.cc>2016-07-25 18:33:26 +0000
commit9a5bbf36b543ff89c0ed148428d97300880c5804 (patch)
tree3a9e3dda51e2942577140993ddc84d0665c0a751 /src/gsm/Makefile.am
parent1a96946875f807b84fbb255e8b4f8f4a31b9cecc (diff)
egprs: Add CPS tables from TS 04.60
Includes EGPRS coding and puncturing scheme (CPS) tables from 3GPP TS 04.60. Currently osmo-bts-trx is the only user of CPS table values, but this may change with gprsdecode and other utilities. Change-Id: I09fe6514a0e2e51bb3206f8387633f7e0255345f
Diffstat (limited to 'src/gsm/Makefile.am')
-rw-r--r--src/gsm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am
index 0f43f48a..a2f25244 100644
--- a/src/gsm/Makefile.am
+++ b/src/gsm/Makefile.am
@@ -15,7 +15,7 @@ lib_LTLIBRARIES = libosmogsm.la
libgsmint_la_SOURCES = a5.c rxlev_stat.c tlv_parser.c comp128.c comp128v23.c \
gsm_utils.c rsl.c gsm48.c gsm48_ie.c gsm0808.c sysinfo.c \
- gprs_cipher_core.c gsm0480.c abis_nm.c gsm0502.c \
+ gprs_cipher_core.c gprs_rlc.c gsm0480.c abis_nm.c gsm0502.c \
gsm0411_utils.c gsm0411_smc.c gsm0411_smr.c \
lapd_core.c lapdm.c kasumi.c gsm_04_08_gprs.c \
conv_cs2_gen.c conv_cs3_gen.c conv_xcch_gen.c \