libosmogsm  0.11.0-dirty
Osmocom GSM library
src/gsm/rxlev_stat.c File Reference

Rx Level statistics. More...

#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <stdint.h>
#include <osmocom/core/bitvec.h>
#include <osmocom/gsm/rxlev_stat.h>

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)

Detailed Description

Rx Level statistics.


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)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines