Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add the remaining information regarding N3IWUE script
  • Loading branch information
oliveiraleo committed Apr 22, 2024
1 parent 384f9ca commit 9add75f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Example usage:

**Note:** This script requires a parameter to work, just pick one from the list above that suit your environment

#### UERANSIM usage
#### UERANSIM basic usage

To deploy the gNB:

Expand All @@ -135,6 +135,19 @@ curl -LO https://github.com/oliveiraleo/free5gc-auto-deploy/raw/main/deploy-n3iw
chmod +x deploy-n3iwue.sh install-go.sh # gives execution permission
```

Install go and reload the environment vars

```
./install-go.sh && source ~/.bashrc
```

Then install N3IWUE
```
./deploy-n3iwue.sh
```

**Note:** Currently the script will install the v1.0.0 stable branch

### How to deploy both UERANSIM and N3IWUE

This is a planned feature to be available in the future
Expand Down

0 comments on commit 9add75f

Please sign in to comment.