diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-03-02 23:17:33 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-03-02 23:17:33 +0100 |
commit | 4fb20757c63c3809d0535545d96e2e9f62b6198b (patch) | |
tree | 6e003fb351569ab1f6c162bd5e52695159bfe6bb /src/Makefile.am | |
parent | f08eabf2341de43993918246e89ce30c3651f378 (diff) |
import some GSM 04.08 utility code from OpenBSC
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 65415eed..b6826ea5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,4 +9,4 @@ lib_LTLIBRARIES = libosmocore.la libosmocore_la_SOURCES = msgb.c timer.c talloc.c select.c signal.c \ tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \ - write_queue.c utils.c rsl.c + write_queue.c utils.c rsl.c gsm48.c |