aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-05-06 15:26:08 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-05-06 15:26:08 +0200
commit6eeb7c7e74ed8cc1e23b19453012f43563055e12 (patch)
tree057c41684bdf6324bef672a883ec0401c73ad0a9 /src/gprs_bssgp_pcu.h
parent6e4ccec6c4b69681e94e4d3b27ef022e4aab81a9 (diff)
bssgp: Increment BSSGP flow control tag value
Currently the tag value in FLOW CONTROL BVC messages is always 1. This commit changes the implementation to increment that value with each of the FLOW CONTROL BVC messages that is sent to the SGSN. Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/gprs_bssgp_pcu.h')
-rw-r--r--src/gprs_bssgp_pcu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gprs_bssgp_pcu.h b/src/gprs_bssgp_pcu.h
index aaaff7f9..32be7650 100644
--- a/src/gprs_bssgp_pcu.h
+++ b/src/gprs_bssgp_pcu.h
@@ -61,6 +61,7 @@ struct gprs_bssgp_pcu {
/* Flow control */
struct timeval queue_delay_sum;
unsigned queue_delay_count;
+ uint8_t fc_tag;
/** callbacks below */