Use osmo-bsc-meas-utils

Use package from osmo repo for meas_json
This commit is contained in:
Monocots 2019-05-27 18:03:45 +00:00
parent 8e3be576a5
commit d6cde0ba3c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
exec 2>&1 exec 2>&1
exec /usr/bin/websocketd --staticdir=/var/www/meas --port=8080 /usr/bin/stdbuf -oL /usr/local/bin/meas_json exec /usr/bin/websocketd --staticdir=/var/www/meas --port=8080 /usr/bin/stdbuf -oL /usr/bin/meas_json

View file

@ -37,6 +37,10 @@ class rhizo_base::openbsc {
Exec['notify-nitb'] ], Exec['notify-nitb'] ],
} }
package { [ 'osmo-bsc-meas-utils' ]:
ensure => 'installed'
}
service { 'osmocom-nitb': service { 'osmocom-nitb':
enable => false, enable => false,
require => Package['osmocom-nitb'], require => Package['osmocom-nitb'],