summaryrefslogtreecommitdiffstats
path: root/notFinishedCode
diff options
context:
space:
mode:
authorRefik Hadzialic2011-10-28 15:25:28 +0200
committerRefik Hadzialic2011-10-28 15:25:28 +0200
commit923fb05cbff83e07798a8ee9d7fbb987c472c09e (patch)
tree8014ddb917cf1112341648097c20aad0d6847f81 /notFinishedCode
parentReport writing, making links look good! (diff)
downloadgsm-selftest-923fb05cbff83e07798a8ee9d7fbb987c472c09e.tar.gz
gsm-selftest-923fb05cbff83e07798a8ee9d7fbb987c472c09e.tar.xz
gsm-selftest-923fb05cbff83e07798a8ee9d7fbb987c472c09e.zip
Report writing
Diffstat (limited to 'notFinishedCode')
-rw-r--r--notFinishedCode/Report/test.log4
-rw-r--r--notFinishedCode/Report/test.pdfbin1628572 -> 1628583 bytes
-rw-r--r--notFinishedCode/Report/test.tex6
-rw-r--r--notFinishedCode/Report/test.tex~2
4 files changed, 6 insertions, 6 deletions
diff --git a/notFinishedCode/Report/test.log b/notFinishedCode/Report/test.log
index e7e5325..7f79b51 100644
--- a/notFinishedCode/Report/test.log
+++ b/notFinishedCode/Report/test.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.9.27) 28 OCT 2011 15:22
+This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.9.27) 28 OCT 2011 15:25
entering extended mode
%&-line parsing enabled.
**test.tex
@@ -576,7 +576,7 @@ ur/jknappen/ec/ecsx1440.600pk> </home/refik/.texmf-var/fonts/pk/ljfour/jknappen
sr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/te
xmf-texlive/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-texlive
/fonts/type1/public/amsfonts/cm/cmsy9.pfb>
-Output written on test.pdf (40 pages, 1628572 bytes).
+Output written on test.pdf (40 pages, 1628583 bytes).
PDF statistics:
1496 PDF objects out of 1728 (max. 8388607)
360 named destinations out of 1000 (max. 500000)
diff --git a/notFinishedCode/Report/test.pdf b/notFinishedCode/Report/test.pdf
index 7e7525e..e8120db 100644
--- a/notFinishedCode/Report/test.pdf
+++ b/notFinishedCode/Report/test.pdf
Binary files differ
diff --git a/notFinishedCode/Report/test.tex b/notFinishedCode/Report/test.tex
index 7ae54a9..1233416 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -175,7 +175,7 @@ The key point in the design of our database was the simplicity and speed of acce
\par The \emph{PingResultTable} table has six attributes (\emph{taskNo, sipServer, sipGate, unisip, gsmBox1, gsmBox2}), all of integer type.
The \emph{taskNo} attribute identifies the test number but not a single test (e.g. an operator user has selected three different tests to be executed, all of the three tests will have the same \emph{taskNo} to identify them together as belonging to one test group and \emph{taskId} identifies each single test and will be explained later).
\emph{sipServer} represents the Asterisk server ping result. \emph{sipGate} is used to represent the SIP Gate server for the landline calls (\url{http://www.sipgate.de}). \emph{uniSip} represents the ping results for our local University telephone network SIP server.
-\emph{gsmBox1} and \emph{gsmBox2} are the two single-chip Linux computers (BeagleBoard), that controll two cell phones each one (i.e. they are also known under the name of \emph{nanoBTSx}).
+\emph{gsmBox1} and \emph{gsmBox2} are the two single-chip Linux computers (BeagleBoard), that controll two cell phones each one (i.e. they are also known under the name of \emph{nanoBTSx controller}).
\emph{taskNo} is the primary and unique key in the table \emph{PingResultTable}. Rest of the attributes (i.e. \emph{sipServer, sipGate, uniSip, gsmBox1, gsmBox2}) are used to insert the ping results, if the assigned servers are reachable or not.
Before any test attempt is made, our test software first tries to ping the servers. These results are then stored in the \emph{PingResultTable}.
@@ -373,7 +373,7 @@ the communication between the handlers and the main test software (controller).
\includegraphics[width=60mm]{controllerclass.png}
\caption[]{Controller class}
\end{figure}
-If the callee or the caller are nanoBTS control boxes (i.e. BeagleBoards outside
+If the callee or the caller are nanoBTS controller boxes (i.e. BeagleBoards outside
the Rechenzentrum), it will first create an SSH connection to make a tunnel before
the local socket connection is created. Then the controller class sends all the
required data regarding the test tasks to the handlers.
@@ -1075,7 +1075,7 @@ problems on the Asterisk server and our University telephone network, including
outgoing calls from the SIP side.
\subsubsection{GSM test}
In the \emph{GSM} test both GSM networks get tested, the local and the external GSM netwrok.
-We test the nanoBTS boxes (i.e. BeagleBoards) as well. Using this test, both incoming
+We test the nanoBTS controller boxes (i.e. BeagleBoards) as well. Using this test, both incoming
and outgoing calls are performed, we can detect possible errors on the OpenBSC and the nanoBTS.
\subsubsection{All test}
The \emph{All} test selects all the given tests and executes them step-by-step. It is the test
diff --git a/notFinishedCode/Report/test.tex~ b/notFinishedCode/Report/test.tex~
index eea2541..7ae54a9 100644
--- a/notFinishedCode/Report/test.tex~
+++ b/notFinishedCode/Report/test.tex~
@@ -12,7 +12,7 @@
\usepackage[T1]{fontenc} %used for fonts
\usepackage{scrpage2} %used for making headers, footers and correct margins
\usepackage{hyperref} %used for the linking of table of content
-\hypersetup{
+\hypersetup{ %setting up the look of the links
colorlinks,
citecolor=black,
filecolor=black,