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