summaryrefslogtreecommitdiffstats
path: root/include/sua.hrl
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-04-01 19:52:01 +0200
committerHarald Welte <laforge@gnumonks.org>2012-04-01 19:54:20 +0200
commit92e783d1098e99161401ab08cccd3a08356749cd (patch)
tree514413efb1a8bb953169f1d6d8c57e3280a03eb7 /include/sua.hrl
parent7aff8fb62be1422016ec92df5d1cbec0c738b75c (diff)
rename sua_codec to generic xua_codec
SUA/M3UA/M2UA/M2PA actaully all uses almost the same message format, so it makes sense to write one generic xua_codec and derive from that. The current SUA implementation didn't actually contain anything SUA specific, so we can just rename it and use xua_codec directly from the users.
Diffstat (limited to 'include/sua.hrl')
-rw-r--r--include/sua.hrl8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sua.hrl b/include/sua.hrl
index cbbc113..84a2ddb 100644
--- a/include/sua.hrl
+++ b/include/sua.hrl
@@ -114,11 +114,3 @@
-define(SUA_RI_SSN_PC, 2).
-define(SUA_RI_HOST, 3).
-define(SUA_RI_SSN_IP, 4).
-
--record(sua_msg, {
- version :: 0..255,
- msg_class :: 0..255,
- msg_type :: 0..255,
- payload
- }).
-