From ed55c9d17960345bf471732e8384c970c0d6bb9a Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Tue, 25 Jul 2023 07:47:54 +0200 Subject: [PATCH] Packages: HLR,MSC - Install from OBS repo This osmo-msc contains fix for a memory leak with SMPP. --- modules/rhizo_base/manifests/osmocom.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/rhizo_base/manifests/osmocom.pp b/modules/rhizo_base/manifests/osmocom.pp index 20704e6..41ccb5c 100644 --- a/modules/rhizo_base/manifests/osmocom.pp +++ b/modules/rhizo_base/manifests/osmocom.pp @@ -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'], } }