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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/1673
to look at the new patch set (#2).
remove two compiler warnings for unused variables
Change-Id: I173dc67050d907f9b09b99265af9dee9d142ace3
---
M src/sua.c
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/73/1673/2
diff --git a/src/sua.c b/src/sua.c
index 5ae5f76..f790a52 100644
--- a/src/sua.c
+++ b/src/sua.c
@@ -927,7 +927,8 @@
memcpy(¶m->calling_addr, &conn->calling_addr,
sizeof(param->calling_addr));
//param->in_sequence_control;
- cause = xua_msg_get_u32(xua, SUA_IEI_CAUSE);
+ /* TODO evaluate cause:
+ * cause = xua_msg_get_u32(xua, SUA_IEI_CAUSE); */
/* optional: src addr */
/* optional: dest addr */
param->importance = xua_msg_get_u32(xua, SUA_IEI_IMPORTANCE);
--
To view, visit https://gerrit.osmocom.org/1673
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I173dc67050d907f9b09b99265af9dee9d142ace3
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>