Packages: HLR,MSC - Install from OBS repo

This osmo-msc contains fix for a memory leak with SMPP.
This commit is contained in:
Keith Whyte 2023-07-25 07:47:54 +02:00
parent f4d25555bf
commit ed55c9d179

View file

@ -26,7 +26,7 @@ class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common {
}
package { [ 'osmo-msc' ]:
require => Class['rhizo_base::apt'],
ensure => '1.9.0+rhizo7b',
ensure => '1.10.0.77.11e4b~rhizomatica.production',
}
package { [ 'osmo-sgsn', 'libgtp6' ]:
ensure => "$repo" ? { "latest" => '1.10.1', "nightly" => "installed" },
@ -36,9 +36,9 @@ class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common {
ensure => '1.6.1rhizo1b',
require => Class['rhizo_base::apt'],
}
package { [ 'osmo-hlr', 'libosmo-mslookup0', 'osmo-mslookup-utils',
package { [ 'osmo-hlr', 'libosmo-mslookup1', 'osmo-mslookup-utils',
'libosmo-gsup-client0' ]:
ensure => '1.5.0+rhizo6b',
ensure => '1.6.0.19.80b2~rhizomatica.production',
require => Class['rhizo_base::apt'],
}
}