fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/32662 )
Change subject: Run struct_endianness.py ......................................................................
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;