s1gw: initial osmo-s1gw testsuite skeleton

Change-Id: If0521cbfe9576c2529bf13579899bc64a50e45b3
Related: SYS#6772
diff --git a/s1gw/S1GW_Tests.ttcn b/s1gw/S1GW_Tests.ttcn
new file mode 100644
index 0000000..7f9bd44
--- /dev/null
+++ b/s1gw/S1GW_Tests.ttcn
@@ -0,0 +1,31 @@
+/* OsmoS1GW (S1AP Gateway) test suite in TTCN-3
+ *
+ * (C) 2024 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
+ * Author: Vadim Yanitskiy <vyanitskiy@sysmocom.de>
+ *
+ * All rights reserved.
+ *
+ * Released under the terms of GNU General Public License, Version 2 or
+ * (at your option) any later version.
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+module S1GW_Tests {
+
+import from General_Types all;
+import from Native_Functions all;
+import from IPL4asp_Types all;
+import from Misc_Helpers all;
+import from S1AP_Types all;
+import from S1AP_Templates all;
+import from S1AP_PDU_Descriptions all;
+import from S1AP_IEs all;
+import from S1AP_PDU_Contents all;
+import from S1AP_Constants all;
+import from Osmocom_Types all;
+
+control {
+}
+
+}