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/2200
to look at the new patch set (#3).
sccp_sap: Add support for N-NOTICE.indication
Change-Id: I6656889b4333e9909cf1c60c24dfc754281547b4
---
M include/osmocom/sigtran/sccp_sap.h
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/00/2200/3
diff --git a/include/osmocom/sigtran/sccp_sap.h b/include/osmocom/sigtran/sccp_sap.h
index ec021c7..139567e 100644
--- a/include/osmocom/sigtran/sccp_sap.h
+++ b/include/osmocom/sigtran/sccp_sap.h
@@ -198,6 +198,15 @@
/* user data */
};
+/* OSMO_SCU_PRIM_N_NOTICE */
+struct osmo_scu_notice_param {
+ struct osmo_sccp_addr called_addr;
+ struct osmo_sccp_addr calling_addr;
+ uint32_t cause;
+ uint32_t importance;
+ /* user data */
+};
+
struct osmo_scu_prim {
struct osmo_prim_hdr oph;
union {
@@ -206,6 +215,7 @@
struct osmo_scu_disconn_param disconnect;
struct osmo_scu_reset_param reset;
struct osmo_scu_unitdata_param unitdata;
+ struct osmo_scu_notice_param notice;
} u;
};
--
To view, visit https://gerrit.osmocom.org/2200
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6656889b4333e9909cf1c60c24dfc754281547b4
Gerrit-PatchSet: 3
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