Skip to content

Update OpenAirInterface repository links to the new Duranta Project repository#284

Open
luispereira106 wants to merge 1 commit into
duranta-project:developfrom
luispereira106:update-oai-repo-link
Open

Update OpenAirInterface repository links to the new Duranta Project repository#284
luispereira106 wants to merge 1 commit into
duranta-project:developfrom
luispereira106:update-oai-repo-link

Conversation

@luispereira106

Copy link
Copy Markdown
Collaborator

Update OpenAirInterface repository links to the new Duranta Project repository

@luispereira106

Copy link
Copy Markdown
Collaborator Author

This PR addresses an issue reported by @turkeryilmaz while following https://github.com/duranta-project/openairinterface5g/blob/develop/doc/NR_SA_Tutorial_OAI_CN5G.md while trying to access the previous OAI repository:

Resolving [gitlab.eurecom.fr](http://gitlab.eurecom.fr/) ([gitlab.eurecom.fr](http://gitlab.eurecom.fr/))... 193.55.113.249
Connecting to [gitlab.eurecom.fr](http://gitlab.eurecom.fr/) ([gitlab.eurecom.fr](http://gitlab.eurecom.fr/))|193.55.113.249|:443... connected.
HTTP request sent, awaiting response... 429 Too Many Requests
2026-07-09 12:55:37 ERROR 429: Too Many Requests.

Thanks @turkeryilmaz for your feedback

@luispereira106 luispereira106 added the documentation Documentation-related changes or updates. label Jul 10, 2026
@luispereira106 luispereira106 added this to the REVIEW_CAN_START milestone Jul 10, 2026
Comment on lines -45 to +49
wget -O ~/oai-cn5g.zip https://gitlab.eurecom.fr/oai/openairinterface5g/-/archive/develop/openairinterface5g-develop.zip?path=doc/tutorial_resources/oai-cn5g
unzip ~/oai-cn5g.zip
mv ~/openairinterface5g-develop-doc-tutorial_resources-oai-cn5g/doc/tutorial_resources/oai-cn5g ~/oai-cn5g
rm -r ~/openairinterface5g-develop-doc-tutorial_resources-oai-cn5g ~/oai-cn5g.zip
git clone --depth 1 --filter=blob:none --sparse https://github.com/duranta-project/openairinterface5g.git ~/openairinterface5g-temp -b develop
cd ~/openairinterface5g-temp
git sparse-checkout set doc/tutorial_resources/oai-cn5g
mv doc/tutorial_resources/oai-cn5g ~/oai-cn5g
cd && rm -rf ~/openairinterface5g-temp

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update these lines because the Gitlab (old) version was not working in GitHub, it was not downloading the expected zip file. Suggestions for a better way to download the oai-cn5g folder are more than welcome :)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

github does not support partially downloading a repo as a zip.

I don't think you need --filter=blob:none, is that necessary? (I did not check)

maybe write a sentence why we need that. or we change and tell people to use the existing repo. I observed that people have OAI, but then download a separate zip, when they just need cd doc/tutorial_resources/oai-cn5g.

…epository

Signed-off-by: Luis Pereira <lpereira@allbesmart.pt>
@rorsc rorsc requested a review from sgarg00 July 10, 2026 10:30

[logging facility main page](log.md)
[oai Wikis home](https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/home)
[oai Wikis home](https://github.com/duranta-project/openairinterface5g/wikis/home)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All wikis currently reside on GitLab. The GitHub link only contains the Developer meetings and Mailing Lists.

Comment thread doc/code-style-contrib.md

There is an old [OAI coding guidelines
document](https://gitlab.eurecom.fr/oai/openairinterface5g/-/wikis/documents/openair_coding_guidelines_v0.3.pdf)
document](https://github.com/duranta-project/openairinterface5g/-/wikis/documents/openair_coding_guidelines_v0.3.pdf)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid Link
See this comment

Comment thread openair2/E2AP/README.md
### 2.1.1 Clone the OAI repository
```bash
git clone https://gitlab.eurecom.fr/oai/openairinterface5g
git clone https://github.com/duranta-project/openairinterface5g

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also have a reference to a branch, maybe we can move it to github and update the reference if it is needed?

openair2/E2AP/README.md:116:    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation-related changes or updates.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants