aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-15 17:25:49 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-15 17:25:49 +0100
commit85c1ea5cb6ff71b72ec8ff51f6d5c2546c96384a (patch)
treeb2dc22e639df507e85e7a1e9f59da3ebd51245cf /src/tbf.h
parentc2fab7a6ff466f681ae47e8443efc222f60993a2 (diff)
parent3ce011f44ff5eaecb467e8633e1b134b04f21048 (diff)
Merge remote-tracking branch 'sysmocom/window-rework' into sysmocom/master
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tbf.h b/src/tbf.h
index de2543cc..02f0b444 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -168,13 +168,11 @@ struct gprs_rlcmac_tbf {
union {
struct {
gprs_rlc_dl_window window;
- gprs_rlc_v_b v_b;
int32_t tx_counter; /* count all transmitted blocks */
uint8_t wait_confirm; /* wait for CCCH IMM.ASS cnf */
} dl;
struct {
gprs_rlc_ul_window window;
- gprs_rlc_v_n v_n;
int32_t rx_counter; /* count all received blocks */
uint8_t n3103; /* N3103 counter */
uint8_t usf[8]; /* list USFs per PDCH (timeslot) */