summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/src/kapitel_A.tex
diff options
context:
space:
mode:
Diffstat (limited to 'vorlagen/thesis/src/kapitel_A.tex')
-rw-r--r--vorlagen/thesis/src/kapitel_A.tex22
1 files changed, 18 insertions, 4 deletions
diff --git a/vorlagen/thesis/src/kapitel_A.tex b/vorlagen/thesis/src/kapitel_A.tex
index e169494..e526daa 100644
--- a/vorlagen/thesis/src/kapitel_A.tex
+++ b/vorlagen/thesis/src/kapitel_A.tex
@@ -63,6 +63,7 @@ autoreconf -fi
make
sudo make install
sudo ldconfig
+cd ..
\end{lstlisting}
After the previous steps have finished successfully, the author will
@@ -76,12 +77,25 @@ sudo export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
make
\end{lstlisting}
-At this point, OpenBSC should be successfully installed.
+At this point, OpenBSC should be successfully compiled.
\newpage
-\subsection{Configuring OpenBSC for nanoBTS}
-To enable the nanoBTS and OpenBSC to be fully operational the last configuration
+\subsection{Configuring nanoBTS for OpenBSC}
+To enable the nanoBTS and OpenBSC to be fully operational, the last configuration
steps have to be made. We need to find and select a free channel in the GSM
-frequency band where our system is supposed to work.
+frequency band where our system is expected to work. It is necessary to set
+the IP address of the server running OpenBSC on the nanoBTS as well.
+
+We need to create the directory where the configuration file
+will be located and to modify the configuration file.
+\begin{lstlisting}[backgroundcolor=\color{light-gray}][numbers = none]
+sudo mkdir /usr/local/lcr
+cd ~/gsm_localization/openbsc/openbsc/doc/
+cd examples/osmo-nitb/nanobts
+sudo cp openbsc.cfg /usr/local/lcr
+\end{lstlisting}
+
+
+
\newpage
\subsection{Installing RRLP software}
\newpage