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
99643acf
Commit
99643acf
authored
Jun 07, 2024
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Original Author: Nick Hedberg <nhedberg@nvidia.com>
Updates to default config for 24.1 and current best performance
parent
e120f54f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
15 deletions
+27
-15
docker/Dockerfile.gNB.aerial.ubuntu20
docker/Dockerfile.gNB.aerial.ubuntu20
+1
-0
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb-vnf.sa.band78.273prb.aerial.conf
.../GENERIC-NR-5GC/CONF/gnb-vnf.sa.band78.273prb.aerial.conf
+26
-15
No files found.
docker/Dockerfile.gNB.aerial.ubuntu20
View file @
99643acf
...
...
@@ -77,6 +77,7 @@ RUN apt-get update && \
iproute2 \
iputils-ping \
gdb \
moreutils \
libusb-1.0-0 && \
rm -rf /var/lib/apt/lists/*
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb-vnf.sa.band78.273prb.aerial.conf
View file @
99643acf
...
...
@@ -4,6 +4,7 @@ Asn1_verbosity = "none";
sa
=
1
;
nfapi
=
"AERIAL"
;
pdcp
-
drop
=
1
;
gNBs
=
(
...
...
@@ -25,15 +26,16 @@ gNBs =
);
});
nr_cellid
=
12345678
L
;
nr_cellid
=
51
L
;
//////////
Physical
parameters
:
pdsch_AntennaPorts_XP
=
2
;
#pdsch_AntennaPorts_N1 = 2; #Uncomment for 4 layers
pusch_AntennaPorts
=
2
;
do_CSIRS
=
1
;
do_SRS
=
0
;
min_rxtxtime
=
2
;
min_rxtxtime
=
3
;
pdcch_ConfigSIB1
= (
{
...
...
@@ -46,7 +48,7 @@ gNBs =
{
#spCellConfigCommon
physCellId
=
0
;
physCellId
=
51
;
# downlinkConfigCommon
#frequencyInfoDL
...
...
@@ -168,13 +170,13 @@ gNBs =
# pattern1
# dl_UL_TransmissionPeriodicity
# 0=ms0p5, 1=ms0p625, 2=ms1, 3=ms1p25, 4=ms2, 5=ms2p5, 6=ms5, 7=ms10
dl_UL_TransmissionPeriodicity
=
5
;
#
6;
nrofDownlinkSlots
=
3
;
#7
;
nrofDownlinkSymbols
=
6
;
nrofUplinkSlots
=
1
;
#2
;
dl_UL_TransmissionPeriodicity
=
6
;
nrofDownlinkSlots
=
6
;
nrofDownlinkSymbols
=
10
;
nrofUplinkSlots
=
3
;
nrofUplinkSymbols
=
0
;
ssPBCH_BlockPower
= -
25
;
ssPBCH_BlockPower
= -
34
;
}
);
...
...
@@ -190,13 +192,20 @@ gNBs =
//////////
AMF
parameters
:
amf_ip_address
= ({
ipv4
=
"192.168.70.132"
; });
amf_ip_address
= ( {
ipv4
=
"192.168.70.132"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
}
);
NETWORK_INTERFACES
:
{
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"192.168.70.129"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"192.168.70.129"
;
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"demo-oai"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"192.168.70.129/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"demo-oai"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"192.168.70.129/24"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
...
...
@@ -206,6 +215,7 @@ gNBs =
MACRLCs
= (
{
num_cc
=
1
;
local_s_if_name
=
"lo:"
;
remote_s_address
=
"127.0.0.1"
; //
pnf
addr
[!]
local_s_address
=
"127.0.0.2"
; //
vnf
addr
local_s_portc
=
50001
; //
vnf
p5
port
...
...
@@ -214,11 +224,12 @@ MACRLCs = (
remote_s_portd
=
50010
; //
pnf
p7
port
[!]
tr_s_preference
=
"aerial"
;
tr_n_preference
=
"local_RRC"
;
pusch_TargetSNRx10
=
200
;
#150;
pucch_TargetSNRx10
=
200
;
#200;
pusch_FailureThres
=
10
;
pusch_TargetSNRx10
=
280
;
# 150;
pucch_TargetSNRx10
=
100
;
#200;
ulsch_max_frame_inactivity
=
10
;
dl_max_mcs
=
2
8
;
ul_max_mcs
=
2
8
;
dl_max_mcs
=
2
5
;
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