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
lizhongxiao
OpenXG-RAN
Commits
086d0451
Commit
086d0451
authored
Oct 25, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docker-compose and config for MBMS test
parent
7a6c2125
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
468 additions
and
0 deletions
+468
-0
ci-scripts/conf_files/enb.band7.tm1.25PRB.rfsim.mbms.conf
ci-scripts/conf_files/enb.band7.tm1.25PRB.rfsim.mbms.conf
+408
-0
ci-scripts/yaml_files/4g_rfsimulator_mbms/docker-compose.yml
ci-scripts/yaml_files/4g_rfsimulator_mbms/docker-compose.yml
+60
-0
No files found.
ci-scripts/conf_files/enb.band7.tm1.25PRB.rfsim.mbms.conf
0 → 100644
View file @
086d0451
This diff is collapsed.
Click to expand it.
ci-scripts/yaml_files/4g_rfsimulator_mbms/docker-compose.yml
0 → 100644
View file @
086d0451
version
:
'
3.8'
services
:
oai_enb0
:
image
:
oai-enb:develop
privileged
:
true
container_name
:
rfsim4g-oai-enb
networks
:
public_net
:
ipv4_address
:
192.168.61.20
environment
:
TZ
:
Europe/Paris
USE_VOLUMED_CONF
:
'
yes'
RFSIMULATOR
:
enb
USE_ADDITIONAL_OPTIONS
:
--rfsim --noS1 --log_config.global_log_options level,nocolor,time
volumes
:
-
../../conf_files/enb.band7.tm1.25PRB.rfsim.mbms.conf:/opt/oai-enb/etc/mounted.conf
healthcheck
:
test
:
/bin/bash -c "pgrep lte-softmodem"
interval
:
10s
timeout
:
5s
retries
:
5
oai_ue0
:
image
:
oai-lte-ue:develop
privileged
:
true
container_name
:
rfsim4g-oai-lte-ue0
networks
:
public_net
:
ipv4_address
:
192.168.61.30
expose
:
-
"
10000"
-
"
8888"
-
"
9999"
environment
:
TZ
:
Europe/Paris
HOSTNAME
:
oai_ue0
RFSIMULATOR
:
192.168.61.20
MCC
:
'
208'
MNC
:
'
93'
SHORT_IMSI
:
'
100001111'
LTE_KEY
:
'
8baf473f2f8fd09487cccbd7097c6862'
OPC
:
'
e734f8734007d6c5ce7a0508809e7e9c'
MSISDN
:
'
33611123456'
HPLMN
:
20893
USE_ADDITIONAL_OPTIONS
:
-C 2680000000 -r 25 --ue-rxgain 140 --ue-txgain 120 --nokrnmod 1 --rfsim --noS1 --log_config.global_log_options level,nocolor,time --noS1
healthcheck
:
test
:
/bin/bash -c "pgrep lte-uesoftmodem"
interval
:
10s
timeout
:
5s
retries
:
5
networks
:
public_net
:
name
:
rfsim4g-oai-public-net
ipam
:
config
:
-
subnet
:
192.168.61.0/26
driver_opts
:
com.docker.network.bridge.name
:
"
rfsim4g-public"
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