Skip to content

Commit

Permalink
fix scp nrf mutual dependency problem (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiraldo authored Oct 27, 2023
1 parent 879be9e commit 631b05f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/open5gs/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ fi
# Just wait 10 seconds to be "running" and resolvable
if [[ "$COMMAND" == *"open5gs-pcrfd" ]] \
|| [[ "$COMMAND" == *"open5gs-mmed" ]] \
|| [[ "$COMMAND" == *"open5gs-nrfd" ]] \
|| [[ "$COMMAND" == *"open5gs-scpd" ]] \
|| [[ "$COMMAND" == *"open5gs-sgwcd" ]] \
|| [[ "$COMMAND" == *"open5gs-upfd" ]]; then
sleep 10
Expand Down

0 comments on commit 631b05f

Please sign in to comment.