- Aug 12, 2018
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- Aug 11, 2018
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
Kristof Szabados authored
get_descriptor is present in runtime2 so it also should be present in runtime1 to allow seemless switching between the runtimes. Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- Aug 08, 2018
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
Aron Simon authored
Change-Id: I53b466ad2d26996ca6049089a62a6302608f0e45 Signed-off-by:
Aron Simon <aron.simon@sigmatechnology.se>
-
- Aug 07, 2018
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
Aron Simon authored
Change-Id: Iaa17bc66a908cf02612bae6cf9a7931af93e1429 Signed-off-by:
Aron Simon <aron.simon@sigmatechnology.se>
-
Kristof Szabados authored
-
- Aug 06, 2018
-
-
Aron Simon authored
Change-Id: I26881e00cffd8d87d6e74c64dee6c17a99f998e0 Signed-off-by:
Aron Simon <aron.simon@sigmatechnology.se>
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- Aug 01, 2018
-
-
Jeno Attila Balasko authored
-
- Jul 31, 2018
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com>
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- Jul 30, 2018
-
-
Botond Baranyi authored
Change-Id: I1875d72d9d7bd3d8c5505c801b012c26358189ac Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Jul 25, 2018
-
-
Botond Baranyi authored
Change-Id: I686082cdc4914dd301bb39ee83233da00d28acfd Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Jul 13, 2018
-
-
Botond Baranyi authored
Added single module generation option for xsd2ttcn and fixed element substitution namespaces (bug 536713) Change-Id: I08ff283d2da85b1857f876f736b97c75bc3d2e20 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Jul 09, 2018
-
-
Elemer Lelik authored
fix linking TTCN3 programs on Ubuntu 18.04
-
- Jul 06, 2018
-
-
Stefan Sperling authored
Linking TTCN3 programs on an up-to-date Ubuntu 18.04 system failed. The official Ubuntu 18.04 eclipse-titan package is installed: $ apt list -a eclipse-titan Listing... Done eclipse-titan/bionic,now 6.3.1-1build1 amd64 [installed] The ttcn3 library contains "GCC: (GNU) 7.3.0" in its .titan section: $ objdump -s -j .titan /usr/lib/titan/libttcn3-dynamic.so | tail 64f1f0 00000000 00000000 00000000 00000000 ................ 64f200 54495441 4e3a2036 30333031 20504c41 TITAN: 60301 PLA 64f210 54464f52 4d3a204c 494e5558 20474343 TFORM: LINUX GCC 64f220 3a202847 4e552920 372e332e 3000 : (GNU) 7.3.0. However, the installed compiler version puts a different string into the .comment section of newly compiled object files: "GCC: (Ubuntu 7.3.0-16ubuntu3) 7.3.0" Because of this mismatch titanver reports an error during the final link stage: """ Error! All object files should be compiled with the same compiler version. The following Compiler versions were detected: GCC: (Ubuntu 7.3.0-16ubuntu3) 7.3.0, GCC: (GNU) 7.3.0 Run make clean and make to recompile the project if the version of the compiler changed recently. at /usr/bin/titanver line 113. """ The TTCN3 shared library was not compiled by me. It was compiled by Ubuntu packagers at some point in time, and installed via 'apt install'. Some time later on Ubuntu's gcc package was updated. The compiler's version number remained unchanged but the comment string was changed to reflect the Ubuntu package's patch level. In this situation, linking my own TTCN3 modules against Ubuntu's libttcn3 no longer works. It is common practice in Linux distributions to avoid recompiling packages unless it is absolutely necessary. So we cannot expect Ubuntu to provide a freshly compiled ecipse-titan package whenever the gcc package is updated. This patch makes titanver ignore parts of the compiler version string within parentheses and fixes this problem for me. Signed-off-by:
Stefan Sperling <ssperling@sysmocom.de>
-
- Jul 04, 2018
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com>
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
balaskoa authored
-
Jeno Attila Balasko authored
-
Aron Simon authored
Signed-off-by:
Aron Simon <aron.simon@sigmatechnology.se>
-
- Jul 03, 2018
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- Jul 02, 2018
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- Jun 29, 2018
-
-
Botond Baranyi authored
Change-Id: I5d9771bf737e6c104294c8528d7553494d10ab62 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
ekrisza authored
Signed-off-by:
ekrisza <ekrisza@HU00060815.ericsson.se>
-
- Jun 25, 2018
-
-
ekrisza authored
Signed-off-by:
ekrisza <ekrisza@HU00060815.ericsson.se>
-
ekrisza authored
Signed-off-by:
ekrisza <ekrisza@HU00060815.ericsson.se>
-
- Jun 22, 2018
-
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
- Jun 21, 2018
-
-
Arpad Lovassy authored
-
balaskoa authored
Signed-off-by:
balaskoa <jeno.balasko@ericsson.com>
-
Jeno Attila Balasko authored
-
Aron Simon authored
Signed-off-by:
Aron Simon <aron.simon@sigmatechnology.se>
-