PCU: Change PCU-side port to 22000

This way the tester and PCU can run on the same ip address without
conflicts.

Change-Id: I0e98877db8f0300a98f7694744a063c1143b89f3
This commit is contained in:
Harald Welte 2019-02-23 15:18:49 +01:00
parent 6d4e094341
commit 88963dc365
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PCU_Tests.mp_nsconfig := {
local_ip := "127.0.0.1",
local_udp_port := 23000,
remote_ip := "127.0.0.1",
remote_udp_port := 23001,
remote_udp_port := 22000,
nsvci := 1234,
nsei := 1234
}