Commit a9324db7 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'luispereira106/update-oai-repo-link' into integration_2026_w29

Update OpenAirInterface repository links to the new Duranta Project repository (#284)
Reviewed-by: default avatarRobert Schmidt <robert.schmidt@openairinterface.org>
Reviewed-by: default avatarShubhika Garg <shubhika.garg@openairinterface.org>
parents 221a1911 a412fab5
...@@ -42,10 +42,11 @@ reboot ...@@ -42,10 +42,11 @@ reboot
### 2.2 OAI CN5G configuration files ### 2.2 OAI CN5G configuration files
Download and copy configuration files: Download and copy configuration files:
```bash ```bash
wget -O ~/oai-cn5g.zip https://gitlab.eurecom.fr/oai/openairinterface5g/-/archive/develop/openairinterface5g-develop.zip?path=doc/tutorial_resources/oai-cn5g git clone --depth 1 --filter=blob:none --sparse https://github.com/duranta-project/openairinterface5g.git /tmp/openairinterface5g -b develop
unzip ~/oai-cn5g.zip cd /tmp/openairinterface5g
mv ~/openairinterface5g-develop-doc-tutorial_resources-oai-cn5g/doc/tutorial_resources/oai-cn5g ~/oai-cn5g git sparse-checkout set doc/tutorial_resources/oai-cn5g
rm -r ~/openairinterface5g-develop-doc-tutorial_resources-oai-cn5g ~/oai-cn5g.zip mv doc/tutorial_resources/oai-cn5g ~/oai-cn5g
cd && rm -rf /tmp/openairinterface5g
``` ```
### 2.3 Pull OAI CN5G docker images ### 2.3 Pull OAI CN5G docker images
......
...@@ -30,7 +30,7 @@ Note: E2SM-KPM `v2.01` is supported only in FlexRIC, but not in OAI. ...@@ -30,7 +30,7 @@ Note: E2SM-KPM `v2.01` is supported only in FlexRIC, but not in OAI.
### 2.1.1 Clone the OAI repository ### 2.1.1 Clone the OAI repository
```bash ```bash
git clone https://gitlab.eurecom.fr/oai/openairinterface5g git clone https://github.com/duranta-project/openairinterface5g
``` ```
### 2.1.2 Build OAI with E2 Agent ### 2.1.2 Build OAI with E2 Agent
...@@ -113,7 +113,7 @@ From `O-RAN.WG3.E2SM-RC-v01.03` specification, we implemented: ...@@ -113,7 +113,7 @@ From `O-RAN.WG3.E2SM-RC-v01.03` specification, we implemented:
* REPORT Service Style 4 ("UE Information" - section 7.4.5) - aperiodic subscription for "UE RRC State Change" * REPORT Service Style 4 ("UE Information" - section 7.4.5) - aperiodic subscription for "UE RRC State Change"
* CONTROL Service Style 1 ("Radio Bearer Control" - section 7.6.2) - "QoS flow mapping configuration"; please be aware that this functionality is defined as per O-RAN "To control the multiplexing of QoS flows to a DRB", * CONTROL Service Style 1 ("Radio Bearer Control" - section 7.6.2) - "QoS flow mapping configuration"; please be aware that this functionality is defined as per O-RAN "To control the multiplexing of QoS flows to a DRB",
but OAI RAN doesn't support multiple QoS flows in one DRB. Therefore, this use case was adjusted for creation of new DRB, instead of creation of new QoS flow in the existing DRB. but OAI RAN doesn't support multiple QoS flows in one DRB. Therefore, this use case was adjusted for creation of new DRB, instead of creation of new QoS flow in the existing DRB.
More information can be found in the branch [qoe-e2](https://gitlab.eurecom.fr/oai/openairinterface5g/-/tree/qoe-e2?ref_type=heads). It's not merged due to incompliance with O-RAN specifications. More information can be found in the branch [qoe-e2](https://github.com/duranta-project/openairinterface5g/tree/qoe-e2). It's not merged due to incompliance with O-RAN specifications.
We showcased this demo in the O-RAN F2F Osaka meeting. Please feel free to download the [demo video](https://lf-o-ran-sc.atlassian.net/wiki/download/attachments/13566077/oai-flexric-demo-ric.mp4?api=v2) and [accompanying presentation](https://lf-o-ran-sc.atlassian.net/wiki/download/attachments/13566077/oai-FlexRIC-demo.pdf?api=v2). We showcased this demo in the O-RAN F2F Osaka meeting. Please feel free to download the [demo video](https://lf-o-ran-sc.atlassian.net/wiki/download/attachments/13566077/oai-flexric-demo-ric.mp4?api=v2) and [accompanying presentation](https://lf-o-ran-sc.atlassian.net/wiki/download/attachments/13566077/oai-FlexRIC-demo.pdf?api=v2).
## 3.2 Custom Service Models ## 3.2 Custom Service Models
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment