blob: b7387bffc8302e1abafdd34f46eb18d8db29672f [file] [log] [blame]
Pau Espin Pedrolb54acca2021-11-22 20:35:44 +01001/* RUA Templates in TTCN-3
2 * (C) 2021 Pau Espin Pedrol <pespin@sysmocom.de>
3 * All rights reserved.
4 *
5 * Released under the terms of GNU General Public License, Version 2 or
6 * (at your option) any later version.
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11module RUA_Templates {
12
13import from RUA_IEs all;
14import from RUA_CommonDataTypes all;
15import from RUA_Constants all;
16import from RUA_Containers all;
17import from RUA_PDU_Contents all;
18import from RUA_PDU_Descriptions all;
19
20
21/* TODO: Add RUA Templates here */
22}