aboutsummaryrefslogtreecommitdiffstats
path: root/library/ranap/RANAP_Types.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'library/ranap/RANAP_Types.ttcn')
-rw-r--r--library/ranap/RANAP_Types.ttcn7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/ranap/RANAP_Types.ttcn b/library/ranap/RANAP_Types.ttcn
new file mode 100644
index 00000000..2e40abae
--- /dev/null
+++ b/library/ranap/RANAP_Types.ttcn
@@ -0,0 +1,7 @@
+module RANAP_Types {
+
+ import from RANAP_PDU_Descriptions language "ASN.1:1997" all;
+
+ external function enc_RANAP_PDU(in RANAP_PDU pdu) return octetstring;
+ external function dec_RANAP_PDU(in octetstring stream) return RANAP_PDU;
+}