Change in docker-playground[master]: gbproxy, pcu, sgsn: Update config files

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Jan 18 18:22:41 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/22307 )


Change subject: gbproxy,pcu,sgsn: Update config files
......................................................................

gbproxy,pcu,sgsn: Update config files

In upstream I9798e639b4bc8658482945970775b012b5840779 we introduce
two additional fields per NSVC (data_weight, signalling_weight). Make
sure those are specified everywhere.

Related: OS#4953
Requires: osmo-ttcn3-hacks.git I9798e639b4bc8658482945970775b012b5840779
Change-Id: Ic607b3edc3bf724a8b2dbd6be8c806002c229509
---
M ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
M ttcn3-gbproxy-test/GBProxy_Tests.cfg
M ttcn3-pcu-test/PCU_Tests.cfg
M ttcn3-pcu-test/sns/PCU_Tests.cfg
M ttcn3-sgsn-test/SGSN_Tests.cfg
5 files changed, 36 insertions(+), 12 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/07/22307/1

diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
index ce4c698..146d1e4 100644
--- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
@@ -23,7 +23,9 @@
 						address_family := AF_INET,
 						local_ip := "172.18.25.103",
 						local_udp_port := 23000,
-						remote_ip := "172.18.25.10"
+						remote_ip := "172.18.25.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}
@@ -37,7 +39,9 @@
 						address_family := AF_INET,
 						local_ip := "172.18.25.103",
 						local_udp_port := 24000,
-						remote_ip := "172.18.25.10"
+						remote_ip := "172.18.25.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}
diff --git a/ttcn3-gbproxy-test/GBProxy_Tests.cfg b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
index e19084a..89f4fa7 100644
--- a/ttcn3-gbproxy-test/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
@@ -22,7 +22,9 @@
 						address_family := AF_INET,
 						local_ip := "172.18.24.103",
 						local_udp_port := 23000,
-						remote_ip := "172.18.24.10"
+						remote_ip := "172.18.24.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}
@@ -36,7 +38,9 @@
 						address_family := AF_INET,
 						local_ip := "172.18.24.103",
 						local_udp_port := 24000,
-						remote_ip := "172.18.24.10"
+						remote_ip := "172.18.24.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}
@@ -51,7 +55,9 @@
 					ip := {
 						address_family := AF_INET,
 						local_ip := "172.18.24.103",
-						remote_ip := "172.18.24.10"
+						remote_ip := "172.18.24.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}
@@ -63,7 +69,9 @@
 					ip := {
 						address_family := AF_INET,
 						local_ip := "172.18.24.103",
-						remote_ip := "172.18.24.10"
+						remote_ip := "172.18.24.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}
@@ -75,7 +83,9 @@
 					ip := {
 						address_family := AF_INET,
 						local_ip := "172.18.24.103",
-						remote_ip := "172.18.24.10"
+						remote_ip := "172.18.24.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}
diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 9e69f86..89ed220 100644
--- a/ttcn3-pcu-test/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/PCU_Tests.cfg
@@ -25,7 +25,9 @@
 					local_ip := "172.18.13.10",
 					local_udp_port := 23000,
 					remote_ip := "172.18.13.101",
-					remote_udp_port := 23000
+					remote_udp_port := 23000,
+					data_weight := 1,
+					signalling_weight := 1
 				}
 			},
 			nsvci := 1234
diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg
index 9cd4b38..2bcf055 100644
--- a/ttcn3-pcu-test/sns/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg
@@ -18,7 +18,9 @@
 					local_ip := "172.18.14.10",
 					local_udp_port := 23000,
 					remote_ip := "172.18.14.101",
-					remote_udp_port := 23000
+					remote_udp_port := 23000,
+					data_weight := 1,
+					signalling_weight := 1
 				}
 			},
 			nsvci := 1234
diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg
index b77fffd..b127dd8 100644
--- a/ttcn3-sgsn-test/SGSN_Tests.cfg
+++ b/ttcn3-sgsn-test/SGSN_Tests.cfg
@@ -20,7 +20,9 @@
 					ip := {
 						address_family := AF_INET,
 						local_ip := "172.18.8.103",
-						remote_ip := "172.18.8.10"
+						remote_ip := "172.18.8.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}
@@ -33,7 +35,9 @@
 					ip := {
 						address_family := AF_INET,
 						local_ip := "172.18.8.103",
-						remote_ip := "172.18.8.10"
+						remote_ip := "172.18.8.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}
@@ -46,7 +50,9 @@
 					ip := {
 						address_family := AF_INET,
 						local_ip := "172.18.8.103",
-						remote_ip := "172.18.8.10"
+						remote_ip := "172.18.8.10",
+						data_weight := 1,
+						signalling_weight := 1
 					}
 				}
 			}

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/22307
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic607b3edc3bf724a8b2dbd6be8c806002c229509
Gerrit-Change-Number: 22307
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210118/1e4bc4dc/attachment.htm>


More information about the gerrit-log mailing list