dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26764 )
Change subject: osmo-hnbgw.cfg: update example configuration ......................................................................
osmo-hnbgw.cfg: update example configuration
The shipped example configuration lacks the configuration of the co-located MGW. Lets update the sample configu file.
Change-Id: I1e2e4cf6f44cf0934123ca213acc3d98d0d463b3 Related: OS#5152 --- M doc/examples/osmo-hnbgw.cfg 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/64/26764/1
diff --git a/doc/examples/osmo-hnbgw.cfg b/doc/examples/osmo-hnbgw.cfg index 9286b2a..1b70c62 100644 --- a/doc/examples/osmo-hnbgw.cfg +++ b/doc/examples/osmo-hnbgw.cfg @@ -23,3 +23,7 @@ iuh local-ip 0.0.0.0 hnbap-allow-tmsi 1 + mgcp + mgw remote-ip 127.0.0.1 + mgw remote-port 2427 + mgw reset-endpoint rtpbridge/* \ No newline at end of file