libosmogsm  0.11.0-dirty
Osmocom GSM library
include/osmocom/gsm/rxlev_stat.h File Reference

Go to the source code of this file.

Data Structures

struct  rxlev_stats

Defines

#define NUM_RXLEVS   32
#define NUM_ARFCNS   1024

Functions

void rxlev_stat_input (struct rxlev_stats *st, uint16_t arfcn, uint8_t rxlev)
int16_t rxlev_stat_get_next (const struct rxlev_stats *st, uint8_t rxlev, int16_t arfcn)
void rxlev_stat_reset (struct rxlev_stats *st)
void rxlev_stat_dump (const struct rxlev_stats *st)

Variables

struct rxlev_stats __attribute__

Detailed Description


Define Documentation

#define NUM_ARFCNS   1024

Function Documentation

void rxlev_stat_dump ( const struct rxlev_stats st)
int16_t rxlev_stat_get_next ( const struct rxlev_stats st,
uint8_t  rxlev,
int16_t  arfcn 
)
void rxlev_stat_input ( struct rxlev_stats st,
uint16_t  arfcn,
uint8_t  rxlev 
)
void rxlev_stat_reset ( struct rxlev_stats st)

Variable Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines