laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-sigtran/+/43388?usp=email )

Change subject: xua_msg: Constify input xua_msg param
......................................................................

xua_msg: Constify input xua_msg param

Change-Id: I3641f9b2ab487ac32faa1872831ca249ce41ffb8
---
M src/xua_msg.c
M src/xua_msg.h
2 files changed, 2 insertions(+), 2 deletions(-)

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




diff --git a/src/xua_msg.c b/src/xua_msg.c
index 1761fee..c254d83 100644
--- a/src/xua_msg.c
+++ b/src/xua_msg.c
@@ -534,7 +534,7 @@
        return buf;
 }

-int xua_dialect_check_all_mand_ies(const struct xua_dialect *dialect, struct 
xua_msg *xua)
+int xua_dialect_check_all_mand_ies(const struct xua_dialect *dialect, const 
struct xua_msg *xua)
 {
        uint8_t msg_class = xua->hdr.msg_class;
        uint8_t msg_type = xua->hdr.msg_type;
diff --git a/src/xua_msg.h b/src/xua_msg.h
index f5d5de4..dd9551a 100644
--- a/src/xua_msg.h
+++ b/src/xua_msg.h
@@ -105,7 +105,7 @@
 const char *xua_class_iei_name(const struct xua_msg_class *xmc, uint16_t iei);
 char *xua_hdr_dump(const struct xua_msg *xua, const struct xua_dialect 
*dialect);
 char *xua_msg_dump(const struct xua_msg *xua, const struct xua_dialect 
*dialect);
-int xua_dialect_check_all_mand_ies(const struct xua_dialect *dialect, struct 
xua_msg *xua);
+int xua_dialect_check_all_mand_ies(const struct xua_dialect *dialect, const 
struct xua_msg *xua);

 int xua_msg_event_map(const struct xua_msg *xua,
                      const struct xua_msg_event_map *maps,

--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/43388?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I3641f9b2ab487ac32faa1872831ca249ce41ffb8
Gerrit-Change-Number: 43388
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>

Reply via email to