GPRS Services: Temporarily open to all
Open GPRS services and do not restart the osmo-sgsn every 24 hours. Let's see how long it runs and how everything behaves with the maximum load we can give it.
This commit is contained in:
parent
e2c3d2736c
commit
893ba49e68
3 changed files with 47 additions and 1 deletions
|
@ -134,6 +134,13 @@ class rhizo_base::openbsc {
|
|||
content => template('rhizo_base/make_sgsn_acl_config.erb'),
|
||||
mode => "0750",
|
||||
}
|
||||
|
||||
file { '/etc/osmocom/osmo-sgsn.cfg':
|
||||
content => template('rhizo_base/osmo-sgsn.cfg.erb'),
|
||||
mode => "0750",
|
||||
notify => Service['osmo-sgsn'],
|
||||
}
|
||||
|
||||
package { [ 'osmo-sgsn' ]:
|
||||
ensure => 'installed',
|
||||
require => Class['rhizo_base::apt'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue