|
libosmogsm 1.11.0.52-28973f
Osmocom GSM library
|
#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| struct | gsm_rx_lev_qual |
| struct | gsm_meas_rep_unidir |
Functions | |
| size_t | gsm0858_rsl_ul_meas_enc (const struct gsm_meas_rep_unidir *mru, bool dtxd_used, uint8_t *buf) |
| Build the RSL uplink measurement IE (3GPP TS 08.58 § 9.3.25) More... | |
| enum meas_rep_field |
| size_t gsm0858_rsl_ul_meas_enc | ( | const struct gsm_meas_rep_unidir * | mru, |
| bool | dtxd_used, | ||
| uint8_t * | buf | ||
| ) |
Build the RSL uplink measurement IE (3GPP TS 08.58 § 9.3.25)
| [in] | mru | Unidirectional measurement report structure |
| [in] | dtxd_used | Indicates if DTXd was used during measurement report period |
| [out] | buf | Pre-allocated bufer for storing IE |
References gsm_meas_rep_unidir::full, gsm_rx_lev_qual::rx_lev, gsm_rx_lev_qual::rx_qual, and gsm_meas_rep_unidir::sub.