aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2019-09-16 13:22:58 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2019-09-20 10:12:50 +0200
commit4e591b120fd7e412f473d124547df7d35000e102 (patch)
tree06fa9bdb0939ceba4ecd1052d13a5594bcce1a5b
parent8bd05b58a855fdccbf2325f4669ff3197ed2801a (diff)
cosmetic: Add comment on GSM-FR ECU struct
-rw-r--r--include/osmocom/codec/ecu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/codec/ecu.h b/include/osmocom/codec/ecu.h
index f3b34c97..927ca0da 100644
--- a/include/osmocom/codec/ecu.h
+++ b/include/osmocom/codec/ecu.h
@@ -5,6 +5,7 @@
#include <osmocom/codec/codec.h>
+/* ECU state for GSM-FR */
struct osmo_ecu_fr_state {
bool subsequent_lost_frame;
uint8_t frame_backup[GSM_FR_BYTES];