Add LTE neighbour EARFCNs
This commit is contained in:
parent
3226b22502
commit
ed0c3f3345
2 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
<% if i != index -%>
|
||||
neighbor bts <%= i %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
<% 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 -%>
|
||||
codec-support fr amr
|
||||
amr tch-f modes 3 4 5
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
ip.access unit_id 1000 <%= bts["uid"] %>
|
||||
oml ip.access stream_id 255 line 0
|
||||
neighbor-list mode automatic
|
||||
<% 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 -%>
|
||||
codec-support fr amr
|
||||
amr tch-f modes 4 5
|
||||
amr tch-f start-mode 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue