/* RUA Templates in TTCN-3 * (C) 2021 Pau Espin Pedrol * 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 RUA_Templates { import from RUA_IEs all; import from RUA_CommonDataTypes all; import from RUA_Constants all; import from RUA_Containers all; import from RUA_PDU_Contents all; import from RUA_PDU_Descriptions all; /* TODO: Add RUA Templates here */ }