'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct dcd_udc

odtone::mih::dcd_udc

Synopsis

// 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;
};

Description

DCD_UDC data type.

dcd_udc public member functions

  1. template<typename ArchiveT> void serialize(ArchiveT & ar);

    Serialize/deserialize the DCD_UDC data type.

    Parameters:

    ar

    The archive to/from where serialize/deserialize the data type.

dcd_udc public public data members

  1. base_id baseid;

    Base station identifier.

  2. bandwidth bandwidth_;

    Channel bandwidth in kb/s.

  3. du_ctr_freq ductrfreq;

    Downlink/Uplink center frequency in kHz.

  4. eirp eirp_;

    BS effective isotropic radiated power level

  5. gap gap_;

    GAP.

  6. burst_prof burstprof;

    Burst profile.

  7. cdma_codes cdmacodes;

    CDMA ranging codes.


PrevUpHomeNext