Attention is currently required from: lynxis lazus, pespin.
View Change
1 comment:
File epdg/epdg.sh:
Patch Set #3, Line 28: pipework --wait -i ${EPDG_TUN}
instead of vendoring the pipework script, we can just do a simple loop here:
```sh
FOUND=0
for i in $(seq 1 5); do
sleep 1
if ip link ls dev "$EPDG_TUN" >/dev/null; then
FOUND=1
break
fi
done
if [ "$FOUND" = 0 ]; then
echo
echo "ERROR: osmo-epdg did not create $EPDG_TUN!"
echo
exit 1
fi
```
To view, visit change 40305. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5063e6ef55e8918653e9634237103790f47784a2
Gerrit-Change-Number: 40305
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis@fe80.eu>
Gerrit-Comment-Date: Fri, 16 May 2025 05:49:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No