mirror of https://gerrit.osmocom.org/osmo-dev
Start the OsmoBSCNAT's own instance of OsmoMGW. Launch it on a separate IP, such as the other MGWs, so it's easy to differentiate in wireshark which traffic relates to which MGW. Related: https://osmocom.org/projects/osmo-bscnat/wiki/Ladder_diagrams_for_key_procedures Change-Id: Iaeebb693c81d3aa4b1a46d2543c9872bd49b87c3changes/55/27455/1
parent
7f498e2b38
commit
74e1584631
@ -0,0 +1,16 @@ |
||||
${include(common_template_warning)} |
||||
mgcp |
||||
domain bscnat |
||||
bind ip ${MGW4BSCNAT_IP} |
||||
bind port ${MGW4BSCNAT_PORT} |
||||
rtp net-range 50004 60000 |
||||
number endpoints 1024 |
||||
line vty |
||||
bind ${MGW4BSCNAT_VTY_IP} |
||||
|
||||
${foreach(LOG_OUTPUT)} |
||||
log ${LOG_OUTPUTn_TYPE} |
||||
${include(common_logging)} |
||||
logging level rtp info |
||||
logging level lmgcp info |
||||
${foreach_end} |
Loading…
Reference in new issue