summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report/test.tex~
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/Report/test.tex~')
-rw-r--r--notFinishedCode/Report/test.tex~11
1 files changed, 9 insertions, 2 deletions
diff --git a/notFinishedCode/Report/test.tex~ b/notFinishedCode/Report/test.tex~
index 6836904..b128f38 100644
--- a/notFinishedCode/Report/test.tex~
+++ b/notFinishedCode/Report/test.tex~
@@ -323,7 +323,7 @@ One of the problems we had to deal with was assigning the right cell phone
\begin{figure}[ht!]
\centering
\includegraphics[width=60mm]{usbDetectClass.png}
- \caption[]{USB cable detection class class}
+ \caption[]{USB cable detection class}
\end{figure}
The operating system randomly assigned the port names after every reboot.
We were looking for a solution to prevent this misaddressing of the devices.
@@ -333,6 +333,11 @@ More details can be found on our project wiki page \cite{wiki}.
\subsection{Truth table class}
The truth table class was built to identify the broken and working parts of the system.
It requires the list with test results to be present to be operable.
+\begin{figure}[ht!]
+ \centering
+ \includegraphics[width=120mm]{trueTable.png}
+ \caption[]{Truth table class}
+\end{figure}
Then the class tries to identify the broken parts of our telecommunication network.
The class can easily identify how many nanoBTSs are installed in the network and
derive a decision which part of the network is broken.
@@ -679,7 +684,8 @@ refik@ubuntu:/etc/apache2/sites-available$ sudo /etc/init.d/apache2 restart
refik@ubuntu:/etc/apache2/sites-available$
\end{lstlisting}
\subsubsection{Password protecting the web site using .htaccess}
-
+Aside from using a secure communication protocol on the web, \emph{https}, it is important
+to ensure that only privileged users have access to the web site.
@@ -898,6 +904,7 @@ and one for our internal GSM BST). The only limitation of the automatic cell pho
is that it only supports cell phones where we could read out the number using the \emph{AT Modem}
commands since some cell phone manufacturers do not use the standardized \emph{AT Modem} commands.
\subsection{Location of the files}
+\subsection{Setting up the parameters}
\subsection{Test descriptions}
\subsection{Using the software}
\subsection{Error description}