From 58db60c68ebf137ae2a886ec3bd1188431c84721 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Nov 2013 20:45:40 +0100 Subject: rlc: Start to move things out of the tbf into the rlc Add remarks of possible broken behavior inside the tbf routines. Move the preparation (and init) into the new rlc.cpp file. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index daa91ec6..beee4c09 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,7 +48,8 @@ libgprs_la_SOURCES = \ ta.cpp \ sba.cpp \ decoding.cpp \ - llc.cpp + llc.cpp \ + rlc.cpp if ENABLE_SYSMOBTS libgprs_la_SOURCES += \ -- cgit v1.2.3