Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
Revert to the original IP for UEs
  • Loading branch information
b3c3ll authored Nov 6, 2024
1 parent 8292958 commit 4f48670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ GRAFANA_USERNAME=open5gs
GRAFANA_PASSWORD=open5gs

# UE IPv4 Subnet Range for APN=internet
UE_IPV4_INTERNET=192.168.200.0/24
UE_IPV4_INTERNET=192.168.100.0/24

# UE IPv4 Subnet Range for APN=ims
UE_IPV4_IMS=192.168.201.0/24
UE_IPV4_IMS=192.168.101.0/24

# Maximum Number of UEs
MAX_NUM_UE=1024

0 comments on commit 4f48670

Please sign in to comment.