odtone::mih::dcd_udc
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/information.hpp> struct dcd_udc { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); // public data members base_id baseid; bandwidth bandwidth_; du_ctr_freq ductrfreq; eirp eirp_; gap gap_; burst_prof burstprof; cdma_codes cdmacodes; };
DCD_UDC data type.
dcd_udc
public
public data membersbase_id baseid;
Base station identifier.
bandwidth bandwidth_;
Channel bandwidth in kb/s.
du_ctr_freq ductrfreq;
Downlink/Uplink center frequency in kHz.
eirp eirp_;
BS effective isotropic radiated power level
gap gap_;
GAP.
burst_prof burstprof;
Burst profile.
cdma_codes cdmacodes;
CDMA ranging codes.