laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/31393 )
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: I0ae0b911f02b4f57d82c928cfc4a14a3dc397ab3 --- M src/libosmo-pfcp/pfcp_msg.c 1 file changed, 14 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/src/libosmo-pfcp/pfcp_msg.c b/src/libosmo-pfcp/pfcp_msg.c index 18b9113..9893cb2 100644 --- a/src/libosmo-pfcp/pfcp_msg.c +++ b/src/libosmo-pfcp/pfcp_msg.c @@ -72,7 +72,7 @@ uint8_t message_type; uint16_t message_length; #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 version:3, spare:2, follow_on:1, message_priority_present:1, seid_present:1; uint8_t message_type; uint16_t message_length; @@ -93,7 +93,7 @@ uint8_t message_priority:4, spare:4; #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) */ struct osmo_pfcp_header_common c; uint64_t session_endpoint_identifier; uint8_t sequence_nr[3];