Skip to content

Commit

Permalink
Fix tunnel config and add eg cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
abousselmi committed May 17, 2024
1 parent ffbfd32 commit c33215b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ start() {
ip link set mtu $MTU dev $GTP_DEV

log "create gtp tunnel"
gtp-tunnel add $GTP_DEV v1 $TEID_N3_UPF $TEID_N3_GNB $UE_IP $N3_UPF_IP
gtp-tunnel add $GTP_DEV v1 $TEID_N3_UPF $TEID_N3_GNB $N6_APP_SERVER_IP $N3_UPF_IP

sleep 1

Expand All @@ -66,6 +66,7 @@ start() {
log "------------------------------------------------------------------------"
log "$(gtp-tunnel list)"
log "------------------------------------------------------------------------"
log "You can run: ping $N6_APP_SERVER_IP"
}

stop() {
Expand Down

0 comments on commit c33215b

Please sign in to comment.