Skip to content

Releases: usnistgov/ns3-oran

Version 1.2

01 Apr 18:10
Compare
Choose a tag to compare

Overview

This is the public release of ns3-oran, version 1.2. A contributed module that simulates the network architecture based on the O-RAN specifications.

The built documentation may be found in the 'Assets' section below

See the Installation section of the README for details on how to integrate the module with ns-3

Changes

  • Documentation on ML in README
  • Fixes for CMake warnings

Compatibility

This release is compatible with:

Updating

Clone

If you originally installed the module by cloning it, you may update to version 1.2 by doing the following:

  1. cd into the module directory (either in contrib/ or src/)
cd oran
  1. Run git fetch.
git fetch
  1. Run git checkout with the tag of the version you're upgrading to (v1.2 in this case)
git checkout v1.2

ZIP

To update a ZIP installation, you'll have to delete it and replace it with the new version

# From the ns-3 root
# may be 'src' as well, depending on your installation
cd contrb
rm -Rf oran

#use this command or download manually
wget https://github.com/usnistgov/ns3-oran/archive/refs/tags/v1.2.zip -O ns3-oran-master.zip
unzip ns3-oran-master.zip

# Make sure the directory in the ns-3 contrib/ directory is
# named `oran`
mv ns3-oran-1.2 oran

Version 1.1

27 Mar 17:39
v1.1
bee1345
Compare
Choose a tag to compare

Overview

This is the public release of ns3-oran, version 1.1. A contributed module that simulates the network architecture based on the O-RAN specifications.

The built documentation may be found in the 'Assets' section below

See the Installation section of the README for details on how to integrate the module with ns-3

Changes

  • Compatibility with ns-3.41

Compatibility

This release is compatible with:

Updating

Clone

If you originally installed the module by cloning it, you may update to version 1.1 by doing the following:

  1. cd into the module directory (either in contrib/ or src/)
cd oran
  1. Run git fetch.
git fetch
  1. Run git checkout with the tag of the version you're upgrading to (v1.1 in this case)
git checkout v1.1

ZIP

To update a ZIP installation, you'll have to delete it and replace it with the new version

# From the ns-3 root
# may be 'src' as well, depending on your installation
cd contrb
rm -Rf oran

#use this command or download manually
wget https://github.com/usnistgov/ns3-oran/archive/refs/tags/v1.1.zip -O ns3-oran-master.zip
unzip ns3-oran-master.zip

# Make sure the directory in the ns-3 contrib/ directory is
# named `oran`
mv ns3-oran-1.1 oran

Version 1.0

06 Apr 14:48
v1.0
Compare
Choose a tag to compare

Overview

This is the first public release of ns3-oran. A contributed module that simulates the network architecture based on the O-RAN specifications.

The built documentation may be found in the 'Assets' section below

See the Installation section of the README for details on how to integrate the module with ns-3

Compatibility

This release is compatible with: