laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/27628 )

Change subject: doc/examples: avoid using deprecated configuration commands
......................................................................

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(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



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 https://gerrit.osmocom.org/c/osmo-bsc/+/27628
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id29fae10ec17eb3d0ac8534d8aebd7251a17577d
Gerrit-Change-Number: 27628
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to