Releases: usnistgov/O-RAN-Testbed-Automation
Releases · usnistgov/O-RAN-Testbed-Automation
v1.2.2
Changelog for v1.2.2
- Improved support for SELinux environments by using dynamic DNS addresses from /run/systemd/resolve/resolv.conf instead of 8.8.8.8.
- Migrated from docker.io to docker.ce for compatibility (docker.io can be re-enabled with
USE_DOCKER_CE=0
in install_k8s_and_helm.sh). - Restored download_dependency_repositories.bat and added Windows batch file generator for the script.
- Improved Open5GS configuration robustness, and tweaked configuration files of UE and gNodeB.
- Added suppression of interactive prompts when installing testbed on Vagrant and VMware.
- Fixed commit hash update script and updated software hashes.
- Cleaned up optional unused components.
- Improved documentation clarity, and consistency across scripts.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Changelog for v1.2.1
- Non-RT RIC uses Release K. Added configuration to all sample rApps syncing their URIs with Policy Management Service (PMS) and Information Coordination Service (ICS) Producer/Consumer API addresses.
- Enabled Kong and Service Manager deployment with added Kong storage class initialization of schema/configs.
- Added configuration of Control Panel to enable A1-Policy and A1-EI management functionality.
- Added flags
-y
,--yes
,-n
, and--no
to all user prompts for simpler script automation. - Updated repository commit hashes to use the latest software versions.
- Improved documentation clarity, and consistency across scripts.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Changelog for v1.2.0
- Dependencies are now pinned in
commit_hashes.json
so that allgit clone
commands only depend on stable and tested commits. - Script
download_dependency_repositories.sh
now also usesgit_clone.sh
for pinned dependencies. - 5G_Core configuration file generators refactored, now using
yq
for YAML modifications. - Updated srsRAN_Project and srsRAN_4G configurations to support the latest releases.
- Added sample rApp CSAR generation script in Non-RT RIC installation.
- Improved documentation clarity, and consistency across scripts.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Changelog for v1.0.1 and v1.1.0
- Added Non-RT RIC installation scripts.
- Disabled
r4-infrastructure-kong
pod installation in Near-RT RIC. - Improved stdout installation messages for Near-RT RIC.
- Set file limit descriptors automatically when installing RICs.
- Improved documentation clarity, and consistency across scripts.
Full Changelog: v1.0.0...v1.1.0