OSMO: fix channel config.
Correctly setup a 2nd TRX and ensure we only use TCH/F for explicit GSM codec.
This commit is contained in:
parent
ce644e3870
commit
8dff4eab0f
2 changed files with 10 additions and 3 deletions
|
@ -103,10 +103,10 @@ class rhizo_base::osmocom {
|
|||
$ts0_phys_chan = "CCCH"
|
||||
$ts1_phys_chan = "SDCCH8"
|
||||
|
||||
if $mncc_codec == "AMR" {
|
||||
$phys_chan = "TCH/H"
|
||||
} else {
|
||||
if $mncc_codec == "GSM" {
|
||||
$phys_chan = "TCH/F"
|
||||
} else {
|
||||
$phys_chan = "TCH/H"
|
||||
}
|
||||
|
||||
unless hiera('rhizo::local_osmobsc_cfg') == "1" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue