aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-09-29 07:44:39 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 14:45:57 +0100
commit96efa70a9e4df47f98fe6ce2450d33e0c0e27294 (patch)
tree2e45e3c5b9fa45143168ec7c27b2b8d88d45aa4a /src/tbf.h
parent02ab4a88039804ab3d09c5936f91bb0e4650a0a9 (diff)
alloc: Call it trx_no and not trx as it is not trx object
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 84d558e0..0b97f80c 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -103,7 +103,7 @@ struct gprs_rlcmac_tbf {
uint8_t tfi;
uint32_t tlli;
uint8_t tlli_valid;
- uint8_t trx;
+ uint8_t trx_no;
uint16_t arfcn;
uint8_t tsc;
uint8_t first_ts; /* first TS used by TBF */