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
104b9045
Commit
104b9045
authored
Jan 24, 2024
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config files
parent
37207076
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
15 deletions
+23
-15
ci-scripts/yaml_files/sa_gnb_aerial/aerial_l1_entrypoint.sh
ci-scripts/yaml_files/sa_gnb_aerial/aerial_l1_entrypoint.sh
+3
-1
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
+6
-3
targets/PROJECTS/GENERIC-NR-5GC/CONF/cu.Aerial.conf
targets/PROJECTS/GENERIC-NR-5GC/CONF/cu.Aerial.conf
+4
-4
targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf
targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf
+3
-3
targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf
.../GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf
+7
-4
No files found.
ci-scripts/yaml_files/sa_gnb_aerial/aerial_l1_entrypoint.sh
View file @
104b9045
...
@@ -34,4 +34,6 @@ else
...
@@ -34,4 +34,6 @@ else
argument
=
"
$1
"
argument
=
"
$1
"
fi
fi
"
$cuBB_Path
"
/build/cuPHY-CP/cuphycontroller/examples/cuphycontroller_scf
"
$argument
"
cp
/opt/cuBB/share/
*
.yaml
"
$cuBB_Path
"
/cuPHY-CP/cuphycontroller/config/.
\ No newline at end of file
cp
/opt/cuBB/share/nvlog_config.yaml
"
$cuBB_Path
"
/cuPHY/nvlog/config/nvlog_config.yaml
"
$cuBB_Path
"
/build/cuPHY-CP/cuphycontroller/examples/cuphycontroller_scf
"
$argument
"
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
View file @
104b9045
...
@@ -28,14 +28,17 @@ services:
...
@@ -28,14 +28,17 @@ services:
environment
:
environment
:
-
cuBB_SDK=/opt/nvidia/cuBB
-
cuBB_SDK=/opt/nvidia/cuBB
command
:
bash -c " rm -rf /tmp/phy.log && chmod +x /opt/nvidia/cuBB/aerial_l1_entrypoint.sh && /opt/nvidia/cuBB/aerial_l1_entrypoint.sh P5G_SCF_FXN_NEU"
command
:
bash -c " rm -rf /tmp/phy.log && chmod +x /opt/nvidia/cuBB/aerial_l1_entrypoint.sh && /opt/nvidia/cuBB/aerial_l1_entrypoint.sh P5G_SCF_FXN_NEU"
#command
:
bash -c "rm -rf /tmp/phy.log && while
true
; do echo hello; sleep 2; done"
healthcheck
:
healthcheck
:
test
:
[
"
CMD-SHELL"
,
'
grep
-q
"L1
is
ready!"
/tmp/phy.log
&&
echo
0
||
echo
1'
]
test
:
[
"
CMD-SHELL"
,
'
test
-f
/tmp/phy.log
&&
grep
-q
"L1
is
ready!"
/tmp/phy.log
||
exit
1'
]
interval
:
20s
interval
:
20s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
oai-du-aerial
:
oai-du-aerial
:
cpuset
:
"
13-20"
cpuset
:
"
13-20"
image
:
oai-gnb-aerial:latest
image
:
oai-gnb-aerial:latest
environment
:
-
NFAPI_TRACE_LEVEL=NFAPI_TRACE_DEBUG
depends_on
:
depends_on
:
nv-cubb
:
nv-cubb
:
condition
:
service_healthy
condition
:
service_healthy
...
@@ -54,8 +57,8 @@ services:
...
@@ -54,8 +57,8 @@ services:
stdin_open
:
true
stdin_open
:
true
tty
:
true
tty
:
true
volumes
:
volumes
:
-
../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
#
- ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
#
- ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
-
../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
container_name
:
oai-du-aerial
container_name
:
oai-du-aerial
healthcheck
:
healthcheck
:
test
:
/bin/bash -c "ps aux | grep -v grep | grep -c softmodem"
test
:
/bin/bash -c "ps aux | grep -v grep | grep -c softmodem"
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/cu.Aerial.conf
View file @
104b9045
...
@@ -30,8 +30,8 @@ gNBs =
...
@@ -30,8 +30,8 @@ gNBs =
tr_s_preference
=
"f1"
;
tr_s_preference
=
"f1"
;
local_s_if_name
=
"eth0"
;
local_s_if_name
=
"eth0"
;
local_s_address
=
"192.168.7
0
.140"
;
local_s_address
=
"192.168.7
1
.140"
;
remote_s_address
=
"1
0.75.11.193
"
;
remote_s_address
=
"1
92.168.71.141
"
;
local_s_portc
=
501
;
local_s_portc
=
501
;
local_s_portd
=
2153
;
local_s_portd
=
2153
;
remote_s_portc
=
500
;
remote_s_portc
=
500
;
...
@@ -59,9 +59,9 @@ gNBs =
...
@@ -59,9 +59,9 @@ gNBs =
NETWORK_INTERFACES
:
NETWORK_INTERFACES
:
{
{
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"demo-oai"
;
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"demo-oai"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"192.168.7
0
.140"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"192.168.7
1
.140"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"demo-oai"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"demo-oai"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"192.168.7
0
.140"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"192.168.7
1
.140"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
};
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf
View file @
104b9045
...
@@ -136,14 +136,14 @@ gNBs =
...
@@ -136,14 +136,14 @@ gNBs =
restrictedSetConfig
=
0
,
restrictedSetConfig
=
0
,
msg3_DeltaPreamble
=
1
;
msg3_DeltaPreamble
=
1
;
p0_NominalWithGrant
= -
86
;
# -
90;
p0_NominalWithGrant
= -
90
;
# pucch-ConfigCommon setup :
# pucch-ConfigCommon setup :
# pucchGroupHopping
# pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping
# 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping
=
0
;
pucchGroupHopping
=
0
;
hoppingId
=
40
;
hoppingId
=
40
;
p0_nominal
= -
86
;
# -
90;
p0_nominal
= -
90
;
# ssb_PositionsInBurs_BitmapPR
# ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long
# 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR
=
2
;
ssb_PositionsInBurst_PR
=
2
;
...
@@ -175,7 +175,7 @@ gNBs =
...
@@ -175,7 +175,7 @@ gNBs =
nrofUplinkSlots
=
1
;
#2;
nrofUplinkSlots
=
1
;
#2;
nrofUplinkSymbols
=
0
;
nrofUplinkSymbols
=
0
;
ssPBCH_BlockPower
= -
10
;
ssPBCH_BlockPower
= -
25
;
}
}
);
);
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf
View file @
104b9045
...
@@ -214,20 +214,23 @@ gNBs =
...
@@ -214,20 +214,23 @@ gNBs =
MACRLCs
= (
MACRLCs
= (
{
{
num_cc
=
1
;
num_cc
=
1
;
local_s_if_name
=
"lo:"
;
tr_s_preference
=
"aerial"
;
local_s_if_name
=
"nvipc"
;
remote_s_address
=
"127.0.0.1"
; //
pnf
addr
[!]
remote_s_address
=
"127.0.0.1"
; //
pnf
addr
[!]
local_s_address
=
"127.0.0.2"
; //
vnf
addr
local_s_address
=
"127.0.0.2"
; //
vnf
addr
local_s_portc
=
50001
; //
vnf
p5
port
local_s_portc
=
50001
; //
vnf
p5
port
remote_s_portc
=
50000
; //
pnf
p5
port
[!]
remote_s_portc
=
50000
; //
pnf
p5
port
[!]
local_s_portd
=
50011
; //
vnf
p7
port
[!]
local_s_portd
=
50011
; //
vnf
p7
port
[!]
remote_s_portd
=
50010
; //
pnf
p7
port
[!]
remote_s_portd
=
50010
; //
pnf
p7
port
[!]
tr_s_preference
=
"aerial"
;
tr_n_preference
=
"local_RRC"
;
tr_n_preference
=
"local_RRC"
;
pusch_TargetSNRx10
=
200
;
#150;
pusch_TargetSNRx10
=
200
;
#150;
pucch_TargetSNRx10
=
200
;
#200;
pucch_TargetSNRx10
=
200
;
#200;
ulsch_max_frame_inactivity
=
10
;
ulsch_max_frame_inactivity
=
10
;
dl_max_mcs
=
2
8
;
dl_max_mcs
=
2
5
;
ul_max_mcs
=
2
8
;
ul_max_mcs
=
2
5
;
}
}
);
);
...
...
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