fixeria has uploaded this change for review.

View Change

Run struct_endianness.py

Ensure there is no diff to prepare to run this in CI.

Related: OS#5884
Change-Id: Ib78f02bcd63455abedd713fa5ca6a67020a17594
(cherry picked from commit 3dacef93ca00e3880285c8b4006cbffe5a563530)
---
M src/e1_input.c
1 file changed, 14 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/62/32662/1
diff --git a/src/e1_input.c b/src/e1_input.c
index 02f3b30..60718b6 100644
--- a/src/e1_input.c
+++ b/src/e1_input.c
@@ -126,7 +126,7 @@
uint8_t tei : 7;
uint8_t control_foo; /* fake UM's ... */
#elif OSMO_IS_BIG_ENDIAN
-/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */
+/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */
uint8_t sapi:6, cr:1, ea1:1;
uint8_t tei:7, ea2:1;
uint8_t control_foo;

To view, visit change 32662. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-abis
Gerrit-Branch: 2023q1
Gerrit-Change-Id: Ib78f02bcd63455abedd713fa5ca6a67020a17594
Gerrit-Change-Number: 32662
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-CC: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange