From 688a01284ba4dd2f97c581f019f0cdedd0329525 Mon Sep 17 00:00:00 2001 From: Refik Hadzialic Date: Wed, 23 May 2012 15:23:53 +0200 Subject: Config --- vorlagen/thesis/src/kapitel_A.tex | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'vorlagen/thesis/src/kapitel_A.tex') 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 -- cgit v1.2.3-55-g7522