aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-11-11 16:19:18 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2020-11-27 16:02:45 +0100
commita36d6832a107b2c35fe07c09d14f44fbb3493b65 (patch)
treef09270e0a1c15b629c093b829a8281f11bb18522 /include/osmo-bts/gsm_data.h
parent7e38cf4e66fa9c65ff4c4021a9486e0c5e4f26a8 (diff)
l1sap: add repeated downlink SACCH
3GPP TS 44.006, section 11 describes a method how the downlink SACCH transmission can be repeated to increase transmission reliability. Change-Id: I00806f936b15fbaf6a4e7bbd61f3bec262cdbb28 Related: OS#4794, SYS#5114
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-rw-r--r--include/osmo-bts/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 47a6db82..b5b616e2 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -326,6 +326,9 @@ struct gsm_lchan {
struct abis_rsl_osmo_rep_acch_cap repeated_acch_capability;
bool repeated_dl_facch_active;
+
+ /* Message buffer to store DL-SACCH repeation candidate */
+ struct msgb *rep_sacch;
};
static inline uint8_t lchan_get_ta(const struct gsm_lchan *lchan)