osmo-hnbgw.cfg: use local port 2729 as default for MGCP client
There are several osmo processes that talk to osmo-mgw via osmo-mgcp-client. The sample config for osmo-bsc suggest 2727 and the sample config for osmo-msc suggests 2728 as local port default. To make it less likely for users to get port collisions whlie setting up their networks we should use a different port for osmo-hnbgw. Lets use 2729. Change-Id: I55179c2bff3e6ef0e54fee6b1b90fc76f541e58echanges/31/27331/2
parent
9e46544486
commit
b5508f98ef
|
@ -25,6 +25,7 @@ hnbgw
|
|||
hnbap-allow-tmsi 1
|
||||
mgcp
|
||||
mgw remote-ip 127.0.0.1
|
||||
mgw local-port 2729
|
||||
mgw remote-port 2427
|
||||
mgw reset-endpoint rtpbridge/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue