aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-21 15:38:16 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-21 15:46:38 +0800
commitc3a6a1dbe5432e792103916291fd837ea96e0937 (patch)
treee22d37c625ab8220ff1d96b5401f8ec93f7a5094 /openbsc/include
parentf4f090ee36246a2bc027aea790663670276f5e48 (diff)
[sccp] Parse the error message and add a unit test for it.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/sccp/sccp_types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/include/sccp/sccp_types.h b/openbsc/include/sccp/sccp_types.h
index 42fda96ae..22bd70f21 100644
--- a/openbsc/include/sccp/sccp_types.h
+++ b/openbsc/include/sccp/sccp_types.h
@@ -411,4 +411,10 @@ struct sccp_data_it {
u_int8_t credit;
} __attribute__((packed));
+struct sccp_proto_err {
+ u_int8_t type;
+ struct sccp_source_reference destination_local_reference;
+ u_int8_t error_cause;
+};
+
#endif