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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
spbro
OpenXG-RAN
Commits
c892a89f
Commit
c892a89f
authored
Jun 07, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/lte-fix-if4-5-docker' into integration_2023_w23_ci
parents
c81ed57a
edd2afb4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
0 deletions
+60
-0
ci-scripts/yaml_files/lte_b200_fdd_05Mhz_if4.5/docker-compose.yml
...ts/yaml_files/lte_b200_fdd_05Mhz_if4.5/docker-compose.yml
+57
-0
docker/Dockerfile.eNB.rhel8.2
docker/Dockerfile.eNB.rhel8.2
+1
-0
docker/Dockerfile.eNB.rocky
docker/Dockerfile.eNB.rocky
+1
-0
docker/Dockerfile.eNB.ubuntu20
docker/Dockerfile.eNB.ubuntu20
+1
-0
No files found.
ci-scripts/yaml_files/lte_b200_fdd_05Mhz_if4.5/docker-compose.yml
0 → 100644
View file @
c892a89f
version
:
'
3.8'
services
:
rru_fdd
:
image
:
oai-enb:latest
privileged
:
true
container_name
:
lte-b200-rru-fdd-05Mhz-tm1
network_mode
:
"
host"
environment
:
-
USE_B2XX='yes'
-
USE_FDD_RRU=True
-
RRU_IF4P5_IF_NAME=lo
-
RCC_REMOTE_IP_ADDRESS=127.0.0.3
-
RRU_LOCAL_IP_ADDRESS=127.0.0.2
-
UTRA_BAND_ID=7
-
THREAD_PARALLEL_CONFIG=PARALLEL_SINGLE_THREAD
-
USE_ADDITIONAL_OPTIONS=--RUs.[0].max_rxgain 125 --log_config.global_log_options level,nocolor,time,line_num,function
volumes
:
-
/dev:/dev
healthcheck
:
# pgrep does NOT work
test
:
/bin/bash -c "ps aux | grep -v grep | grep -c softmodem"
interval
:
10s
timeout
:
5s
retries
:
5
rcc_fdd
:
image
:
oai-enb:latest
privileged
:
true
container_name
:
lte-b200-rcc-fdd-05Mhz-tm1
network_mode
:
"
host"
environment
:
-
USE_FDD_IF4P5_RCC=True
-
ENB_NAME=rcc-in-docker
-
MCC=208
-
MNC=92
-
MNC_LENGTH=2
-
TAC=1
-
UTRA_BAND_ID=7
-
DL_FREQUENCY_IN_MHZ=2680
-
UL_FREQUENCY_OFFSET_IN_MHZ=120
-
NID_CELL=0
-
NB_PRB=25
-
MME_S1C_IP_ADDRESS=172.21.18.48
-
RCC_IF_NAME=eno1
-
RCC_S1C_IP_ADDRESS=172.21.18.46
-
RCC_IP_ADDRESS=172.21.18.46
-
IF4P5_IF_NAME=lo
-
IF4P5_RRU_IP_ADDRESS=127.0.0.2
-
IF4P5_RCC_IP_ADDRESS=127.0.0.3
-
THREAD_PARALLEL_CONFIG=PARALLEL_SINGLE_THREAD
-
USE_ADDITIONAL_OPTIONS=--log_config.global_log_options level,nocolor,time,line_num,function
healthcheck
:
# pgrep does NOT work
test
:
/bin/bash -c "ps aux | grep -v grep | grep -c softmodem"
interval
:
10s
timeout
:
5s
retries
:
5
docker/Dockerfile.eNB.rhel8.2
View file @
c892a89f
...
...
@@ -102,6 +102,7 @@ WORKDIR /usr/local/share/uhd/rfnoc
COPY --from=enb-base /usr/local/share/uhd/rfnoc/ .
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so /usr/local/lib/liboai_device.so" && \
/bin/bash -c "ln -s /usr/local/lib/liboai_eth_transpro.so /usr/local/lib/liboai_transpro.so" && \
ldconfig
# Copy the relevant configuration files for eNB
...
...
docker/Dockerfile.eNB.rocky
View file @
c892a89f
...
...
@@ -103,6 +103,7 @@ WORKDIR /usr/local/share/uhd/rfnoc
COPY --from=enb-base /usr/local/share/uhd/rfnoc/ .
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so /usr/local/lib/liboai_device.so" && \
/bin/bash -c "ln -s /usr/local/lib/liboai_eth_transpro.so /usr/local/lib/liboai_transpro.so" && \
ldconfig && \
echo "ldd on lte-softmodem" && ldd /opt/oai-enb/bin/lte-softmodem && \
echo "ldd on liboai_eth_transpro.so" && ldd /usr/local/lib/liboai_eth_transpro.so && \
...
...
docker/Dockerfile.eNB.ubuntu20
View file @
c892a89f
...
...
@@ -95,6 +95,7 @@ COPY --from=enb-base \
/usr/lib/x86_64-linux-gnu/
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so /usr/local/lib/liboai_device.so" && \
/bin/bash -c "ln -s /usr/local/lib/liboai_eth_transpro.so /usr/local/lib/liboai_transpro.so" && \
ldconfig
# Copy the relevant configuration files for eNB
...
...
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