Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
744e8d21
Commit
744e8d21
authored
Mar 29, 2026
by
Bartosz Podrygajlo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch xran lib repo to
https://github.com/openairinterface/o-du-phy.git
parent
af4b0d53
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
doc/ORAN_FHI7.2_Tutorial.md
doc/ORAN_FHI7.2_Tutorial.md
+1
-1
doc/nfapi.md
doc/nfapi.md
+1
-1
docker/Dockerfile.build.fhi72.native_arm.ubuntu
docker/Dockerfile.build.fhi72.native_arm.ubuntu
+1
-1
docker/Dockerfile.build.fhi72.rhel9
docker/Dockerfile.build.fhi72.rhel9
+1
-1
docker/Dockerfile.build.fhi72.ubuntu
docker/Dockerfile.build.fhi72.ubuntu
+1
-1
tools/docker-dev-env/Dockerfile
tools/docker-dev-env/Dockerfile
+1
-1
No files found.
doc/ORAN_FHI7.2_Tutorial.md
View file @
744e8d21
...
...
@@ -378,7 +378,7 @@ Download ORAN FHI DU library, checkout the correct version, and apply the correc
#### F release
```
bash
git clone https://g
errit.o-ran-sc.org/r/o-du/
phy.git ~/phy
git clone https://g
ithub.com/openairinterface/o-du-
phy.git ~/phy
cd
~/phy
git checkout oran_f_release_v1.0
git apply ~/openairinterface5g/cmake_targets/tools/oran_fhi_integration_patches/F/oaioran_F.patch
...
...
doc/nfapi.md
View file @
744e8d21
...
...
@@ -160,7 +160,7 @@ patch is available [here](../cmake_targets/tools/install_wls_lib.patch)
Clone the code and apply the patch
git clone -b oran_f_release https://g
errit.o-ran-sc.org/r/o-du/
phy.git
git clone -b oran_f_release https://g
ithub.com/openairinterface/o-du-
phy.git
cd phy/wls_lib/
git apply ~/openairinterface5g/cmake_targets/tools/install_wls_lib.patch
...
...
docker/Dockerfile.build.fhi72.native_arm.ubuntu
View file @
744e8d21
...
...
@@ -36,7 +36,7 @@ RUN wget http://fast.dpdk.org/rel/dpdk-20.11.9.tar.xz && \
ninja install -C build
## Build Fronthaul library
RUN git clone https://g
errit.o-ran-sc.org/r/o-du/
phy.git /opt/phy && \
RUN git clone https://g
ithub.com/openairinterface/o-du-
phy.git /opt/phy && \
cd /opt/phy && \
git checkout oran_f_release_v1.0 &&\
git apply /oai-ran/cmake_targets/tools/oran_fhi_integration_patches/F/oaioran_F.patch && \
...
...
docker/Dockerfile.build.fhi72.rhel9
View file @
744e8d21
...
...
@@ -23,7 +23,7 @@ RUN wget http://fast.dpdk.org/rel/dpdk-20.11.9.tar.xz && \
ninja install -C build
## Build Fronthaul library
RUN git clone https://g
errit.o-ran-sc.org/r/o-du/
phy.git /opt/phy && \
RUN git clone https://g
ithub.com/openairinterface/o-du-
phy.git /opt/phy && \
cd /opt/phy && \
git checkout oran_f_release_v1.0 &&\
git apply /oai-ran/cmake_targets/tools/oran_fhi_integration_patches/F/oaioran_F.patch && \
...
...
docker/Dockerfile.build.fhi72.ubuntu
View file @
744e8d21
...
...
@@ -36,7 +36,7 @@ RUN wget http://fast.dpdk.org/rel/dpdk-20.11.9.tar.xz && \
ninja install -C build
## Build Fronthaul library
RUN git clone https://g
errit.o-ran-sc.org/r/o-du/
phy.git /opt/phy && \
RUN git clone https://g
ithub.com/openairinterface/o-du-
phy.git /opt/phy && \
cd /opt/phy && \
git checkout oran_f_release_v1.0 &&\
git apply /oai-ran/cmake_targets/tools/oran_fhi_integration_patches/F/oaioran_F.patch && \
...
...
tools/docker-dev-env/Dockerfile
View file @
744e8d21
...
...
@@ -25,7 +25,7 @@ RUN cd /oai-ran && \
## Build Fronthaul library
COPY
cmake_targets/tools/oran_fhi_integration_patches/F/oaioran_F.patch /oaioran_F.patch
RUN
git clone https://g
errit.o-ran-sc.org/r/o-du/
phy.git /opt/phy
&&
\
RUN
git clone https://g
ithub.com/openairinterface/o-du-
phy.git /opt/phy
&&
\
cd
/opt/phy
&&
\
git checkout oran_f_release_v1.0
&&
\
git apply /oaioran_F.patch
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment