pcu: fix syntax in PCU_Tests.cfg

There was a missing comma in the configuration as well the
indention was misaligned.

Related: OS#4953
Fixes: be7afce974 ("NS_Emulation: Respect data_weight==0 or signalling_weight==0")
Change-Id: I7f146ff71c107983e5787982970d0f6cd313cde9
This commit is contained in:
Alexander Couzens 2021-02-05 17:22:13 +01:00 committed by laforge
parent 49f3ea818b
commit 03f6606181
1 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ SGSN_Components.mp_nsconfig := {
data_weight := 1,
signalling_weight := 1
}
}
},
nsvci := 1234
},
@ -51,7 +50,6 @@ SGSN_Components.mp_nsconfig := {
data_weight := 1,
signalling_weight := 1
}
}
},
nsvci := 1234
}