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.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22676 )
Change subject: fr/fr-net: Use four parallel FR NS-VC instead of just one
......................................................................
fr/fr-net: Use four parallel FR NS-VC instead of just one
Related: OS#4974
Change-Id: I366ceea525c09236f5432ba043a757e593d4ed0e
---
M fr-net/FRNET_Tests.ttcn
M fr/FR_Tests.ttcn
2 files changed, 52 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/76/22676/1
diff --git a/fr-net/FRNET_Tests.ttcn b/fr-net/FRNET_Tests.ttcn
index 3943ff1..bc6e513 100644
--- a/fr-net/FRNET_Tests.ttcn
+++ b/fr-net/FRNET_Tests.ttcn
@@ -19,10 +19,34 @@
provider := {
fr := {
netdev := "hdlcnet1",
- dlci := 123
+ dlci := 1
}
},
- nsvci := 123
+ nsvci := 101
+ }, {
+ provider := {
+ fr := {
+ netdev := "hdlcnet2",
+ dlci := 2
+ }
+ },
+ nsvci := 102
+ }, {
+ provider := {
+ fr := {
+ netdev := "hdlcnet3",
+ dlci := 3
+ }
+ },
+ nsvci := 103
+ }, {
+ provider := {
+ fr := {
+ netdev := "hdlcnet4",
+ dlci := 4
+ }
+ },
+ nsvci := 104
}
}
}
diff --git a/fr/FR_Tests.ttcn b/fr/FR_Tests.ttcn
index 5f58bc3..311cab6 100644
--- a/fr/FR_Tests.ttcn
+++ b/fr/FR_Tests.ttcn
@@ -24,10 +24,34 @@
provider := {
fr := {
netdev := "hdlc1",
- dlci := 123
+ dlci := 1
}
},
- nsvci := 123
+ nsvci := 101
+ }, {
+ provider := {
+ fr := {
+ netdev := "hdlc2",
+ dlci := 2
+ }
+ },
+ nsvci := 102
+ }, {
+ provider := {
+ fr := {
+ netdev := "hdlc3",
+ dlci := 3
+ }
+ },
+ nsvci := 103
+ }, {
+ provider := {
+ fr := {
+ netdev := "hdlc4",
+ dlci := 4
+ }
+ },
+ nsvci := 104
}
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22676
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: I366ceea525c09236f5432ba043a757e593d4ed0e
Gerrit-Change-Number: 22676
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/20210204/e86f4d49/attachment.htm>