From 3b0abab223969d2e5fadf044be24e4cb45d90308 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 3 Apr 2017 16:46:18 +0200 Subject: sccp_sap: Add support for N-NOTICE.indication Change-Id: I6656889b4333e9909cf1c60c24dfc754281547b4 --- include/osmocom/sigtran/sccp_sap.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/osmocom/sigtran/sccp_sap.h') 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 @@ struct osmo_scu_unitdata_param { /* 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_prim { 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; }; -- cgit v1.2.3