dexter has submitted this change and it was merged. (
https://gerrit.osmocom.org/c/libosmocore/+/15572 )
Change subject: cosmetic: Move comment to the right place
......................................................................
cosmetic: Move comment to the right place
Change-Id: I3d548fcc7d500baf37134b14af91bc7b284ce6ad
---
M include/osmocom/codec/ecu.h
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, approved
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/include/osmocom/codec/ecu.h b/include/osmocom/codec/ecu.h
index ec94670..f3b34c9 100644
--- a/include/osmocom/codec/ecu.h
+++ b/include/osmocom/codec/ecu.h
@@ -5,7 +5,6 @@
#include <osmocom/codec/codec.h>
-/* Codec independent ECU state */
struct osmo_ecu_fr_state {
bool subsequent_lost_frame;
uint8_t frame_backup[GSM_FR_BYTES];
@@ -40,6 +39,7 @@
* -- Harald Welte <[email protected]> on August 1, 2019.
*/
+/* Codec independent ECU state */
struct osmo_ecu_state {
enum osmo_ecu_codec codec;
uint8_t data[0];
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/15572
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I3d548fcc7d500baf37134b14af91bc7b284ce6ad
Gerrit-Change-Number: 15572
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged