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
750e7c3c
Commit
750e7c3c
authored
May 08, 2024
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverting some changes
parent
827e5681
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
openair2/GNB_APP/gnb_config.c
openair2/GNB_APP/gnb_config.c
+0
-1
radio/ETHERNET/if_defs.h
radio/ETHERNET/if_defs.h
+0
-1
targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.106prb.rfsim.conf
...JECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.106prb.rfsim.conf
+1
-2
No files found.
openair2/GNB_APP/gnb_config.c
View file @
750e7c3c
...
...
@@ -1350,7 +1350,6 @@ void RCconfig_nr_macrlc(configmodule_interface_t *cfg)
}
else
if
(
strcmp
(
*
(
MacRLC_ParamList
.
paramarray
[
j
][
MACRLC_TRANSPORT_S_PREFERENCE_IDX
].
strptr
),
"aerial"
)
==
0
){
#ifdef ENABLE_AERIAL
// we are abusing slightly the struture as we are not really using ethernet transport in this case
RC
.
nrmac
[
j
]
->
eth_params_s
.
transp_preference
=
FAPI_AERIAL
;
RC
.
nrmac
[
j
]
->
eth_params_s
.
local_if_name
=
strdup
(
*
(
MacRLC_ParamList
.
paramarray
[
j
][
MACRLC_TRANSPORT_S_SHM_PREFIX
].
strptr
));
printf
(
"Configuring VNF for Aerial connection with prefix %s
\n
"
,
RC
.
nrmac
[
j
]
->
eth_params_s
.
local_if_name
);
aerial_configure_nr_fapi_vnf
();
...
...
radio/ETHERNET/if_defs.h
View file @
750e7c3c
...
...
@@ -46,7 +46,6 @@
#define ETH_UDP_IF4p5_MODE 2
#define ETH_RAW_IF4p5_MODE 3
#define ETH_UDP_IF5_ECPRI_MODE 4
#define FAPI_AERIAL 5
// COMMOM HEADER LENGTHS
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.106prb.rfsim.conf
View file @
750e7c3c
...
...
@@ -204,8 +204,7 @@ MACRLCs = (
remote_s_portc
=
50000
; //
pnf
p5
port
[!]
local_s_portd
=
50011
; //
vnf
p7
port
[!]
remote_s_portd
=
50010
; //
pnf
p7
port
[!]
tr_s_preference
=
"aerial"
;
tr_s_shm_prefix
=
"nvipc"
;
tr_s_preference
=
"nfapi"
;
tr_n_preference
=
"local_RRC"
;
}
)
...
...
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