blob: 7f9bd4460eb7b3f484b7ba4cc0b204d42ba712a3 [file] [log] [blame]
Vadim Yanitskiy95cd9352024-05-31 18:29:17 +07001/* OsmoS1GW (S1AP Gateway) test suite in TTCN-3
2 *
3 * (C) 2024 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
4 * Author: Vadim Yanitskiy <vyanitskiy@sysmocom.de>
5 *
6 * All rights reserved.
7 *
8 * Released under the terms of GNU General Public License, Version 2 or
9 * (at your option) any later version.
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 */
13
14module S1GW_Tests {
15
16import from General_Types all;
17import from Native_Functions all;
18import from IPL4asp_Types all;
19import from Misc_Helpers all;
20import from S1AP_Types all;
21import from S1AP_Templates all;
22import from S1AP_PDU_Descriptions all;
23import from S1AP_IEs all;
24import from S1AP_PDU_Contents all;
25import from S1AP_Constants all;
26import from Osmocom_Types all;
27
28control {
29}
30
31}