Skip to content
Snippets Groups Projects
Commit d96f8dc1 authored by Sagar Arora's avatar Sagar Arora :bicyclist_tone1:
Browse files

Harmonize the configuration for DU and gNB

parent 06487119
No related branches found
No related tags found
1 merge request!144chore(ci): Updating helm-charts for release 2
...@@ -175,7 +175,7 @@ helm install oai-du ../oai-du ...@@ -175,7 +175,7 @@ helm install oai-du ../oai-du
### Connect the UE ### Connect the UE
1. Configure the `oai-nr-ue` charts for `oai-du`, change `config.rfSimulator` to `oai-du` and `useAdditionalOptions` to `"--sa --rfsim -r 106 --numerology 1 -C 3619200000 --nokrnmod --log_config.global_log_options level,nocolor,time"`. As the configuration of cu/du is set at this frequency and resource block. If you mount your own configuration file then set the configuration of nr-ue accordingly. 1. Deploy NR-UE
```bash ```bash
helm install oai-nr-ue ../oai-nr-ue helm install oai-nr-ue ../oai-nr-ue
......
...@@ -162,7 +162,7 @@ helm install oai-du ../oai-du ...@@ -162,7 +162,7 @@ helm install oai-du ../oai-du
### Connect the UE ### Connect the UE
1. Configure the `oai-nr-ue` charts for `oai-du`, change `config.rfSimulator` to `oai-du` and `useAdditionalOptions` to `--sa --rfsim -r 106 --numerology 1 -C 3619200000 --nokrnmod --log_config.global_log_options level,nocolor,time`. As the configuration of cu/du is set at this frequency and resource block. If you mount your own configuration file then set the configuration of nr-ue accordingly. 1. Deploy NR-UE
```bash ```bash
helm install oai-nr-ue ../oai-nr-ue helm install oai-nr-ue ../oai-nr-ue
......
...@@ -134,7 +134,7 @@ helm install oai-gnb-cu . ...@@ -134,7 +134,7 @@ helm install oai-gnb-cu .
helm install oai-gnb-du ../oai-gnb-du helm install oai-gnb-du ../oai-gnb-du
``` ```
3. Configure the `oai-nr-ue` charts for `oai-gnb-du`, change `config.rfSimServer` to `oai-gnb-du` and `useAdditionalOptions` to `--sa --rfsim -r 106 --numerology 1 -C 3619200000 --nokrnmod --log_config.global_log_options level,nocolor,time`. As the configuration of cu/du is set at this frequency and resource block. If you mount your own configuration file then set the configuration of nr-ue accordingly. 3. Deploy NR-UE
```bash ```bash
helm install oai-nr-ue ../oai-nr-ue helm install oai-nr-ue ../oai-nr-ue
......
...@@ -139,7 +139,7 @@ helm install oai-du . ...@@ -139,7 +139,7 @@ helm install oai-du .
### Connect the UE ### Connect the UE
1. Configure the `oai-nr-ue` charts for `oai-du`, change `config.rfSimulator` to `oai-du` and `useAdditionalOptions` to `--sa --rfsim -r 106 --numerology 1 -C 3619200000 --nokrnmod --log_config.global_log_options level,nocolor,time`. As the configuration of cu/du is set at this frequency and resource block. If you mount your own configuration file then set the configuration of nr-ue accordingly. 1. Deploy NR-UE
```bash ```bash
helm install oai-nr-ue ../oai-nr-ue helm install oai-nr-ue ../oai-nr-ue
......
...@@ -136,7 +136,7 @@ Only needed if you are doing advanced debugging ...@@ -136,7 +136,7 @@ Only needed if you are doing advanced debugging
helm install oai-gnb . helm install oai-gnb .
``` ```
2. Configure the `oai-nr-ue` charts for `oai-gnb`, change `config.rfSimulator` to `oai-gnb` and `useAdditionalOptions` to "--sa --rfsim -r 106 --numerology 1 -C 3319680000 --nokrnmod --log_config.global_log_options level,nocolor,time". As the configuration of cu/du is set at this frequency and resource block. If you mount your own configuration file then set the configuration of nr-ue accordingly. 2. Deploy NR-UE
```bash ```bash
helm install oai-nr-ue ../oai-nr-ue helm install oai-nr-ue ../oai-nr-ue
......
...@@ -103,9 +103,7 @@ Make sure the core network is running else you need to first start the core netw ...@@ -103,9 +103,7 @@ Make sure the core network is running else you need to first start the core netw
Make sure the gNB is running in split mode or non-split mode. Make sure the gNB is running in split mode or non-split mode.
1. If you are using nr-ue without or without multus interface the below configuration parameter remains the same. 1. If you are using nr-ue with multus interface then configure the gNB/DU ip-address or FQDN in `config.rfSimServer`.
+ If you are using `oai-nr-ue` with `oai-gnb` then in [values.yaml](./values.yaml) you need to set `config.rfSimServer` as `oai-gnb`.
+ If you are using `oai-nr-ue` with `oai-gnb-du` then in [values.yaml](./values.yaml) you need to set `config.rfSimServer` as `oai-gnb-du`.
```bash ```bash
helm install oai-nr-ue . helm install oai-nr-ue .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment