laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/31395 )

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: I194f3affeb969d485348c46a6dabbe5f8e47e780
---
M include/osmocom/gsm/protocol/gsm_49_031.h
1 file changed, 13 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/include/osmocom/gsm/protocol/gsm_49_031.h 
b/include/osmocom/gsm/protocol/gsm_49_031.h
index 8429ccc..463fabf 100644
--- a/include/osmocom/gsm/protocol/gsm_49_031.h
+++ b/include/osmocom/gsm/protocol/gsm_49_031.h
@@ -68,6 +68,7 @@
        uint8_t va_val:7, va_ind:1;
        uint8_t spare3:6, rt:2;
 #elif OSMO_IS_BIG_ENDIAN
+/* auto-generated from the little endian part above 
(libosmocore/contrib/struct_endianness.py) */
        uint8_t spare1:6, vel:1, vert:1;
        uint8_t ha_ind:1, ha_val:7;
        uint8_t va_ind:1, va_val:7;

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/31395
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I194f3affeb969d485348c46a6dabbe5f8e47e780
Gerrit-Change-Number: 31395
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to