From 7c3751b10bff1887e4981aa787c913aa4c812da2 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Sat, 28 Dec 2013 13:59:24 +0100 Subject: rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the tests v_n is part of the UL window handling so move it inside the ul_window --- src/tbf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tbf.h') diff --git a/src/tbf.h b/src/tbf.h index de2543cc..ffcf8d15 100644 --- a/src/tbf.h +++ b/src/tbf.h @@ -174,7 +174,6 @@ struct gprs_rlcmac_tbf { } 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) */ -- cgit v1.2.3