diff --git a/openbsc/tests/vty_test_runner.py b/openbsc/tests/vty_test_runner.py index a4cfb607..f56b5764 100644 --- a/openbsc/tests/vty_test_runner.py +++ b/openbsc/tests/vty_test_runner.py @@ -1093,7 +1093,7 @@ def nat_msc_ip(x, ip, port): x.vty.command("configure terminal") x.vty.command("nat") x.vty.command("msc ip " + ip) - x.vty.command("msc port " + port) + x.vty.command("msc port " + str(port)) x.vty.command("end") def data2str(d):