aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-08 08:34:51 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-08 08:37:53 +0100
commit01eb160c53fe8c1ead914f553e279c7d9b991fab (patch)
tree31750dfd00e29964a04b1b5310f4b572dda8890a
parenta14d7912e2f95a1e4ef1a797904324a21eb64ffc (diff)
gbproxy: update ttcn3 configuration to reflect osmo-gbproxy.cfg
In Change-Id I80de01c96185c60fe2de7a8ffa9daed2669658e1 we updated only the osmo-gbproxy.cfg, but noth the GBProxy_Tests.cfg for the test suite, which of course won't work. Change-Id: I35603dc76926d76e57993f7eab1354eea8d25dad Related: SYS#5226
-rw-r--r--ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg65
1 files changed, 45 insertions, 20 deletions
diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
index adab61a..e6b9515 100644
--- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
@@ -30,7 +30,7 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
}
GBProxy_Tests.mp_nsconfig_pcu := {
{
- nsei := 1,
+ nsei := 2001,
role_sgsn := false,
handle_sns := false,
nsvc := {
@@ -68,31 +68,56 @@ GBProxy_Tests.mp_nsconfig_pcu := {
nsvci := 4
}
}
- }
-}
-
-GBProxy_Tests.mp_gbconfigs := {
+ },
{
- nsei := 1,
- sgsn_role := false,
- bvc := {
+ nsei := 2002,
+ role_sgsn := false,
+ handle_sns := false,
+ nsvc := {
{
- bvci := 196,
- cell_id := {
- ra_id := {
- lai := {
- mcc_mnc := '262F42'H,
- lac := 13135
- },
- rac := 0
- },
- cell_id := 20960
+ provider := {
+ fr := {
+ netdev := "hdlc5",
+ dlci := 20
+ }
+ },
+ nsvci := 5
+ }, {
+ provider := {
+ fr := {
+ netdev := "hdlc6",
+ dlci := 21
+ }
},
- depth := BSSGP_DECODE_DEPTH_BSSGP
+ nsvci := 6
+ }
+ }
+ },
+ {
+ nsei := 2003,
+ role_sgsn := false,
+ handle_sns := false,
+ nsvc := {
+ {
+ provider := {
+ fr := {
+ netdev := "hdlc7",
+ dlci := 22
+ }
+ },
+ nsvci := 7
+ }, {
+ provider := {
+ fr := {
+ netdev := "hdlc8",
+ dlci := 23
+ }
+ },
+ nsvci := 8
}
}
}
-};
+}
[MAIN_CONTROLLER]