aboutsummaryrefslogtreecommitdiffstats
path: root/library/MGCP_Types.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-03 21:07:52 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-03 21:09:29 +0100
commit35bb7166109774108cfe6b8112f34500d5881775 (patch)
treecaa0970d66607b859856a0cf4cf9fe4ef9f80ed5 /library/MGCP_Types.ttcn
parentdf32723446f5280fe65bd0ef4f25790e39ec8087 (diff)
Add comments with short module description on top of each file
Diffstat (limited to 'library/MGCP_Types.ttcn')
-rw-r--r--library/MGCP_Types.ttcn12
1 files changed, 12 insertions, 0 deletions
diff --git a/library/MGCP_Types.ttcn b/library/MGCP_Types.ttcn
index 22141f45..9d1a4e13 100644
--- a/library/MGCP_Types.ttcn
+++ b/library/MGCP_Types.ttcn
@@ -1,4 +1,16 @@
module MGCP_Types {
+
+/* Definition of abstract types for the MGCP protocol as specified in
+ * IETF RFC 3435. Uses the TITAN "TEXT" codec to auto-generate encoder/decoder
+ * functions, as well as the SDP type definitions and coder from Ericsson.
+ *
+ * (C) 2017 by Harald Welte <laforge@gnumonks.org>
+ * All rights reserved.
+ *
+ * Released under the terms of GNU General Public License, Version 2 or
+ * (at your option) any later version.
+ */
+
import from SDP_Types all;
type charstring MgcpVerb ("EPCF", "CRCX", "MDCX", "DLCX", "RQNT", "NTFY",