nitb update
This commit is contained in:
parent
479d13326c
commit
4deb1b5ce1
2 changed files with 5 additions and 13 deletions
|
@ -25,19 +25,19 @@ class rhizo_base::openbsc {
|
||||||
$bts3_ip_address = $rhizo_base::bts3_ip_address
|
$bts3_ip_address = $rhizo_base::bts3_ip_address
|
||||||
$smsc_password = $rhizo_base::smsc_password
|
$smsc_password = $rhizo_base::smsc_password
|
||||||
|
|
||||||
package { [ 'libosmoabis5', 'libosmocore7',
|
package { [ 'libosmoabis5', 'libosmocore8',
|
||||||
'libosmoctrl0', 'libosmogsm5',
|
'libosmoctrl0', 'libosmogsm7',
|
||||||
'libosmovty3' ]:
|
'libosmovty3' ]:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
notify => [ Exec['restart-nitb'] ],
|
notify => [ Exec['notify-nitb'] ],
|
||||||
}
|
}
|
||||||
|
|
||||||
package { [ 'osmocom-nitb' ]:
|
package { [ 'osmocom-nitb' ]:
|
||||||
ensure => '0.15.1-0rhizo3',
|
ensure => '0.15.1-0rhizo5',
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
notify => [ Exec['hlr_pragma_wal'],
|
notify => [ Exec['hlr_pragma_wal'],
|
||||||
Exec['restart-nitb'] ],
|
Exec['notify-nitb'] ],
|
||||||
}
|
}
|
||||||
|
|
||||||
package { [ 'libosmoabis3', 'libosmocore4',
|
package { [ 'libosmoabis3', 'libosmocore4',
|
||||||
|
|
|
@ -73,17 +73,9 @@ network
|
||||||
handover power budget hysteresis 3
|
handover power budget hysteresis 3
|
||||||
handover maximum distance 9999
|
handover maximum distance 9999
|
||||||
timer t3101 10
|
timer t3101 10
|
||||||
timer t3103 0
|
|
||||||
timer t3105 0
|
|
||||||
timer t3107 0
|
|
||||||
timer t3109 4
|
timer t3109 4
|
||||||
timer t3111 0
|
|
||||||
timer t3113 60
|
timer t3113 60
|
||||||
timer t3115 0
|
|
||||||
timer t3117 0
|
|
||||||
timer t3119 0
|
|
||||||
timer t3122 10
|
timer t3122 10
|
||||||
timer t3141 0
|
|
||||||
dtx-used 0
|
dtx-used 0
|
||||||
subscriber-keep-in-ram 0
|
subscriber-keep-in-ram 0
|
||||||
bts 0
|
bts 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue