params: Use addresses compatible with libosmo-sccp test scripts

This commit is contained in:
Harald Welte 2017-05-14 22:56:49 +02:00
parent 5e70f7f905
commit d619d03438
1 changed files with 3 additions and 3 deletions

View File

@ -35,14 +35,14 @@
;;; $Id: m3ua-param-testtool.scm,v 1.5 2012/08/28 19:56:13 tuexen Exp $
;;; Define a transport address of the system under test
(define sut-addr "127.0.0.1")
;;; Define a transport address of the system under test (osmo-stp)
(define sut-addr "172.18.0.200")
(define sut-port m3ua-port)
(define sut-port-1 m3ua-port)
(define sut-port-2 m3ua-port)
;;; Define the transport address of the tester
(define tester-addr "127.0.0.2")
(define tester-addr "172.18.0.2")
(define tester-port 3333)
(define tester-port-1 3000)
(define tester-port-2 3001)