aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-07 03:54:01 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-19 17:11:47 +0100
commit909e972787d178b141a202ec7f7dacd8ca06068f (patch)
treea2af4b35ad7624b4fee62759c3d03baef311a68e /doc
parent8489b463f93f6e7afc52390a7fbfceb20b9860b8 (diff)
HO: Implement load based handover, as handover_decision_2.c
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/osmo-bsc/osmo-bsc.cfg1
-rw-r--r--doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/osmo-bsc/osmo-bsc.cfg b/doc/examples/osmo-bsc/osmo-bsc.cfg
index 17412f727..59732af5b 100644
--- a/doc/examples/osmo-bsc/osmo-bsc.cfg
+++ b/doc/examples/osmo-bsc/osmo-bsc.cfg
@@ -10,6 +10,7 @@ network
neci 0
paging any use tch 0
handover 0
+ handover algorithm 1
handover window rxlev averaging 10
handover window rxqual averaging 1
handover window rxlev neighbor averaging 10
diff --git a/doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg b/doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg
index 581d541d2..aa2c99fa4 100644
--- a/doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg
+++ b/doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg
@@ -9,6 +9,7 @@ network
neci 0
paging any use tch 0
handover 0
+ handover algorithm 1
handover window rxlev averaging 10
handover window rxqual averaging 1
handover window rxlev neighbor averaging 10