From de8e202d8304ba9013987336ccf0131f7f65ef15 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 22 Oct 2021 02:28:31 +0300 Subject: struct gsm_lchan: move tch.rep_facch to rep_acch.dl_facch Finally we have all ACCH repetition state variables in one place. Change-Id: I1469619528bb69c78c2fdc25bc1db208ead936d0 Related: SYS#5114 --- include/osmo-bts/lchan.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/osmo-bts') diff --git a/include/osmo-bts/lchan.h b/include/osmo-bts/lchan.h index 3eb4f935..a7e90043 100644 --- a/include/osmo-bts/lchan.h +++ b/include/osmo-bts/lchan.h @@ -254,9 +254,6 @@ struct gsm_lchan { uint8_t last_cmr; uint32_t last_fn; - /* SLOT #0 and #1 to store FACCH for repetition */ - struct gsm_rep_facch rep_facch[2]; - } tch; /* 3GPP TS 48.058 ยง 9.3.37: [0; 255] ok, -1 means invalid*/ @@ -311,7 +308,8 @@ struct gsm_lchan { bool ul_sacch_active; bool dl_sacch_active; - /* Message buffer to store DL-SACCH repeation candidate */ + /* Message buffers to store repeation candidates */ + struct gsm_rep_facch dl_facch[2]; struct msgb *dl_sacch_msg; } rep_acch; -- cgit v1.2.3