aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-11-14 22:32:29 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2020-11-28 22:35:12 +0100
commit7c87612b4219bb236c5d74ca2988443bfb1929c6 (patch)
tree65ac85ecb3db68d36fd91bb2e46c3917bb5fc96a /include/osmo-bts/gsm_data.h
parenta36d6832a107b2c35fe07c09d14f44fbb3493b65 (diff)
l1sap: add repeated uplink SACCH
3GPP TS 44.006, section 11 describes a method how the uplink SACCH transmission can be repeated to increase transmission reliability. Change-Id: I7e4cc33cc010866e41e3b594351a7f7bf93e08ac Related: OS#4795, SYS#5114
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-rw-r--r--include/osmo-bts/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index b5b616e2..64102f5a 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -326,6 +326,7 @@ struct gsm_lchan {
struct abis_rsl_osmo_rep_acch_cap repeated_acch_capability;
bool repeated_dl_facch_active;
+ bool repeated_ul_sacch_active;
/* Message buffer to store DL-SACCH repeation candidate */
struct msgb *rep_sacch;