summaryrefslogtreecommitdiffstats
path: root/Tex/Content/Appendix.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Tex/Content/Appendix.tex')
-rw-r--r--Tex/Content/Appendix.tex19
1 files changed, 8 insertions, 11 deletions
diff --git a/Tex/Content/Appendix.tex b/Tex/Content/Appendix.tex
index 4aa96b9..198a86e 100644
--- a/Tex/Content/Appendix.tex
+++ b/Tex/Content/Appendix.tex
@@ -282,13 +282,14 @@ DB_RX_threshold = 0.05
CH_RX_threshold = 0.02
#-------------Continues on next page---------------------
-
-
\end{lstlisting}
\end{minipage}\\\\
\hspace*{\dimexpr\fboxsep+\fboxrule}%
\begin{minipage}{\dimexpr\textwidth-4\fboxsep-2\fboxrule}
\begin{lstlisting}
+#How many neighbours need to be discovered
+Neighbours_threshold = 3
+
#How much Pagings per 10s are required to give an Ok
#rating
Pagings_per_10s_threshold = 20
@@ -313,16 +314,12 @@ USR_timeout = 15
Rule_Groups = [
['Provider Check', 'Country Provider Mapping',
- 'ARFCN Mapping', 'LAC Mapping', 'Unique CellID'],
-
+ 'ARFCN Mapping', 'LAC Mapping', 'Unique CellID'],
['LAC Median Deviation', 'Neighbourhood Structure',
'Pure Neighbourhoods', 'Fully Discovered
- Neighbourhoods'],
-
- ['Local Area Database','CellID Database'],
-
- ['LAC Change Rule','rx Change Rule'],
-
+ Neighbourhoods'],
+ ['Local Area Database','CellID Database'],
+ ['LAC Change Rule','rx Change Rule'],
['PCH Scan']
]
@@ -418,4 +415,4 @@ Neighbours &806, 815, 817, &806, 815, 817, \\
\bottomrule
\end{tabular}
\caption{Configurations used for the Database Rules test.}
-\end{table} \ No newline at end of file
+\end{table}