aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs_rlcmac.h')
-rw-r--r--src/gprs_rlcmac.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h
index 0f699854..148250ae 100644
--- a/src/gprs_rlcmac.h
+++ b/src/gprs_rlcmac.h
@@ -32,9 +32,6 @@ extern "C" {
}
#endif
-/* generate a diagram for debugging timing issues */
-//#define DEBUG_DIAGRAM
-
/* This special feature will delay assignment of downlink TBF by one second,
* in case there is already a TBF.
* This is usefull to debug downlink establishment during packet idle mode.
@@ -65,12 +62,6 @@ struct gprs_rlcmac_cs {
uint8_t block_payload;
};
-#ifdef DEBUG_DIAGRAM
-void debug_diagram(BTS *bts, int diag, const char *format, ...);
-#else
-#define debug_diagram(a, b, c, args...) ;
-#endif
-
int gprs_rlcmac_received_lost(struct gprs_rlcmac_tbf *tbf, uint16_t received,
uint16_t lost);