Set AMR modes disticntly for UmSite, + change start mode
This commit is contained in:
parent
22a6f38ae4
commit
0b91b49ef8
1 changed files with 11 additions and 1 deletions
|
@ -30,18 +30,28 @@
|
||||||
<% if bts["lte_n"] -%> si2quater neighbor-list add earfcn <%= bts["lte_n"] %> thresh-hi 4 thresh-lo 32 prio 7 qrxlv 32 meas 6
|
<% if bts["lte_n"] -%> si2quater neighbor-list add earfcn <%= bts["lte_n"] %> thresh-hi 4 thresh-lo 32 prio 7 qrxlv 32 meas 6
|
||||||
<% end -%>
|
<% end -%>
|
||||||
codec-support fr amr
|
codec-support fr amr
|
||||||
|
<% if bts["model"] == "UmSite1" -%>
|
||||||
|
amr tch-f modes 7
|
||||||
|
amr tch-f start-mode auto
|
||||||
|
<% else -%>
|
||||||
amr tch-f modes 3 5 6 7
|
amr tch-f modes 3 5 6 7
|
||||||
amr tch-f threshold ms 12 31 37
|
amr tch-f threshold ms 12 31 37
|
||||||
amr tch-f hysteresis ms 4 4 4
|
amr tch-f hysteresis ms 4 4 4
|
||||||
amr tch-f threshold bts 12 31 37
|
amr tch-f threshold bts 12 31 37
|
||||||
amr tch-f hysteresis bts 4 4 4
|
amr tch-f hysteresis bts 4 4 4
|
||||||
amr tch-f start-mode 2
|
amr tch-f start-mode 2
|
||||||
|
<% end -%>
|
||||||
|
<% if bts["model"] == "UmSite1" -%>
|
||||||
|
amr tch-h modes 5
|
||||||
|
amr tch-h start-mode auto
|
||||||
|
<% else -%>
|
||||||
amr tch-h modes 0 2 3 5
|
amr tch-h modes 0 2 3 5
|
||||||
amr tch-h threshold ms 4 6 8
|
amr tch-h threshold ms 4 6 8
|
||||||
amr tch-h hysteresis ms 4 4 4
|
amr tch-h hysteresis ms 4 4 4
|
||||||
amr tch-h threshold bts 4 6 8
|
amr tch-h threshold bts 4 6 8
|
||||||
amr tch-h hysteresis bts 4 4 4
|
amr tch-h hysteresis bts 4 4 4
|
||||||
amr tch-h start-mode 4
|
amr tch-h start-mode auto
|
||||||
|
<% end -%>
|
||||||
gprs mode <%= bts["gprs_m"] %>
|
gprs mode <%= bts["gprs_m"] %>
|
||||||
gprs routing area 21
|
gprs routing area 21
|
||||||
gprs network-control-order nc0
|
gprs network-control-order nc0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue