aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-19 14:45:17 +0200
committerpespin <pespin@sysmocom.de>2021-10-20 13:35:44 +0000
commitc90e6f8de11ef40a9055ce316efd563cebf8caa6 (patch)
tree9daca3eb03e4697e9e7b474ee532e39c830f7b97 /debian
parentfef3da24ae90992a35fc1641f82316e8dff8f5fd (diff)
Split csn1.c into common, enc and dec files
The CSN1 encoder/decoder code is already lengthy and complex enough, there's no need to keep it in the same file, specially because when debugging, only is interested in one of the 2 functions, and they both look really similar (long spaghetti switches). Change-Id: I7d1b1f7e6d7f89b052b3fd73a960419bb2673020
Diffstat (limited to 'debian')
-rw-r--r--debian/copyright4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright
index 99ea408a..4e9347e7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -81,7 +81,9 @@ Copyright: 2012 Andreas Eversberg <jolly@eversberg.eu>
License: GPL-2.0+
Files: src/csn1.h
- src/csn1.cpp
+ src/csn1.c
+ src/csn1_dec.c
+ src/csn1_enc.c
src/gsm_rlcmac.cpp
src/gsm_rlcmac.h
Copyright: 2011 Vincent Helfre