add chan type and AMR option to nitb template
This commit is contained in:
parent
c269e18523
commit
2976b71bd4
2 changed files with 59 additions and 43 deletions
|
@ -77,6 +77,14 @@ class rhizo_base::openbsc::common {
|
|||
$smsc_password = $rhizo_base::smsc_password
|
||||
$gprs = $rhizo_base::gprs
|
||||
$smpp_password = $rhizo_base::smpp_password
|
||||
$mncc_codec = $rhizo_base::mncc_codec
|
||||
|
||||
|
||||
if $mncc_codec == "AMR" {
|
||||
$phys_chan = "TCH/H"
|
||||
} else {
|
||||
$phys_chan = "TCH/F"
|
||||
}
|
||||
|
||||
service { 'osmocom-nitb':
|
||||
enable => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue