aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-02-05 17:22:13 +0100
committerlaforge <laforge@osmocom.org>2021-02-05 20:45:52 +0000
commit03f6606181fe2c92c22fe00b04186a7b907a1a21 (patch)
tree4e7b11c1dbdba9828de99c8778420fb1f9357c21
parent49f3ea818b66d9ee49c7142ce514c3927243b21e (diff)
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: be7afce974a4 ("NS_Emulation: Respect data_weight==0 or signalling_weight==0") Change-Id: I7f146ff71c107983e5787982970d0f6cd313cde9
-rw-r--r--pcu/PCU_Tests.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/pcu/PCU_Tests.cfg b/pcu/PCU_Tests.cfg
index dfebb40f..6d3407de 100644
--- a/pcu/PCU_Tests.cfg
+++ b/pcu/PCU_Tests.cfg
@@ -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
}