Home
last modified time | relevance | path

Searched refs:rec_status_t (Results 1 – 4 of 4) sorted by relevance

/babblesim_ext_2G4_phy_v1-3.4.0/src/
Dp2G4_channel_and_modem.c73 static rec_status_t *rec_status;
82 rec_status = (rec_status_t*) bs_calloc(n_devs, sizeof(rec_status_t)); in channel_and_modem_init()
226 static inline void CalculateRxPowerAndISI(tx_l_c_t *tx_l, rec_status_t *rec_s, p2G4_power_t ant_gai… in CalculateRxPowerAndISI()
238 static inline void combine_SNR(rec_status_t *rx_status ) { in combine_SNR()
253 rec_status_t *status = &rec_status[rx_nbr]; in chm_bit_errors()
285 rec_status_t *rec_s = &rec_status[rx_nbr]; in chm_is_packet_synched()
317 rec_status_t *rec_s = &rec_status[rx_nbr]; in chm_RSSImeas()
Dp2G4_channel_and_modem_priv.h35 } rec_status_t; typedef
Dp2G4_dump.h64 …nt d, uint n_dev, uint CalNotRecal, p2G4_radioparams_t *radio_params, rec_status_t *rec_s, tx_l_c_…
Dp2G4_dump.c672 …nt dev_nbr, uint ndev, uint CalNotRecal, p2G4_radioparams_t *radio_p, rec_status_t *rx_st, tx_l_c_… in dump_ModemRx()