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
常顺宇
OpenXG-RAN
Commits
d2ddfa1f
Commit
d2ddfa1f
authored
May 06, 2021
by
rmagueta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update SA config files
parent
9512e914
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
58 deletions
+43
-58
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band41.fr1.106PRB.usrpb210.conf
...ENERIC-NR-5GC/CONF/gnb.sa.band41.fr1.106PRB.usrpb210.conf
+30
-29
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
...ENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
+13
-29
No files found.
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band41.fr1.106PRB.usrpb210.conf
View file @
d2ddfa1f
Active_gNBs
= (
"gNB-Eurecom-
5GNRBox
"
);
Active_gNBs
= (
"gNB-Eurecom-
DU
"
);
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity
=
"none"
;
...
...
@@ -7,15 +7,28 @@ gNBs =
{
//////////
Identification
parameters
:
gNB_ID
=
0
xe00
;
cell_type
=
"CELL_MACRO_GNB"
;
gNB_name
=
"gNB-Eurecom-5GNRBox"
;
gNB_name
=
"gNB-Eurecom-DU"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
plmn_list
= ({
mcc
=
208
;
mnc
=
92
;
mnc_length
=
2
;});
plmn_list
= ({
mcc
=
208
;
mnc
=
99
;
mnc_length
=
2
;
snssaiList
= (
{
sst
=
1
;
sd
=
0
x1
; //
0
false
,
else
true
},
{
sst
=
1
;
sd
=
0
x112233
; //
0
false
,
else
true
}
);
tr_s_preference
=
"local_mac"
});
nr_cellid
=
12345678
L
;
//////////
Physical
parameters
:
...
...
@@ -51,8 +64,8 @@ gNBs =
dl_carrierBandwidth
=
106
;
#initialDownlinkBWP
#genericParameters
# this is RBstart=
41,L=24
(275*(L-1))+RBstart
initialDLBWPlocationAndBandwidth
=
12952
;
# 6366 12925 12956 28875
# this is RBstart=
27,L=48
(275*(L-1))+RBstart
initialDLBWPlocationAndBandwidth
=
12952
;
# 6366 12925 12956 28875
12952
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialDLBWPsubcarrierSpacing
=
1
;
...
...
@@ -191,35 +204,21 @@ 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"
;
}
);
///
X2
enable_x2
=
"no"
;
t_reloc_prep
=
1000
; /*
unit
:
millisecond
*/
tx2_reloc_overall
=
2000
; /*
unit
:
millisecond
*/
t_dc_prep
=
1000
; /*
unit
:
millisecond
*/
t_dc_overall
=
2000
; /*
unit
:
millisecond
*/
target_enb_x2_ip_address
= (
{
ipv4
=
"CI_FR1_CTL_ENB_IP_ADDR"
;
ipv6
=
"192:168:30::17"
;
preference
=
"ipv4"
;
}
);
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_
S1_MME
=
"eth0
"
;
GNB_IPV4_ADDRESS_FOR_
S1_MME
=
"CI_GNB_IP_ADDR
"
;
GNB_INTERFACE_NAME_FOR_
S1U
=
"eth0
"
;
GNB_IPV4_ADDRESS_FOR_
S1U
=
"CI_GNB_IP_ADDR
"
;
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
GNB_IPV4_ADDRESS_FOR_X2C
=
"CI_GNB_IP_ADDR"
;
GNB_PORT_FOR_X2C
=
36422
;
# Spec 36422
};
}
...
...
@@ -292,5 +291,7 @@ rfsimulator :
pdcp_log_verbosity
=
"medium"
;
rrc_log_level
=
"info"
;
rrc_log_verbosity
=
"medium"
;
ngap_log_level
=
"debug"
;
ngap_log_verbosity
=
"medium"
;
};
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
View file @
d2ddfa1f
Active_gNBs
= (
"gNB-Eurecom-
5GNRBox
"
);
Active_gNBs
= (
"gNB-Eurecom-
DU
"
);
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity
=
"none"
;
...
...
@@ -7,9 +7,7 @@ gNBs =
{
//////////
Identification
parameters
:
gNB_ID
=
0
xe00
;
cell_type
=
"CELL_MACRO_GNB"
;
gNB_name
=
"gNB-Eurecom-5GNRBox"
;
gNB_name
=
"gNB-Eurecom-DU"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
...
...
@@ -20,7 +18,7 @@ gNBs =
snssaiList
= (
{
sst
=
1
;
sd
=
0
x
010203
; //
0
false
,
else
true
sd
=
0
x
1
; //
0
false
,
else
true
},
{
sst
=
1
;
...
...
@@ -30,7 +28,7 @@ gNBs =
});
tr_s_preference
=
"local_mac"
nr_cellid
=
12345678
L
;
//////////
Physical
parameters
:
...
...
@@ -206,35 +204,21 @@ gNBs =
//////////
MME
parameters
:
amf_ip_address
= ( {
ipv4
=
"192.168.
69.131
"
;
amf_ip_address
= ( {
ipv4
=
"192.168.
70.132
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
}
);
///
X2
enable_x2
=
"no"
;
t_reloc_prep
=
1000
; /*
unit
:
millisecond
*/
tx2_reloc_overall
=
2000
; /*
unit
:
millisecond
*/
t_dc_prep
=
1000
; /*
unit
:
millisecond
*/
t_dc_overall
=
2000
; /*
unit
:
millisecond
*/
target_enb_x2_ip_address
= (
{
ipv4
=
"CI_FR1_CTL_ENB_IP_ADDR"
;
ipv6
=
"192:168:30::17"
;
preference
=
"ipv4"
;
}
);
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"
eth0
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"192.168.
18.198
/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"
eth0
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"192.168.
18.198
/24"
;
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
GNB_IPV4_ADDRESS_FOR_X2C
=
"192.168.18.198/24"
;
GNB_PORT_FOR_X2C
=
36422
;
# Spec 36422
};
}
...
...
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