fixeria has uploaded this change for review.

View Change

doc/examples: avoid using deprecated configuration commands

Change-Id: Id29fae10ec17eb3d0ac8534d8aebd7251a17577d
---
M doc/examples/osmo-bsc/osmo-bsc.cfg
M doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg
2 files changed, 4 insertions(+), 4 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/28/27628/1
diff --git a/doc/examples/osmo-bsc/osmo-bsc.cfg b/doc/examples/osmo-bsc/osmo-bsc.cfg
index 807bd19..c86a491 100644
--- a/doc/examples/osmo-bsc/osmo-bsc.cfg
+++ b/doc/examples/osmo-bsc/osmo-bsc.cfg
@@ -17,7 +17,8 @@
handover1 power budget interval 6
handover1 power budget hysteresis 3
handover1 maximum distance 9999
- periodic location update 30
+ ! T3212 is in units of 6min, so below we set 5 * 6 = 30min
+ timer net T3212 5
bts 0
type osmo-bts
band DCS1800
@@ -71,7 +72,6 @@
phys_chan_config TCH/F
hopping enabled 0
msc 0
- type normal
allow-emergency allow
amr-config 12_2k forbidden
amr-config 10_2k forbidden
@@ -84,6 +84,5 @@
mgw remote-ip 127.0.0.1
mgw remote-port 2427
mgw local-port 2727
- mgw endpoint-range 1 31
bsc
mid-call-timeout 0
diff --git a/doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg b/doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg
index 335e23d..e60f39a 100644
--- a/doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg
+++ b/doc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg
@@ -16,7 +16,8 @@
handover1 power budget interval 6
handover1 power budget hysteresis 3
handover1 maximum distance 9999
- periodic location update 30
+ ! T3212 is in units of 6min, so below we set 5 * 6 = 30min
+ timer net T3212 5
bts 0
type osmo-bts
band DCS1800

To view, visit change 27628. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id29fae10ec17eb3d0ac8534d8aebd7251a17577d
Gerrit-Change-Number: 27628
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange