diff options
author | Philipp Maier <pmaier@sysmocom.de> | 2019-09-16 13:22:58 +0200 |
---|---|---|
committer | Philipp Maier <pmaier@sysmocom.de> | 2019-09-20 10:12:50 +0200 |
commit | 4e591b120fd7e412f473d124547df7d35000e102 (patch) | |
tree | 06fa9bdb0939ceba4ecd1052d13a5594bcce1a5b /include/osmocom | |
parent | 8bd05b58a855fdccbf2325f4669ff3197ed2801a (diff) |
cosmetic: Add comment on GSM-FR ECU struct
Change-Id: Ic0a3a407c592262104af315f845f0bbd116ab26b
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/codec/ecu.h | 1 |
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]; |