summaryrefslogtreecommitdiffstats
path: root/src/coding
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-19 02:57:48 +0600
committerHarald Welte <laforge@gnumonks.org>2018-01-24 09:17:37 +0000
commita55fe9f322cd2856ce2e26cd0fbe0b530cf8dcb6 (patch)
treee6387a1061b124dc462ac244b802d9873d5ecdcf /src/coding
parent9a232fd91b658e769d093c9907c019814f5eb30d (diff)
libosmocoding: use frame length definitions from codec.h
Since commit e094157e125a70b9a384ba3cec01261624f4eb59, TCH frame length definitions were added to libosmocodec. No need to define them again. Change-Id: Id8c6132534e36ea1e368432bb259fd4f3a531f90
Diffstat (limited to 'src/coding')
-rw-r--r--src/coding/gsm0503_coding.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/coding/gsm0503_coding.c b/src/coding/gsm0503_coding.c
index 3f4be977..c94bca7e 100644
--- a/src/coding/gsm0503_coding.c
+++ b/src/coding/gsm0503_coding.c
@@ -131,13 +131,6 @@
#define EGPRS_DATA_C1 612
#define EGPRS_DATA_C2 EGPRS_DATA_C1
-/* TS 101318 Chapter 5.1: 260 bits + 4bit sig */
-#define GSM_FR_BYTES 33
-/* TS 101318 Chapter 5.2: 112 bits, no sig */
-#define GSM_HR_BYTES 14
-/* TS 101318 Chapter 5.3: 244 bits + 4bit sig */
-#define GSM_EFR_BYTES 31
-
/*! union across the three different EGPRS Uplink header types */
union gprs_rlc_ul_hdr_egprs {
struct gprs_rlc_ul_header_egprs_1 type1;