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
8eee3fcf
Commit
8eee3fcf
authored
Nov 23, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update configs to make work in 5G
parent
dff35aa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
41 deletions
+20
-41
targets/PROJECTS/GENERIC-LTE-EPC/CONF/oaiL1.nfapi.usrpb210.conf
...s/PROJECTS/GENERIC-LTE-EPC/CONF/oaiL1.nfapi.usrpb210.conf
+11
-32
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
...CTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
+9
-9
No files found.
targets/PROJECTS/GENERIC-LTE-EPC/CONF/oaiL1.nfapi.usrpb210.conf
View file @
8eee3fcf
log_config
= {
global_log_level
=
"
debug
"
;
global_log_level
=
"
info
"
;
hw_log_level
=
"info"
;
phy_log_level
=
"info"
;
mac_log_level
=
"debug"
;
rlc_log_level
=
"info"
;
pdcp_log_level
=
"info"
;
rrc_log_level
=
"debug"
;
};
#L1s = (
# {
# num_cc = 1;
# tr_n_preference = "nfapi";
# local_n_if_name = "eno1";
# remote_n_address = "192.168.1.28";
# local_n_address = "192.168.1.74";
# local_n_portc = 50000;
# remote_n_portc = 50001;
# local_n_portd = 50010;
# remote_n_portd = 50011;
# }
#);
L1s
= (
{
{
num_cc
=
1
;
tr_n_preference
=
"nfapi"
;
#local_n_if_name = "enp0s31f6";
#remote_n_address = "10.0.0.2";
#local_n_address = "10.0.0.1";
local_n_if_name
=
"lo"
;
remote_n_address
=
"127.0.0.2"
;
local_n_address
=
"127.0.0.1"
;
local_n_portc
=
50000
;
remote_n_portc
=
50001
;
local_n_portd
=
50010
;
remote_n_portd
=
50011
;
}
remote_n_address
=
"127.0.0.2"
; //
vnf
addr
local_n_address
=
"127.0.0.1"
; //
pnf
addr
local_n_portc
=
50000
; //
pnf
p5
port
[!]
remote_n_portc
=
50001
; //
vnf
p5
port
local_n_portd
=
50010
; //
pnf
p7
port
remote_n_portd
=
50011
; //
vnf
p7
port
}
);
RUs
= (
...
...
@@ -46,9 +25,9 @@ RUs = (
local_rf
=
"yes"
nb_tx
=
1
nb_rx
=
1
att_tx
=
9
0
att_tx
=
0
att_rx
=
0
;
bands
= [
7
,
38
,
42
,
43
];
bands
= [
7
8
];
max_pdschReferenceSignalPower
= -
27
;
max_rxgain
=
125
;
}
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
View file @
8eee3fcf
...
...
@@ -15,7 +15,7 @@ gNBs =
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
plmn_list
= ({
mcc
=
208
;
mnc
=
93
;
mnc_length
=
2
;});
plmn_list
= ({
mcc
=
208
;
mnc
=
95
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
}) });
tr_s_preference
=
"local_mac"
...
...
@@ -31,10 +31,10 @@ gNBs =
# downlinkConfigCommon
#frequencyInfoDL
# this is 3600 MHz + 43 PRBs@30kHz SCS (same as initial BWP)
absoluteFrequencySSB
=
641032
;
absoluteFrequencySSB
=
641280
;
dl_frequencyBand
=
78
;
# this is 3600 MHz
dl_absoluteFrequencyPointA
=
64000
0
;
dl_absoluteFrequencyPointA
=
64000
8
;
#scs-SpecificCarrierList
dl_offstToCarrier
=
0
;
# subcarrierSpacing
...
...
@@ -184,7 +184,7 @@ gNBs =
//////////
MME
parameters
:
mme_ip_address
= ( {
ipv4
=
"192.168.12.26
"
;
amf_ip_address
= ( {
ipv4
=
"192.168.70.132
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
@@ -194,11 +194,11 @@ gNBs =
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_
S1_MME
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
S1_MME
=
"192.168.12.111
/24"
;
GNB_INTERFACE_NAME_FOR_
S1
U
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
S1U
=
"192.168.12.111
/24"
;
GNB_PORT_FOR_
S1
U
=
2152
;
# Spec 2152
GNB_INTERFACE_NAME_FOR_
NG_AMF
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
NG_AMF
=
"192.168.70.129
/24"
;
GNB_INTERFACE_NAME_FOR_
NG
U
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
NGU
=
"192.168.70.129
/24"
;
GNB_PORT_FOR_
NG
U
=
2152
;
# Spec 2152
};
}
);
...
...
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