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, 2 insertions, 0 deletions
diff --git a/src/gprs_pcu.h b/src/gprs_pcu.h
index 2f2fdc7d..f07510bf 100644
--- a/src/gprs_pcu.h
+++ b/src/gprs_pcu.h
@@ -27,6 +27,7 @@
#include <osmocom/core/gsmtap_util.h>
#include "gprs_bssgp_pcu.h"
+#include "coding_scheme.h"
#define LLC_CODEL_DISABLE 0
#define LLC_CODEL_USE_DEFAULT (-1)
@@ -77,6 +78,7 @@ struct gprs_pcu {
uint8_t force_two_phase;
uint8_t 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 */
} vty;
struct gsmtap_inst *gsmtap;