aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-07-21 11:09:58 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2012-07-21 11:09:58 +0200
commit24131bf55bc010e8238b7b1bb2b761dae4137dee (patch)
tree216ca229205ef63062224e33d4c669998f69c1fd /src/gprs_rlcmac.h
parent8b761a34190656884409bd61d0b0483ed0f14898 (diff)
Add check of lifetime of LLC frame
If lifetime expires of queued LLC frames, they are discarded. The number of discarded frames and the sum of their octets are reported to SGSN via LLC-DISCARDED message. The lifetime can be overridden via VTY. The value can be centi-seconds or "infinite".
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 42439e2e..71ff6086 100644
--- a/src/gprs_rlcmac.h
+++ b/src/gprs_rlcmac.h
@@ -66,6 +66,7 @@ struct gprs_rlcmac_bts {
uint8_t cs4;
uint8_t initial_cs;
uint8_t force_cs; /* 0=use from BTS 1=use from VTY */
+ uint16_t force_llc_lifetime; /* overrides lifetime from SGSN */
uint8_t t3142;
uint8_t t3169;
uint8_t t3191;