Change in libosmocore[master]: add missing endian.h in gsm_23_041.h

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Fri May 15 16:10:09 UTC 2020


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

Change subject: add missing endian.h in gsm_23_041.h
......................................................................

add missing endian.h in gsm_23_041.h

Change-Id: I593cc5e8272469b570559206bb02b6e79797340b
---
M include/osmocom/gsm/protocol/gsm_23_041.h
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/include/osmocom/gsm/protocol/gsm_23_041.h b/include/osmocom/gsm/protocol/gsm_23_041.h
index c75c088..e60c324 100644
--- a/include/osmocom/gsm/protocol/gsm_23_041.h
+++ b/include/osmocom/gsm/protocol/gsm_23_041.h
@@ -1,5 +1,7 @@
 #pragma once
 
+#include <osmocom/core/endian.h>
+
 /* Section 9.4.1.2: GSM Message Format */
 struct gsm23041_msg_param_gsm {
 	uint16_t serial_nr;

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I593cc5e8272469b570559206bb02b6e79797340b
Gerrit-Change-Number: 18255
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200515/0effacb0/attachment.htm>


More information about the gerrit-log mailing list