Review at  https://gerrit.osmocom.org/2200

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/1

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: newchange
Gerrit-Change-Id: I6656889b4333e9909cf1c60c24dfc754281547b4
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to