On Wed, Nov 23, 2005, Patrick Boettcher wrote: > In DVB-H the TPS (known from DVB-T) is extended to provide information > about e.g. time-slicing as well. As the dvb_ofdm_parameters reflecting (a > part of) the TPS data maybe dvbh_parameters should reflect the TPS as > defined for DVB-H. Is there a use for the cell ids from TPS? Is anything else missing for DVB-T? If dvbh_parameters exceeds dvbt_parameters in size we cannot add it to FE_SET_FRONTEND without breaking binary compatibility. So if we need FE_SET_FRONTEND_NEW (or _EX or whatever) anyway, we could make a clean design with a "standard" and "flags" field (replacing FE_SET_STANDARD and FE_SET_FRONTEND_TUNE_MODE). And add some "u8 reserved[32]" at the end for future extensions. What do you think? Johannes