aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-09-29 07:50:50 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 14:45:57 +0100
commit743bafa50ca4b577416774ecc2ac3b3986bfc97e (patch)
tree3d4ad64c78f432c71723262d3c115c9106d2e9d9 /src/tbf.h
parent96efa70a9e4df47f98fe6ce2450d33e0c0e27294 (diff)
alloc: Introduce a backpointer from the tbf to the trx and simplify code
Kill all the level of indirections where one needs to have the BTS the TBF to find the TRX.
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 0b97f80c..f75121c7 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -103,6 +103,7 @@ struct gprs_rlcmac_tbf {
uint8_t tfi;
uint32_t tlli;
uint8_t tlli_valid;
+ struct gprs_rlcmac_trx *trx;
uint8_t trx_no;
uint16_t arfcn;
uint8_t tsc;