Change in osmo-ttcn3-hacks[master]: fr/fr-net: use correct DLCI range for test cases

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Fri Aug 6 20:14:33 UTC 2021


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25134 )


Change subject: fr/fr-net: use correct DLCI range for test cases
......................................................................

fr/fr-net: use correct DLCI range for test cases

DLCIs are only valid >= 16.

Change-Id: Ia155f346beb4f2be1392d3204b73a0d3b00aaa08
---
M fr-net/FRNET_Tests.ttcn
M fr/FR_Tests.ttcn
2 files changed, 8 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/34/25134/1

diff --git a/fr-net/FRNET_Tests.ttcn b/fr-net/FRNET_Tests.ttcn
index c3ec468..614750f 100644
--- a/fr-net/FRNET_Tests.ttcn
+++ b/fr-net/FRNET_Tests.ttcn
@@ -21,7 +21,7 @@
 					provider := {
 						fr := {
 							netdev := "hdlcnet1",
-							dlci := 1
+							dlci := 21
 						}
 					},
 					nsvci := 101
@@ -29,7 +29,7 @@
 					provider := {
 						fr := {
 							netdev := "hdlcnet2",
-							dlci := 2
+							dlci := 22
 						}
 					},
 					nsvci := 102
@@ -37,7 +37,7 @@
 					provider := {
 						fr := {
 							netdev := "hdlcnet3",
-							dlci := 3
+							dlci := 23
 						}
 					},
 					nsvci := 103
@@ -45,7 +45,7 @@
 					provider := {
 						fr := {
 							netdev := "hdlcnet4",
-							dlci := 4
+							dlci := 24
 						}
 					},
 					nsvci := 104
diff --git a/fr/FR_Tests.ttcn b/fr/FR_Tests.ttcn
index 5e4f9e8..1e662fe 100644
--- a/fr/FR_Tests.ttcn
+++ b/fr/FR_Tests.ttcn
@@ -27,7 +27,7 @@
 					provider := {
 						fr := {
 							netdev := "hdlc1",
-							dlci := 1
+							dlci := 21
 						}
 					},
 					nsvci := 101
@@ -35,7 +35,7 @@
 					provider := {
 						fr := {
 							netdev := "hdlc2",
-							dlci := 2
+							dlci := 22
 						}
 					},
 					nsvci := 102
@@ -43,7 +43,7 @@
 					provider := {
 						fr := {
 							netdev := "hdlc3",
-							dlci := 3
+							dlci := 23
 						}
 					},
 					nsvci := 103
@@ -51,7 +51,7 @@
 					provider := {
 						fr := {
 							netdev := "hdlc4",
-							dlci := 4
+							dlci := 24
 						}
 					},
 					nsvci := 104

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25134
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia155f346beb4f2be1392d3204b73a0d3b00aaa08
Gerrit-Change-Number: 25134
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210806/56579162/attachment.htm>


More information about the gerrit-log mailing list