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:
Keith Whyte 2020-10-13 01:59:14 +02:00
parent e2c3d2736c
commit 893ba49e68
3 changed files with 47 additions and 1 deletions

View file

@ -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'],