Review at  https://gerrit.osmocom.org/5887

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
---
M src/coding/gsm0503_coding.c
1 file changed, 0 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/87/5887/1

diff --git a/src/coding/gsm0503_coding.c b/src/coding/gsm0503_coding.c
index f3b319a..dab6ca1 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;

-- 
To view, visit https://gerrit.osmocom.org/5887
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8c6132534e36ea1e368432bb259fd4f3a531f90
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <[email protected]>

Reply via email to