Update Osmo Config Files
This commit is contained in:
parent
90e9e7032a
commit
1a6c01175e
5 changed files with 29 additions and 15 deletions
|
@ -30,18 +30,18 @@
|
|||
<% 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
|
||||
amr tch-f modes 4
|
||||
amr tch-f threshold ms 32
|
||||
amr tch-f hysteresis ms 8
|
||||
amr tch-f threshold bts 32
|
||||
amr tch-f hysteresis bts 8
|
||||
amr tch-f start-mode 3
|
||||
amr tch-h modes 2 3 4 5
|
||||
amr tch-f start-mode auto
|
||||
amr tch-h modes 4
|
||||
amr tch-h threshold ms 32
|
||||
amr tch-h hysteresis ms 8
|
||||
amr tch-h threshold bts 32
|
||||
amr tch-h hysteresis bts 8
|
||||
amr tch-h start-mode 3
|
||||
amr tch-h start-mode auto
|
||||
gprs mode <%= bts["gprs_m"] %>
|
||||
gprs routing area 21
|
||||
gprs network-control-order nc0
|
||||
|
@ -67,7 +67,7 @@
|
|||
gprs ns timer tns-alive 3
|
||||
gprs ns timer tns-alive-retries 10
|
||||
gprs nsvc 0 nsvci 10<%= index+2 %>
|
||||
gprs nsvc 0 local udp port 23<%= bts["lac"] %>
|
||||
gprs nsvc 0 local udp port 23<%= index+Integer(bts["lac"]) %>
|
||||
gprs nsvc 0 remote udp port 23000
|
||||
gprs nsvc 0 remote ip <%= @sgsn_ip_address %>
|
||||
gprs nsvc 1 nsvci 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue