Change in osmo-bts[master]: gsm_data: remove FACCH cache variable from struct gsm_lchan

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Fri Oct 30 21:53:30 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/20995 )


Change subject: gsm_data: remove FACCH cache variable from struct gsm_lchan
......................................................................

gsm_data: remove FACCH cache variable from struct gsm_lchan

the variable uint8_t facch in sub struct tch is unused.

Change-Id: Ic16d271e4214d0d5abb2f0d46f3acc88cb6ee76b
---
M include/osmo-bts/gsm_data.h
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/95/20995/1

diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 1c1c5d4..ff01cfe 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -240,8 +240,6 @@
 			struct osmo_fsm_inst *dl_amr_fsm;
 			/* TCH cache */
 			uint8_t cache[20];
-			/* FACCH cache */
-			uint8_t facch[GSM_MACBLOCK_LEN];
 			uint8_t len;
 			uint32_t fn;
 			bool is_update;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/20995
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ic16d271e4214d0d5abb2f0d46f3acc88cb6ee76b
Gerrit-Change-Number: 20995
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201030/cb278363/attachment.htm>


More information about the gerrit-log mailing list