summaryrefslogtreecommitdiffstats
path: root/src/gsm/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-04-20 17:12:24 +0200
committerHarald Welte <laforge@gnumonks.org>2016-05-05 18:49:27 +0200
commit64f38c0410552e7c8ce1f12ceed8af0496d4ff01 (patch)
tree05a032e72b97c949decd776954a709a419f71a36 /src/gsm/Makefile.am
parent69e6c3c7cdaeabbe31f66fffe9606cb6ee2ec8ee (diff)
import gsm_04_08_gprs.[ch] from openbsc.git
The definitions in this header file (and associated strings in the c file) are generic about the GPRS Layer3 signalling protocols, and thus should be part of the library.
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 7f5fa25b..4326b357 100644
--- a/src/gsm/Makefile.am
+++ b/src/gsm/Makefile.am
@@ -17,7 +17,7 @@ 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 \
gsm0411_utils.c gsm0411_smc.c gsm0411_smr.c \
- lapd_core.c lapdm.c kasumi.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 \
conv_tch_afs_12_2_gen.c conv_tch_afs_10_2_gen.c \
conv_tch_afs_7_95_gen.c conv_tch_afs_7_4_gen.c \