fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36442?usp=email )
Change subject: msc: osmo-msc.cfg: move MGW params to 'mgw' node ...................................................................... msc: osmo-msc.cfg: move MGW params to 'mgw' node This fixes deprecation warnings printed by recent osmo-msc. Change-Id: I724ec44ea37bb61b457361befee3e6e92c886c0d Related: osmo-mgw.git I95f717a0fcd3c4ca622e3989baa28fac1f7ec1ca --- M msc/osmo-msc.cfg 1 file changed, 14 insertions(+), 1 deletion(-) Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved pespin: Looks good to me, but someone else must approve diff --git a/msc/osmo-msc.cfg b/msc/osmo-msc.cfg index d05e400..a886565 100644 --- a/msc/osmo-msc.cfg +++ b/msc/osmo-msc.cfg @@ -57,11 +57,12 @@ authentication optional rrlp mode none mm info 0 + mgw 0 + remote-ip 127.0.0.1 msc assign-tmsi cs7-instance-a 0 cs7-instance-iu 0 - mgw remote-ip 127.0.0.1 emergency-call route-to-msisdn 112 mncc external /tmp/mncc.sock mncc-int -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36442?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I724ec44ea37bb61b457361befee3e6e92c886c0d Gerrit-Change-Number: 36442 Gerrit-PatchSet: 2 Gerrit-Owner: fixeria <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
