Skip to content
Snippets Groups Projects
Commit a9a2a673 authored by balaskoa's avatar balaskoa
Browse files

Update for release of CNL 113 200/7 R1A, rev. 7.1.pl0, Step 1.


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
Change-Id: Ib86fc3cdad055970c19babcf208b748b2fc511ad
parent 203e6088
No related branches found
No related tags found
No related merge requests found
Showing
with 73 additions and 71 deletions
......@@ -26,7 +26,7 @@ Cygwin setup
(A) Download and execute the latest cygwin installer utility,
please use the 64-bit version installer:
https://cygwin.com/setup-x86_64.exe
Latest setup version 2.900 (64 bit)
Latest setup version 2.904 (64 bit)
(B) Select Install from Internet (recommended to save local disk space)
......
......@@ -23,9 +23,9 @@
#define VERSION_H
/* Version numbers */
#define TTCN3_MAJOR 6
#define TTCN3_MINOR 6
#define TTCN3_PATCHLEVEL 1 //0-> x=A, 1-> x=B, ...
#define TTCN3_MAJOR 7
#define TTCN3_MINOR 1
#define TTCN3_PATCHLEVEL 0 //0-> x=A, 1-> x=B, ...
//#define TTCN3_BUILDNUMBER 0 //0=R5x, 1=R5x01, 2=R5x02, ...
/* The aggregated version number must be set manually since some stupid
......@@ -38,7 +38,7 @@
* TTCN3_VERSION = TTCN3_MAJOR * 1000000 + TTCN3_MINOR * 10000 +
* TTCN3_PATCHLEVEL * 100 + TTCN3_BUILDNUMBER
*/
#define TTCN3_VERSION 60601
#define TTCN3_VERSION 70100
/* A monotonically increasing version number.
* An official release is deemed to have the highest possible build number (99)
......
......@@ -4752,7 +4752,7 @@ module Neg_070502_derivation_by_list_001 {
/*******************************************************************************
* Copyright (c) 2000-2020 Ericsson Telecom AB
*
* XSD to TTCN-3 Translator version: CRL 113 200/6 R1A
* XSD to TTCN-3 Translator version: CRL 113 200/7 R1A
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
......@@ -4894,7 +4894,7 @@ module Neg_070502_derivation_by_list_002 {
/*******************************************************************************
* Copyright (c) 2000-2020 Ericsson Telecom AB
*
* XSD to TTCN-3 Translator version: CRL 113 200/6 R1A
* XSD to TTCN-3 Translator version: CRL 113 200/7 R1A
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
......
......@@ -25,8 +25,8 @@ with {
// check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/
/* Test needs to be adjusted for every release !!!!!!! */
extension "requiresTITAN CRL 113 200/6 R6B"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN CRL 113 200/6 R6C01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected//
extension "requiresTITAN CRL 113 200/7 R1A"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN CRL 113 200/7 R1B01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected//
/* The old style RnXnn, without the CRL 113 200 and the suffix, implies major version 1
* Now that Titan is at version 6, the following will always pass:
......
---
Author: Arpad Lovassy
Version: 8/198 17-CRL 113 200/6, Rev. G
Date: 2019-11-29
Version: 8/198 17-CRL 113 200/7, Rev. H
Date: 2020-05-29
---
= Titan Executor API User Guide
:author: Arpad Lovassy
:revnumber: 8/198 17-CRL 113 200/6, Rev. G
:revdate: 2019-11-29
:revnumber: 8/198 17-CRL 113 200/7, Rev. H
:revdate: 2020-05-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 109 21-CRL 113 200/6-6, Rev. B
Date: 2019-11-29
Version: 109 21-CRL 113 200/7-1, Rev. A
Date: 2020-05-29
---
= Product Revision Information for TITAN
:author: Jenő Balaskó
:revnumber: 109 21-CRL 113 200/6-6, Rev. B
:revdate: 2019-11-29
:revnumber: 109 21-CRL 113 200/7-1, Rev. A
:revdate: 2020-05-29
:sectnums:
:doctype: book
:leveloffset: +1
......@@ -20,7 +20,7 @@ Date: 2019-11-29
[cols=",,,",options="header",]
|===
|Product number |Old Rev |New Rev |Function designation
|CRL 113 200/6 |R6A |R6B |TTCN-3 Executor
|CRL 113 200 |/6 R6B | /7 R1A |TTCN-3 Executor
|===
This release is done to deliver updated and improved TTCN related products to all customers within and outside Ericsson.
......@@ -32,7 +32,7 @@ Legend: R = Revised, N = New, C = Cancelled, E = Equal
[cols=",,,,",options="header",]
|===
|Name |Product |Old R-State |New R-State |Status
|*Titan* |*CRL 113 200/6* |*R6A* |*R6B* |R
|*Titan* |*CRL 113 200* |*/6 R6B* |*/7 R1A* |R
|Editline Library (libedit) |2/CAX 105 4373 | |R1A |E
|GNU C Library (glibc) |22/CAX 105 3195 | |R1A |E
|LibXML2 |8/CAX 105 3282 | |R1A |E
......@@ -49,15 +49,15 @@ Legend: R = Revised, N = New, C = Cancelled, E = Equal
[width="100%",cols="25%,25%,25%,25%",options="header",]
|===
|Name |Old Revision |New Revision |
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/releasenotes/releasenotes.adoc[Release Notes for TITAN TTCN-3 Test Executor 109 47-CRL 113 200/6] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/installationguide/installationguide.adoc[Installation guide for TITAN TTCN-3 Test Executor 1/1531-CRL 113 200/6] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titan.help/docs/Eclipse_installationguide/Eclipse_installationguide.adoc[Installation Guide for TITAN Designer and TITAN Executor for the Eclipse IDE 3/1531-CRL 113 200/6] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/userguide/UserGuide.adoc[User Guide for TITAN 1/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/referenceguide/ReferenceGuide.adoc[Programmers Technical Reference for TITAN TTCN-3 Test Executor 2/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.designer/docs/Eclipse_Designer_userguide/DesignerUserGuide.adoc[User Guide for the TITAN Designer for the Eclipse IDE 4/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.executor/docs/Eclipse_Executor_userguide/ExecutorUserGuide.adoc[User Guide for the TITAN Executor for the Eclipse IDE 5/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/apiguide/Apiguide.adoc[API Technical Reference for TITAN TTCN-3 Test Executor 6/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc[Titan Executor API user guide 8/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/releasenotes/releasenotes.adoc[Release Notes for TITAN TTCN-3 Test Executor 109 47-CRL 113 200/7] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/installationguide/installationguide.adoc[Installation guide for TITAN TTCN-3 Test Executor 1/1531-CRL 113 200/7] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titan.help/docs/Eclipse_installationguide/Eclipse_installationguide.adoc[Installation Guide for TITAN Designer and TITAN Executor for the Eclipse IDE 3/1531-CRL 113 200/7] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/userguide/UserGuide.adoc[User Guide for TITAN 1/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/referenceguide/ReferenceGuide.adoc[Programmers Technical Reference for TITAN TTCN-3 Test Executor 2/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.designer/docs/Eclipse_Designer_userguide/DesignerUserGuide.adoc[User Guide for the TITAN Designer for the Eclipse IDE 4/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.executor/docs/Eclipse_Executor_userguide/ExecutorUserGuide.adoc[User Guide for the TITAN Executor for the Eclipse IDE 5/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/apiguide/Apiguide.adoc[API Technical Reference for TITAN TTCN-3 Test Executor 6/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc[Titan Executor API user guide 8/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_referenceguide/Titanium_referenceguide.adoc[Programmers Tech. Reference Guide for Titanium] |Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/java_referenceguide/JavaReferenceGuide.adoc[Programmers Tech. Reference Guide for the Java Codegenerator] | Cloud stored |Cloud stored |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium.refactoring/docs/Titanium_Refactoring_Description/Titanium_Refactoring_Description.adoc[Titanium Refactoring Description] | Cloud stored |Cloud stored |R
......
---
Author: Adrien Kirjak
Version: 1/174 02- CRL 113 200/6, Rev. G
Date: 2019-11-29
Version: 1/174 02- CRL 113 200/7, Rev. H
Date: 2020-05-29
 
---
= Statement of compliance for Eclipse Titan
:author: Adrien Kirjak
:revnumber: 1/174 02- CRL 113 200/6, Rev. G
:revdate: 2019-11-29
:revnumber: 1/174 02- CRL 113 200/7, Rev. H
:revdate: 2020-05-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Adrien Kirjak
Version: 2/174 02- CRL 113 200/6, Rev. G
Date: 2019-11-29
Version: 2/174 02- CRL 113 200/7, Rev. H
Date: 2020-05-29
---
= Statement of Compliance for use of XML Schema in Eclipse Titan
:author: Adrien Kirjak
:revnumber: 2/174 02- CRL 113 200/6, Rev. G
:revdate: 2019-11-29
:revnumber: 2/174 02- CRL 113 200/7, Rev. H
:revdate: 2020-05-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
......@@ -43,8 +43,8 @@ The generated skeleton header file (that is, `MyMessagePort.hh`) will look as fo
[source]
----
// This Test Port skeleton header file was generated by the
// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/6 R6B
// for U-ERICSSON\ethbaat (ethbaat@HU-00000670) on Wed Mar 11 14:49:55 2020
// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/7 R1A
// for U-ERICSSON\ethbaat (ethbaat@HU-00000670) on Wed May 11 14:49:55 2020
// Copyright (c) 2000-2020 Ericsson Telecom AB
......@@ -94,8 +94,8 @@ And the generated skeleton source file, that is, `MyMessagePort.cc`, will be the
[source]
----
// This Test Port skeleton source file was generated by the
// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/6 R6B
// for U-ERICSSON\ethbaat (ethbaat@HU-00000670) on Wed Mar 11 14:49:55 2020
// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/7 R7A
// for U-ERICSSON\ethbaat (ethbaat@HU-00000670) on Wed May 11 14:49:55 2020
// Copyright (c) 2000-2020 Ericsson Telecom AB
......
---
Author: Jenő Balaskó
Version: 6/198 17-CRL 113 200/6, Rev. G
Date: 2019-11-29
Version: 6/198 17-CRL 113 200/7, Rev. H
Date: 2020-05-29
---
= API Technical Reference for TITAN TTCN-3 Test Executor
:author: Jenő Balaskó
:revnumber: 6/198 17-CRL 113 200/6, Rev. G
:revdate: 2019-11-29
:revnumber: 6/198 17-CRL 113 200/7, Rev. H
:revdate: 2020-05-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 1/1531-CRL 113 200/6, Rev. G
Date: 2019-11-29
Version: 1/1531-CRL 113 200/7, Rev. H
Date: 2020-05-29
---
= Installation Guide for the TITAN TTCN-3 Test Executor
:author: Jenő Balaskó
:revnumber: 1/1531-CRL 113 200/6, Rev. G
:revdate: 2019-11-29
:revnumber: 1/1531-CRL 113 200/7, Rev. H
:revdate: 2020-05-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......@@ -338,11 +338,11 @@ Perform the following steps to install the license key:
....
$ compiler -v
TTCN-3 and ASN.1 Compiler for the TTCN-3 Test Executor
Product number: CRL 113 200/6 R6B
Version: 6.6.pl1
Build date: Nov 19 2019 15:46:24
Compiled with: GCC 7.3.0
Using OpenSSL 1.0.2p 14 Aug 2018
Product number: CRL 113 200/7 R1A
Version: 7.1.pl0
Build date: May 25 2020 11:14:19
Compiled with: GCC 9.3.0
Using OpenSSL 1.1.1f 31 Mar 2020
Copyright (c) 2000-2020 Ericsson Telecom AB
......@@ -355,7 +355,7 @@ E-mail : jeno.balasko@ericsson.com
Company : Ericsson Hungary
Department : ETH/
Valid from : Fri Sep 20 00:00:00 2002
Valid until : Sat Mar 28 23:59:59 2020
Valid until : Sat Apr 17 23:59:59 2021
Limitation : USER
Host ID : 00000000
Login name : ethbaat
......
......@@ -47,7 +47,9 @@ Enforces legacy behavior when matching the value `omit`. Allows the use of the v
Forces the code generator to generate the full classes for record of and set of types.
When turned off, and the of type of the set of/record of type is a basic type, the generated code will only refer to pre-generated classes in the runtime library, saving compilation time.
* `Enable object oriented programming - OOP (-k)`
+
Enable object oriented programming language elements. It is not working yet on Titan Java Projects. Syntactic and semantic analyzer and java compiler do not support OOP yet.
== Makefile Generator
......
---
Author: Kristóf Szabados
Version: 10/198 17-CRL 113 200/6, Rev. G
Date: 2019-11-29
Version: 10/198 17-CRL 113 200/7, Rev. H
Date: 2020-05-29
---
= Programmers' Technical Reference Guide for the Java side of the TITAN TTCN-3 Toolset
:author: Kristóf Szabados
:revnumber: 10/198 17-CRL 113 200/6, Rev. G
:revdate: 2019-11-29
:revnumber: 10/198 17-CRL 113 200/7, Rev. H
:revdate: 2020-05-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 2/198 17-CRL 113 200/6, Rev. G
Date: 2019-11-29
Version: 2/198 17-CRL 113 200/7, Rev. H
Date: 2020-05-29
---
= Programmers' Technical Reference Guide for the TITAN TTCN-3 Toolset
:author: Jenő Balaskó
:revnumber: 2/198 17-CRL 113 200/6, Rev. G
:revdate: 2019-11-29
:revnumber: 2/198 17-CRL 113 200/7, Rev. H
:revdate: 2020-05-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Elemér Lelik
Version: 109 47-CRL 113 200/6 Uen, Rev. G
Date: 2019-11-29
Version: 109 47-CRL 113 200/7 Uen, Rev. H
Date: 2020-05-29
---
= Release Notes for TITAN TTCN-3 Test Executor
:author: Elemér Lelik
:revnumber: 109 47-CRL 113 200/6 Uen, Rev. G
:revdate: 2019-11-29
:revnumber: 109 47-CRL 113 200/7 Uen, Rev. H
:revdate: 2020-05-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 1/198 17-CRL 113 200/6, Rev. G
Date: 2019-11-29
Version: 1/198 17-CRL 113 200/7, Rev. H
Date: 2020-05-29
---
= User Guide for TITAN TTCN-3 Test Executor
:author: Jenő Balaskó
:revnumber: 1/198 17-CRL 113 200/6, Rev. G
:revdate: 2019-11-29
:revnumber: 1/198 17-CRL 113 200/7, Rev. H
:revdate: 2020-05-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment