laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/21638 )
Change subject: ttcn3-gbproxy-test-fr: Fix hdlcnet device names ...................................................................... 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 --- M ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/38/21638/1 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 @@ 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 -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/21638 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I56f75995fe94b46b0210de2a4f83e384b4e4ca4f Gerrit-Change-Number: 21638 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <lafo...@osmocom.org> Gerrit-MessageType: newchange