aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-09-23 06:41:21 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2012-09-23 06:41:21 +0200
commitcd8a83a42c44a749a801cb53ec8e9888fcd153d0 (patch)
treef3c1c29cdeb5488da6aa335889125782146fdac8 /src/gprs_rlcmac.h
parent4b39dd1c00ee5b835bd83161e8d66a0eb796a8c9 (diff)
Statefull reset and unblock BVCs and sending flow control messages
The flow control interval can be set via VTY.
Diffstat (limited to 'src/gprs_rlcmac.h')
-rw-r--r--src/gprs_rlcmac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h
index a5ac7750..e7a68a4f 100644
--- a/src/gprs_rlcmac.h
+++ b/src/gprs_rlcmac.h
@@ -62,6 +62,7 @@ struct gprs_rlcmac_trx {
};
struct gprs_rlcmac_bts {
+ uint8_t fc_interval;
uint8_t cs1;
uint8_t cs2;
uint8_t cs3;