Name | Chart Version | App Version | Description |
---|---|---|---|
acc-helm/drax | 4.0.0 | 4.0.0 | Accelleran 4G dRAX |
acc-helm/ric | 4.0.0 | 4.0.0 | Accelleran dRAX RIC |
acc-helm/nmock | 1.0.0 | 1.0.0 | Accelleran 4G and 5G Simulator |
NOTE: Please visit the subfolders in this repo to view the README of specific Helm Charts.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- ric [4.0.0]
- Added version control for xApp Dev env in Service Orchestrator
- 5G CU: Intra gNB Intra-Frequency Handover: Completion of inter DU handover - implementation of full user plane handling: nrUpp switch to target ul/dl tnl info
- 5G CU: DNS support: Support in CU-CP and CU-UP, allowing addresses to be configured as Fully Qualified Domain Names: REDIS, NATS, NG link addresses and E1 link address towards CU-CP.
- 5G CU: E2KPI Service Model: "Support E2SmKpm v1.0 basic scenario's: subscriptions and indications"
- ric [4.0.0]
- Changed default 5G CU version to 3.0.0, corresponding to release-2.3-duvel-8b8d7f05
- Changed dRAX Dashboard to support MOCN for 5G CU-CP configuration and setting of default AMF per operator
- Changed NKafka-5G to 0.6.10_proto.8b8d7f056 to support new version of 5G CU
- Changed Helm Repo URL for xApp Dev Env
- drax [4.0.0]
- Updated version to match ric
- ric [4.0.0]
- 5G CU: CU-CP controller: UE connection not cleared in AMF at NgErrorIndication cause=semantic_error
- 5G CU: CU-CP controller: Unnecessary error trace at valid race condition - activation attempt of cell and sctp association failure towards the cells DU
- 5G CU: CU-CP controller: RRC Setup Request lost in CU-UP when all dsCtrls busy, no RRC Reject sent to UE
- 5G CU: CU-CP controller: FQDN resolution failure of all AMF addresses should result in retry
- 5G CU: CU-CP controller: regular expression issue in fqdn pattern
- 5G CU: CU-CP controller: ErrorIndication in response to NgUeCtxtReleaseRequest should trigger UE RESET procedure
- 5G CU: CU-CP controller: AvailablePlmnID list not included in F1 GnbCuConfigUpdate when one or more servedPlmns are not supported
- 5G CU: Errors detected during execution of UE control procedure will trigger UE release - no support for rollback to previous configuration
- drax [3.0.1]:
- Fixed 4G Radio Controller bug when no KUBE_IP or wrong KUBE_IP is given
- ric [3.0.1]:
- Fixed 5G CU Jaeger DNS crash
- Fixed 5G CU-UP slicing form in dRAX dashboard
- Fixed deployment of NKafka-4G and 4G State DB to depend on the global.enable4G field in values
- drax [3.0.0]:
- Adding 4G Radio controller auto-configuration
- The 4G Radio Controller is now autoconfigured during deployment, hence there is no more need to manually configure it via the dRAX Dashboard after installation.
- The configuration of the 4G Radio Controller can still be changed via the dRAX Dashboard after deployment if needed
- By default, the 4G Radio Controller is configured to enable the A3 handover, reporting is set to periodic, and data is published periodically to the dRAX Databus
- The Orchestrator URL which before had to be manually set via the Dashboard, is now set automatically, so you don't have to worry about this parameter.
- Added Redis check for 4G Radio Controller
- The 4GRC now check if Redis is up and running before starting
- Added option to delete existing 4G Radio Controller configuration
- Since the 4GRC configuration is now set automatically, you may want to delete the existing configuration and apply the deployment time one. We have added an option for the 4GRC to delete the existing configuration. It found in the values file of drax under: 4g-radio-controller.jobs.netconfConfig.deleteExistingConfig.
- If you don't enable this option, and have existing 4GRC configuration from a previous installation, the existing configuration will be taken.
- Adding 4G Radio controller auto-configuration
- ric [3.0.0]:
- Added Handover Parameters configuration aspect in the 5G CU-CP configuration page on the dashboard
- Added Neighbor List configuration option in the 5G CU-CP configuration page on the dashboard
- Adding NATS Monitoring Grafana Dashboard
- Added Jaeger
- nmock [1.0.0]
- Adding dRAX version 3 support with version 3 4G scenarios
- Adding 5G simulated scenario for dRAX version 3
- Adding 5g-environment script to allow simulating data to 5G infrastructure
- drax [3.0.0]:
- Updated 4G to build 5.2
- Updated message structure of 4G metrics
- Updating Redis to use official Redis Docker image, version 6.2.4
- Updating Nats to use official Redis Docker image, version 2.3.2
- ric [3.0.0]:
- Updating 5G-Infrastructure to use official NATS and Redis Docker image, version 2.3.2 and 6.2.4 respectively
- Updated the 5G System Dashboard in Grafana with more details
- Exposing Prometheus on nodePort 30304
- drax [3.0.0]:
- Fixed all image pull policies to IfNotPresent by default
- ric [3.0.0]:
- Fixed bug with InfluxDB not instantiating the 4G database on deployment
- Fixed bug in Service Orchestrator when manually choosing the 5G CU NetConf node port
- Fixed all image pull policies to IfNotPresent by default