Add 2100 to BTS ts configs
This commit is contained in:
parent
2e6c8fc57c
commit
ce8089c65b
1 changed files with 6 additions and 0 deletions
|
@ -105,6 +105,7 @@ class rhizo_base::osmocom::common {
|
|||
"1020" => "CCCH+SDCCH4",
|
||||
"2050M" => "CCCH",
|
||||
"2050S" => "CCCH",
|
||||
"2100" => "CCCH",
|
||||
"UmSite" => "CCCH",
|
||||
"UmSite1" => "CCCH",
|
||||
"lime" => "CCCH"
|
||||
|
@ -114,6 +115,7 @@ class rhizo_base::osmocom::common {
|
|||
"1020" => "TCH/F_TCH/H_SDCCH8_PDCH",
|
||||
"2050M" => "SDCCH8",
|
||||
"2050S" => "SDCCH8",
|
||||
"2100" => "SDCCH8",
|
||||
"UmSite" => "SDCCH8",
|
||||
"UmSite1" => "SDCCH8",
|
||||
"lime" => "TCH/F_TCH/H_SDCCH8_PDCH"
|
||||
|
@ -123,6 +125,7 @@ class rhizo_base::osmocom::common {
|
|||
"1020" => "PDCH",
|
||||
"2050M" => "PDCH",
|
||||
"2050S" => "PDCH",
|
||||
"2100" => "PDCH",
|
||||
"UmSite" => "TCH/F",
|
||||
"UmSite1" => "TCH/H",
|
||||
"lime" => "TCH/F_TCH/H_SDCCH8_PDCH"
|
||||
|
@ -132,6 +135,7 @@ class rhizo_base::osmocom::common {
|
|||
"1020" => "TCH/F_TCH/H_SDCCH8_PDCH",
|
||||
"2050M" => "TCH/F_TCH/H_SDCCH8_PDCH",
|
||||
"2050S" => "TCH/F_TCH/H_SDCCH8_PDCH",
|
||||
"2100" => "TCH/F_TCH/H_SDCCH8_PDCH",
|
||||
"UmSite" => "TCH/F",
|
||||
"UmSite1" => "TCH/H",
|
||||
"lime" => "TCH/F_TCH/H_SDCCH8_PDCH"
|
||||
|
@ -143,6 +147,7 @@ class rhizo_base::osmocom::common {
|
|||
"1020" => "TCH/H",
|
||||
"2050M" => "TCH/H",
|
||||
"2050S" => "TCH/H",
|
||||
"2100" => "TCH/H",
|
||||
"UmSite" => "TCH/F",
|
||||
"UmSite1" => "TCH/H",
|
||||
"lime" => "TCH/H"
|
||||
|
@ -153,6 +158,7 @@ class rhizo_base::osmocom::common {
|
|||
"1020" => "TCH/F",
|
||||
"2050M" => "TCH/F",
|
||||
"2050S" => "TCH/F",
|
||||
"2100" => "TCH/F",
|
||||
"UmSite" => "TCH/F",
|
||||
"UmSite1" => "TCH/F",
|
||||
"lime" => "TCH/F"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue