aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-gbproxy-test-fr
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-09 19:27:48 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-09 19:28:51 +0100
commit233d37ee88eb2ac33029325167950cb1c159f128 (patch)
tree242141062822597f5298366253f4c545e57feeff /ttcn3-gbproxy-test-fr
parentffd76f2060b45c5d78a11a16090832407c44ceaf (diff)
ttcn3-gbproxy-test-fr: Fix hdlcnet device names
In Change-Id I80de01c96185c60fe2de7a8ffa9daed2669658e1 we introduced the wrong hdlcnetX device names. We must use each devoce only once, rather than trying to use hdlcnet1..4 twice. Change-Id: I56f75995fe94b46b0210de2a4f83e384b4e4ca4f
Diffstat (limited to 'ttcn3-gbproxy-test-fr')
-rw-r--r--ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
index 1713afb..c31d260 100644
--- a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
+++ b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
@@ -41,7 +41,7 @@ ns
nse 2001 nsvci 2 frnet hdlcnet2 dlci 17
nse 2001 nsvci 3 frnet hdlcnet3 dlci 18
nse 2001 nsvci 4 frnet hdlcnet4 dlci 19
- nse 2002 nsvci 5 frnet hdlcnet1 dlci 20
- nse 2002 nsvci 6 frnet hdlcnet2 dlci 21
- nse 2003 nsvci 7 frnet hdlcnet3 dlci 22
- nse 2003 nsvci 8 frnet hdlcnet4 dlci 23
+ nse 2002 nsvci 5 frnet hdlcnet5 dlci 20
+ nse 2002 nsvci 6 frnet hdlcnet6 dlci 21
+ nse 2003 nsvci 7 frnet hdlcnet7 dlci 22
+ nse 2003 nsvci 8 frnet hdlcnet8 dlci 23