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/maindoc.pdf | Bin 4105948 -> 4107998 bytes vorlagen/thesis/src/bib/literatur.bib | 5 +++-- vorlagen/thesis/src/kapitel_A.tex | 22 ++++++++++++++++++---- vorlagen/thesis/src/kapitel_x.tex | 1 + 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/vorlagen/thesis/maindoc.pdf b/vorlagen/thesis/maindoc.pdf index bba1132..9af4d44 100644 Binary files a/vorlagen/thesis/maindoc.pdf and b/vorlagen/thesis/maindoc.pdf differ diff --git a/vorlagen/thesis/src/bib/literatur.bib b/vorlagen/thesis/src/bib/literatur.bib index d80c6a4..5966504 100644 --- a/vorlagen/thesis/src/bib/literatur.bib +++ b/vorlagen/thesis/src/bib/literatur.bib @@ -69,8 +69,9 @@ author = {osmocom}, title = {OpenBSC build guide}, howpublished = {Web}, - timestamp = {2012.05.22}, - url = {http://openbsc.osmocom.org/trac/wiki/Building_OpenBSC} + timestamp = {22.05.2012}, + url = {http://openbsc.osmocom.org/trac/wiki/Building_OpenBSC}, + note = {[Online; accessed 22-May-2012]} } @MASTERSTHESIS{Richard2011Master, 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 diff --git a/vorlagen/thesis/src/kapitel_x.tex b/vorlagen/thesis/src/kapitel_x.tex index 3d05e00..5e59acc 100644 --- a/vorlagen/thesis/src/kapitel_x.tex +++ b/vorlagen/thesis/src/kapitel_x.tex @@ -205,6 +205,7 @@ than 100 m \citep{installnanoBTS}. \item \emph{BTS} - Base Transceiver Station - \item \emph{DC} - Direct Current \item \emph{LED} - Light Emitting Diode - A diode that emitts light. +\item \emph{IP Address} - \todo{Write what an IP address is}. \item \emph{PCB} - Printed Circuit Board - The board where electronic components are soldered onto and wired through conductive tracks. \item \emph{RRLP} - Radio Resource Location Protocol - The employed protocol in GSM, UMTS and other wireless networks for providing and exchange of geolocation information. \item \emph{SMA} - SubMiniature version A - SMA is a connector used for interconnecting coaxial cables or PCB electronics that work in the frequency range between 0-18 GHz. -- cgit v1.2.3-55-g7522