Update OpenAirInterface repository links to the new Duranta Project repository#284
Update OpenAirInterface repository links to the new Duranta Project repository#284luispereira106 wants to merge 1 commit into
Conversation
|
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: Thanks @turkeryilmaz for your feedback |
fd5c882 to
f7ae7d3
Compare
| 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 |
There was a problem hiding this comment.
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 :)
There was a problem hiding this comment.
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>
f7ae7d3 to
343de78
Compare
|
|
||
| [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) |
There was a problem hiding this comment.
All wikis currently reside on GitLab. The GitHub link only contains the Developer meetings and Mailing Lists.
|
|
||
| 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) |
| ### 2.1.1 Clone the OAI repository | ||
| ```bash | ||
| git clone https://gitlab.eurecom.fr/oai/openairinterface5g | ||
| git clone https://github.com/duranta-project/openairinterface5g |
There was a problem hiding this comment.
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.
Update OpenAirInterface repository links to the new Duranta Project repository