From 84424fa88a47c45bbf1e81fa82432b76cd882a7c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 14 Apr 2011 17:27:24 +0200 Subject: add missing osmo_util.hrl --- include/osmo_util.hrl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/osmo_util.hrl (limited to 'include/osmo_util.hrl') diff --git a/include/osmo_util.hrl b/include/osmo_util.hrl new file mode 100644 index 0000000..e81d24e --- /dev/null +++ b/include/osmo_util.hrl @@ -0,0 +1,8 @@ + +% a primitive how it is used inside the SCCP stack and to the user +-record(primitive, { + subsystem, + gen_name, + spec_name, + parameters + }). -- cgit v1.2.3