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
Review at https://gerrit.osmocom.org/2409
lchan: add ms_timing_offset member to struct gsm_lchan
The distribution of the channel measurement calculations over
multiple timeslots (continous calculation) requires to keep
track of the ms timing offset in struct gsm_lchan
Change-Id: Ifc4cff7efa4ba0a4b94448767143dd18b6db9325
---
M openbsc/include/openbsc/gsm_data_shared.h
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/09/2409/1
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 242889a..fc537ad 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -308,6 +308,7 @@
/* last L1 header from the MS */
uint8_t l1_info[2];
struct gsm_meas_rep_unidir ul_res;
+ uint8_t ms_timing_offset; /*Range -63 to 192*/
} meas;
struct {
struct amr_multirate_conf amr_mr;
--
To view, visit https://gerrit.osmocom.org/2409
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc4cff7efa4ba0a4b94448767143dd18b6db9325
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>