summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-10-10 14:03:50 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-10 14:03:50 +0200
commitc6e466edcb8cb09a57ed7cb173331077a817d3f0 (patch)
tree3deb116cdb70f2f8f1ef439fcc8b8f5896ae7d7d /include
parent4997823ccd3b2b92d948510a13111fffa353f862 (diff)
import SS7 link handling from osmo_ss7
Diffstat (limited to 'include')
-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
+}).
+
+