aboutsummaryrefslogtreecommitdiffstats
path: root/library/sbcap/SBC_AP_Types.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'library/sbcap/SBC_AP_Types.ttcn')
-rw-r--r--library/sbcap/SBC_AP_Types.ttcn10
1 files changed, 10 insertions, 0 deletions
diff --git a/library/sbcap/SBC_AP_Types.ttcn b/library/sbcap/SBC_AP_Types.ttcn
new file mode 100644
index 00000000..ca6ab92a
--- /dev/null
+++ b/library/sbcap/SBC_AP_Types.ttcn
@@ -0,0 +1,10 @@
+module SBC_AP_Types {
+
+ import from SBC_AP_PDU_Descriptions language "ASN.1:1997" all;
+
+ external function enc_SBC_AP_PDU(in SBC_AP_PDU pdu) return octetstring;
+ external function dec_SBC_AP_PDU(in octetstring stream) return SBC_AP_PDU;
+
+ const integer c_SBC_AP_PPID := 24;
+ const integer c_SBC_AP_PORT := 29168;
+}