LC15: Add IPAC Directed Retry Enquiry data structure

Change-Id: I8d2746eefe1f22dba5b19636ebc9444e458fc802
This commit is contained in:
Minh-Quang Nguyen 2017-02-06 11:13:31 -05:00 committed by Harald Welte
parent 2ff597e339
commit adc28dc7da
1 changed files with 7 additions and 0 deletions

View File

@ -739,6 +739,12 @@ struct ipac_preproc_ncell_dflts {
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_cfg {
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;
};
/*! @} */