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/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/3255
LC15: Add IPAC Directed Retry Enquiry data structure
Change-Id: I8d2746eefe1f22dba5b19636ebc9444e458fc802
---
M include/osmocom/gsm/protocol/gsm_08_58.h
1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/55/3255/1
diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index f6451bb..f0094a3 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -739,6 +739,12 @@
reserved_ms_txpwr_max_def:3;
}__attribute__ ((packed));
+struct ipac_preproc_ho_ctl_param {
+ uint8_t sdcch_ho_gsm:1,
+ sdcch_ho_umts:1,
+ reserved:6;
+}__attribute__ ((packed));
+
struct ipac_preproc_cfg {
uint8_t meas_rep_mode;
uint32_t meas_mode_flags;
@@ -747,6 +753,7 @@
struct ipac_preproc_ho_thresh ho_thresh;
struct ipac_preproc_ho_comp ho_comp;
struct ipac_preproc_ncell_dflts ncell_dflts;
+ struct ipac_preproc_ho_ctl_param ho_ctl_param;
};
/*! @} */
--
To view, visit https://gerrit.osmocom.org/3255
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8d2746eefe1f22dba5b19636ebc9444e458fc802
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Minh-Quang Nguyen <minh-quang.nguyen at nutaq.com>