From d9c3507a2f9e9dd324d11da53a5a07b240fed6bf Mon Sep 17 00:00:00 2001 From: Yann Garcia Date: Tue, 9 Jun 2020 16:34:30 +0200 Subject: [PATCH] Add TITAN cfg file in final log file --- ttcn/LibMec/ttcn/LibMec_TypesAndValues.ttcn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ttcn/LibMec/ttcn/LibMec_TypesAndValues.ttcn b/ttcn/LibMec/ttcn/LibMec_TypesAndValues.ttcn index 876701d..1b44f04 100644 --- a/ttcn/LibMec/ttcn/LibMec_TypesAndValues.ttcn +++ b/ttcn/LibMec/ttcn/LibMec_TypesAndValues.ttcn @@ -3,6 +3,9 @@ module LibMec_TypesAndValues { // JSON import from JSON all; + // LibCommon + import from LibCommon_BasicTypesAndValues all; + /** * @desc Problem Details for HTTP APIs * @member type_ A URI reference according to IETF RFC 3986 that identifies the problem type -- GitLab