summaryrefslogtreecommitdiffstats
path: root/include/osmo_ss7.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo_ss7.hrl')
-rw-r--r--include/osmo_ss7.hrl17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/osmo_ss7.hrl b/include/osmo_ss7.hrl
new file mode 100644
index 0000000..5dea6a3
--- /dev/null
+++ b/include/osmo_ss7.hrl
@@ -0,0 +1,17 @@
+
+-record(sigtran_peer, {
+ ip,
+ port,
+ point_code
+}).
+
+-record(sigtran_link, {
+ type,
+ name,
+ linkset_name,
+ sls,
+ local,
+ remote
+}).
+
+