asciidoc added
diff --git a/doc/BSSAPP_v7.3.0_CNL113580_FS.pdf b/doc/BSSAPP_v7.3.0_CNL113580_FS.pdf
deleted file mode 100644
index 7aa4856..0000000
--- a/doc/BSSAPP_v7.3.0_CNL113580_FS.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/BSSAPP_v7.3.0_CNL113580_UG.pdf b/doc/BSSAPP_v7.3.0_CNL113580_UG.pdf
deleted file mode 100644
index e5d658d..0000000
--- a/doc/BSSAPP_v7.3.0_CNL113580_UG.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/FS/BSSAPP_v7.3_FS.adoc b/doc/FS/BSSAPP_v7.3_FS.adoc
new file mode 100644
index 0000000..a42107f
--- /dev/null
+++ b/doc/FS/BSSAPP_v7.3_FS.adoc
@@ -0,0 +1,88 @@
+---
+Author: János Kövesdi
+Version: 155 17-CNL 113 580, Rev. A
+Date: 2013-09-05
+
+---
+= BSSAPP (V7.3.0) Protocol Modules for TTCN-3 Toolset with TITAN, Function Specification
+:author: János Kövesdi
+:revnumber: 155 17-CNL 113 580, Rev. A
+:revdate: 2013-09-05
+:toc:
+
+== How to Read This Document
+
+This is the Function Specification for the set of BSSAPP protocol modules. BSSAPP protocol modules are developed for the TTCN-3 Toolset with TITAN.
+
+== Scope
+
+The purpose of this document is to specify the content of the BSSAPP protocol modules. Basic knowledge of TTCN-3 ‎<<_2, [2]>> and TITAN TTCN-3 Test Executor <<_3, ‎[3]>> is valuable when reading this document.
+
+= General
+
+Protocol modules implement the message structures of the related protocol in a formalized way, using the standard specification language TTCN-3. This allows defining of test data (templates) in the TTCN-3 language ‎<<_2, [2]>> and correctly encoding/decoding messages when executing test suites using the Titan TTCN-3 test environment ‎<<_3, [3]>>.
+
+The protocol modules are using Titan’s RAW encoding attributes <<_4, ‎[4]>> and hence they are usable with the Titan test toolset only.
+
+= Functional Specification
+
+== Protocol version implemented
+
+This set of protocol modules implements protocol messages and constants of the BSSAPP protocol. The modules are based on 29.018 V7.3.0 (see ‎<<_1, [1]>>).
+
+=== Unimplemented Messages, Information Elements and Constants
+
+None.
+
+[[protocol-modifications-deviations]]
+=== Protocol Modifications/Deviations
+
+None.
+
+[[encoding-decoding-and-other-related-functions]]
+== Encoding/Decoding and Other Related Functions
+
+This product also contains encoding/decoding functions, which assure correct RAW encoding of messages when sent from Titan and correct RAW decoding of messages when received by Titan. Implemented encoding/decoding functions:
+
+[cols=3*,options=header]
+|===
+
+|Name
+|Type of formal parameters
+|Type of return value
+
+|`enc_PDU_BSSAPp`
+|PDU_BSSAPp
+|octetstring
+
+|`dec_PDU_BSSAPp`
+|octetstring
+|PDU_BSSAPp
+|===
+
+= Terminology
+
+No specific terminology is used.
+
+= Abbreviations
+
+BSSAPP:: Base Station System Application Part+ (BSSAP+)
+
+TTCN-3:: Testing and Test Control Notation version 3
+
+= References
+
+[[_1]]
+[1] 3GPP TS 29.018 V7.3.0 (2006-12) +
+3rd Generation Partnership Project; Technical Specification Group Core Network; General Packet Radio Service (GPRS) Serving GPRS Support Node (SGSN) - Visitors Location Register (VLR) Gs interface layer 3 specification (Release 7)
+
+[[_2]]
+[2] ETSI ES 201 873-1 v.3.2.1 (2007-02) +
+The Testing and Test Control Notation version 3. Part 1: Core Language
+
+[[_3]]
+[3] User Guide for the TITAN TTCN-3 Test Executor
+
+[[_4]]
+[4] Programmer’s Technical Reference for the TITAN TTCN-3 Test Executor
+
diff --git a/doc/FS/BSSAPP_v7.3_FS.pdf b/doc/FS/BSSAPP_v7.3_FS.pdf
new file mode 100644
index 0000000..e15df5a
--- /dev/null
+++ b/doc/FS/BSSAPP_v7.3_FS.pdf
Binary files differ
diff --git a/doc/UG/BSSAPP_v7.3_UG.adoc b/doc/UG/BSSAPP_v7.3_UG.adoc
new file mode 100644
index 0000000..9cd9265
--- /dev/null
+++ b/doc/UG/BSSAPP_v7.3_UG.adoc
@@ -0,0 +1,78 @@
+---
+Author: János Kövesdi
+Version: 198 17-CNL 113 580, Rev. A
+Date: 2013-09-05
+
+---
+= BSSAPP (V7.3.0)  Protocol Modules for TTCN-3 Toolset with TITAN, User Guide
+:author: János Kövesdi
+:revnumber: 198 17-CNL 113 580, Rev. A
+:revdate: 2013-09-05
+:toc:
+
+== About This Document
+
+=== How to Read This Document
+
+This is the User Guide for the BSSAPP protocol module. The BSSAPP protocol module is developed for the TTCN-3 Toolset with TITAN. This document should be read together with Function Specification <<_3, ‎[3]>>.
+
+=== Presumed Knowledge
+
+To use this protocol module the knowledge of the TTCN-3 language <<_1, ‎[1]>> and TITAN Test Executor <<_2, ‎[2]>> is essential.
+
+
+== System Requirements
+
+Protocol modules are 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:
+
+* TITAN TTCN-3 Test Executor R7A (1.7.pl0) or higher installed. For installation guide see ‎<<_5, [5]>>.
+
+NOTE: This version of the protocol module is not compatible with TITAN releases earlier than R7A.
+
+= Protocol Modules
+
+== Overview
+
+Protocol modules implement the messages structure of the related protocol in a formalized way, using the standard specification language TTCN-3. This allows defining of test data (templates) in the TTCN-3 language <<_1, ‎[1]>> and correctly encoding/decoding messages when executing test suites using the Titan TTCN-3 test environment ‎<<_2, [2]>>.
+
+Protocol modules are using Titan’s RAW encoding attributes <<_4, ‎[4]>> and hence are usable with the Titan test toolset only.
+
+== Installation
+
+The set of protocol modules can be used in developing TTCN-3 test suites using any text editor. However to make the work more efficient a TTCN-3-enabled text editor is recommended (for example, nedit, xemacs). Since the BSSAPP protocol 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 ‎<<_5, [5]>>.
+
+== Configuration
+
+None.
+
+= Terminology
+
+No specific terminology is used.
+
+= Abbreviations
+
+BSSAPP:: Base Station System Application Part+ (BSSAP+)
+
+ES:: ETSI Standard
+
+ETSI:: European Telecommunications Standards Institute
+
+TTCN-3:: Testing and Test Control Notation version 3
+
+= References
+
+[[_1]]
+[1] ETSI ES 201 873-1 v.3.2.1 (2007-02) +
+The Testing and Test Control Notation version 3. Part 1: Core Language
+
+[[_2]]
+[2] User Guide for the TITAN TTCN-3 Test Executor
+
+[[_3]]
+[3] BSSAPP (V7.3.0) Protocol Modules for TTCN-3 Toolset with TITAN, Function Specification
+
+[[_4]]
+[4] Programmer’s Technical Reference for the TITAN TTCN-3 Test Executor
+
+[[_5]]
+[5] Installation Guide for the TITAN TTCN-3 Test Executor
diff --git a/doc/UG/BSSAPP_v7.3_UG.pdf b/doc/UG/BSSAPP_v7.3_UG.pdf
new file mode 100644
index 0000000..77b06f7
--- /dev/null
+++ b/doc/UG/BSSAPP_v7.3_UG.pdf
Binary files differ
diff --git a/doc/change.log b/doc/change.log
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/doc/change.log