Change AMR config threshold/hysteresis
even though some of these are not used as we only define one mode
This commit is contained in:
parent
d45db0a8a0
commit
358e626d3c
1 changed files with 9 additions and 9 deletions
|
@ -30,17 +30,17 @@
|
||||||
<% 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
|
||||||
amr tch-f modes 4
|
amr tch-f modes 4 5 7
|
||||||
amr tch-f threshold ms 32
|
amr tch-f threshold ms 12 31 37
|
||||||
amr tch-f hysteresis ms 8
|
amr tch-f hysteresis ms 4 4 4
|
||||||
amr tch-f threshold bts 32
|
amr tch-f threshold bts 12 31 37
|
||||||
amr tch-f hysteresis bts 8
|
amr tch-f hysteresis bts 4 4 4
|
||||||
amr tch-f start-mode auto
|
amr tch-f start-mode auto
|
||||||
amr tch-h modes 4
|
amr tch-h modes 4
|
||||||
amr tch-h threshold ms 32
|
amr tch-h threshold ms 4 6 8
|
||||||
amr tch-h hysteresis ms 8
|
amr tch-h hysteresis ms 4 4 4
|
||||||
amr tch-h threshold bts 32
|
amr tch-h threshold bts 4 6 8
|
||||||
amr tch-h hysteresis bts 8
|
amr tch-h hysteresis bts 4 4 4
|
||||||
amr tch-h start-mode auto
|
amr tch-h start-mode auto
|
||||||
gprs mode <%= bts["gprs_m"] %>
|
gprs mode <%= bts["gprs_m"] %>
|
||||||
gprs routing area 21
|
gprs routing area 21
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue