Skip to content
Snippets Groups Projects
Commit f4380d0d authored by Gábor Szalai's avatar Gábor Szalai
Browse files

Added the LENGTH_ERROR support


Signed-off-by: default avatarGabor Szalai <gabor.szalai@ericsson.com>
parent 86b7d7f0
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
File deleted
---
Author: Eduárd Czimbalmos
Version: 1551-CNL 113 686, Rev. A
Date: 2014-05-23
---
= Socket API for TTCN-3 Toolset with TITAN
:author: Eduárd Czimbalmos
:revnumber: 1551-CNL 113 686, Rev. A
:revdate: 2014-05-23
:toc:
= Functionality
== Functionality
The Socket API contains type and constant definitions in a formalized way, using the standard specification language TTCN-3. This allows the usage of these definitions in test ports, protocol modules, libraries and applications.
== Implemented Protocols
=== Implemented Protocols
None.
=== Modified and Non-Implemented Protocol Elements
==== Modified and Non-Implemented Protocol Elements
None.
=== Ericsson-Specific Changes
==== Ericsson-Specific Changes
None.
== Backward Incompatibilities
=== Backward Incompatibilities
None.
== System Requirements
=== System Requirements
Socket API is a set of TTCN-3 source code files that can be used as part of TTCN-3 test suites only. Hence, protocol modules alone do not put specific requirements on the system used. However, in order to compile and execute a TTCN-3 test suite using the set of protocol modules the following system requirements must be satisfied:
......@@ -38,31 +36,31 @@ Socket API is a set of TTCN-3 source code files that can be used as part of TTCN
NOTE: This version of the test port is not compatible with Titan releases earlier than CRL 113 200 R7A.
= Usage
== Usage
== Installation
=== Installation
Socket API can be used in developing TTCN-3 test suites using any text editor; however, to make the work more efficient a TTCN3enabled text editor is recommended (for example `nedit`, `xemacs`). Since the Socket API is used as a part of a TTCN-3 test suite, this requires TTCN-3 Test Executor be installed before the module can be compiled and executed together with other parts of the test suite. For more details on the installation of TTCN-3 Test Executor see the relevant section of <<_2, [2]>>.
== Configuration
=== Configuration
None.
== Examples
=== Examples
None.
= Interface Description
== Interface Description
None.
= Terminology
== Terminology
== Abbreviations
=== Abbreviations
TTCN-3:: Testing and Test Control Notation version 3
= References
== References
[[_1]]
[1] ETSI ES 201 873-1 v4.5.1 (2013-04) +
......
= Socket API for TTCN-3 Toolset with TITAN
:author: Gábor Szalai
:toc:
= Changes
== R6B
Added ERROR_LENGTH error code
......@@ -15,7 +15,6 @@
//
// File: Socket_API.grp
// Description: Socket API group file
// Rev: R6A
// Prodnr: CNL 113 686
//
-->
......
......@@ -13,7 +13,6 @@
******************************************************************************/
//
// File: Socket_API_Definitions.ttcn
// Rev: R6A
// Prodnr: CNL 113 686
......@@ -116,7 +115,8 @@ module Socket_API_Definitions {
ERROR_HOSTNAME,
ERROR_INVALID_CONNECTION,
ERROR_TEMPORARILY_UNAVAILABLE,
ERROR_AVAILABLE
ERROR_AVAILABLE,
ERROR_LENGTH
}
type record Result {
......
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