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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG-RAN
Commits
9be7c35f
Commit
9be7c35f
authored
Mar 30, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing config file for SA to connect to AMF
also enabling connection to AMF only when --sa option is used.
parent
ce4e6998
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
17 deletions
+34
-17
executables/nr-softmodem.c
executables/nr-softmodem.c
+3
-3
targets/PROJECTS/GENERIC-LTE-EPC/CONF/testing_gnb.conf
targets/PROJECTS/GENERIC-LTE-EPC/CONF/testing_gnb.conf
+6
-6
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
...ENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
+25
-8
No files found.
executables/nr-softmodem.c
View file @
9be7c35f
...
...
@@ -341,7 +341,7 @@ int create_gNB_tasks(uint32_t gnb_nb) {
}
if
(
AMF_MODE_ENABLED
&&
(
get_softmodem_params
()
->
phy_test
==
0
&&
get_softmodem_params
()
->
do_ra
==
0
&&
get_softmodem_params
()
->
sa
==
0
)
)
{
if
(
AMF_MODE_ENABLED
)
{
if
(
gnb_nb
>
0
)
{
/*
if (itti_create_task (TASK_SCTP, sctp_eNB_task, NULL) < 0) {
...
...
@@ -700,8 +700,8 @@ int main( int argc, char **argv )
}
openair0_cfg
[
0
].
threequarter_fs
=
threequarter_fs
;
AMF_MODE_ENABLED
=
!
IS_SOFTMODEM_NOS1
;
//!get_softmodem_params()->phy_test
;
NGAP_CONF_MODE
=
!
IS_SOFTMODEM_NOS1
;
//!get_softmodem_params()->phy_test
;
AMF_MODE_ENABLED
=
get_softmodem_params
()
->
sa
;
NGAP_CONF_MODE
=
get_softmodem_params
()
->
sa
;
if
(
get_softmodem_params
()
->
do_ra
)
AssertFatal
(
get_softmodem_params
()
->
phy_test
==
0
,
"RA and phy_test are mutually exclusive
\n
"
);
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/testing_gnb.conf
View file @
9be7c35f
...
...
@@ -204,7 +204,7 @@ gNBs =
//////////
MME
parameters
:
mme_ip_address
= ( {
ipv4
=
"192.168.18.99
"
;
amf_ip_address
= ( {
ipv4
=
"192.168.69.131
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
@@ -227,10 +227,10 @@ gNBs =
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_
S1_MME
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
S1_MME
=
"192.168.18.198/24"
;
GNB_INTERFACE_NAME_FOR_
S1
U
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
S1
U
=
"192.168.18.198/24"
;
GNB_INTERFACE_NAME_FOR_
NG_AMF
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
NG_AMF
=
"192.168.18.198/24"
;
GNB_INTERFACE_NAME_FOR_
NG
U
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
NG
U
=
"192.168.18.198/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
...
...
@@ -265,7 +265,7 @@ RUs = (
max_pdschReferenceSignalPower
= -
27
;
max_rxgain
=
114
;
eNB_instances
= [
0
];
clock_src
=
"external"
;
#
clock_src = "external";
}
);
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
View file @
9be7c35f
...
...
@@ -13,8 +13,23 @@ gNBs =
//
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
x010203
; //
0
false
,
else
true
},
{
sst
=
1
;
sd
=
0
x112233
; //
0
false
,
else
true
}
);
});
tr_s_preference
=
"local_mac"
//////////
Physical
parameters
:
...
...
@@ -207,7 +222,7 @@ gNBs =
//////////
MME
parameters
:
mme_ip_address
= ( {
ipv4
=
"192.168.12.26
"
;
amf_ip_address
= ( {
ipv4
=
"192.168.69.131
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
@@ -229,12 +244,12 @@ gNBs =
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_
S1_MME
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
S1_MME
=
"CI_GNB_IP_ADDR
"
;
GNB_INTERFACE_NAME_FOR_
S1
U
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
S1U
=
"CI_GNB_IP_ADDR
"
;
GNB_INTERFACE_NAME_FOR_
NG_AMF
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
NG_AMF
=
"192.168.18.198/24
"
;
GNB_INTERFACE_NAME_FOR_
NG
U
=
"eth0"
;
GNB_IPV4_ADDRESS_FOR_
NGU
=
"192.168.18.198/24
"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
GNB_IPV4_ADDRESS_FOR_X2C
=
"
CI_GNB_IP_ADDR
"
;
GNB_IPV4_ADDRESS_FOR_X2C
=
"
192.168.18.198/24
"
;
GNB_PORT_FOR_X2C
=
36422
;
# Spec 36422
};
...
...
@@ -308,5 +323,7 @@ rfsimulator :
pdcp_log_verbosity
=
"medium"
;
rrc_log_level
=
"info"
;
rrc_log_verbosity
=
"medium"
;
ngap_log_level
=
"debug"
;
ngap_log_verbosity
=
"medium"
;
};
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