Make sure PCU uses unique local port
This commit is contained in:
parent
982eddd011
commit
af1dba4535
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,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