aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_pcu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs_pcu.h')
-rw-r--r--src/gprs_pcu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_pcu.h b/src/gprs_pcu.h
index 9f75fb80..76e3937a 100644
--- a/src/gprs_pcu.h
+++ b/src/gprs_pcu.h
@@ -90,7 +90,7 @@ struct gprs_pcu {
uint8_t max_cs_dl, max_cs_ul;
uint8_t max_mcs_dl, max_mcs_ul;
uint8_t force_two_phase;
- uint8_t alpha, gamma;
+ uint8_t force_alpha, gamma;
bool dl_tbf_preemptive_retransmission;
enum egprs_arq_type dl_arq_type; /* EGPRS_ARQ1 to support resegmentation in DL, EGPRS_ARQ2 for no reseg */
bool cs_adj_enabled; /* whether cs_adj_{upper,lower}_limit are used to adjust DL CS */