aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_pcu.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2021-02-09 18:47:34 +0100
committerpespin <pespin@sysmocom.de>2021-02-22 12:29:12 +0000
commitfe8de457acedf3505f94e27d054a663b674929e2 (patch)
tree25062b78c9ff11be118b11ffc145d4e7224fafb7 /src/gprs_pcu.h
parent4df26588849f2cf54325f9584893a5ec9b6b502e (diff)
Use ALPHA value received in SI13 from PCUIF
The old VTY command is marked as deprecated and still overrides the use in case it's used. Related: SYS#5358 Depends: libosmocore.git Change-Id I74fb0a3afc1ac4aadbfc609b882d929401f790eb Depends: osmo-bsc.git Change-Id I8b97ea11bad5fe05f2f634945b5703ee9abde81d Change-Id: I46f2a955b157a409055fca7fb917dc4f75482426
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 */