aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-05-24 14:38:00 +0200
committerHolger Freyther <holger@freyther.de>2016-05-25 19:44:29 +0000
commitc1c9d6a9d849685556a6ce9f2e0f9a814c2995ae (patch)
treef91ccaefcb81dd6311c2c2b1e12de812ed647745 /src/rlc.h
parentc8fd4b7c42b85be63b5412f47a995c4f6f532531 (diff)
rlc.h: remove duplicated define RLC_EGPRS_SNS
The second #define RLC_EGPRS_SNS is 3 lines below of the first one. Change-Id: Ibb718ba9be21831c56c5949e730fab5acd691d7c Reviewed-on: https://gerrit.osmocom.org/107 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
Diffstat (limited to 'src/rlc.h')
-rw-r--r--src/rlc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rlc.h b/src/rlc.h
index 8f75588a..03659da8 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -27,7 +27,6 @@
#define RLC_GPRS_SNS 128 /* GPRS, must be power of 2 */
#define RLC_GPRS_WS 64 /* max window size */
-#define RLC_EGPRS_SNS 2048 /* EGPRS, must be power of 2 */
#define RLC_EGPRS_MIN_WS 64 /* min window size */
#define RLC_EGPRS_MAX_WS 1024 /* min window size */
#define RLC_EGPRS_SNS 2048 /* EGPRS, must be power of 2 */