mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 21:58:33 +03:00
7 lines
137 B
C
7 lines
137 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
/* compute the F/D ratio based on Fi and Di values */
|
|
int compute_fidi_ratio(uint8_t fi, uint8_t di);
|