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
Michael Black
OpenXG-RAN
Commits
f8c9be3a
Commit
f8c9be3a
authored
Sep 03, 2021
by
David Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added function declaration to read config file.
config files were also updated.
parent
ca1805fa
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
ci-scripts/conf_files/nr-ue.nfapi.conf
ci-scripts/conf_files/nr-ue.nfapi.conf
+1
-1
ci-scripts/conf_files/ue.nfapi.conf
ci-scripts/conf_files/ue.nfapi.conf
+1
-1
openair2/NR_PHY_INTERFACE/NR_IF_Module.h
openair2/NR_PHY_INTERFACE/NR_IF_Module.h
+2
-0
No files found.
ci-scripts/conf_files/nr-ue.nfapi.conf
View file @
f8c9be3a
...
...
@@ -21,7 +21,7 @@ L1s = (
num_cc
=
1
;
tr_n_preference
=
"nfapi"
;
local_n_if_name
=
"ens3"
;
remote_n_address
=
"127.0.0.1"
;
remote_n_address
=
"127.0.0.1"
;
//
Proxy
IP
local_n_address
=
"127.0.0.1"
;
local_n_portc
=
50600
;
remote_n_portc
=
50601
;
...
...
ci-scripts/conf_files/ue.nfapi.conf
View file @
f8c9be3a
...
...
@@ -21,7 +21,7 @@ L1s = (
num_cc
=
1
;
tr_n_preference
=
"nfapi"
;
local_n_if_name
=
"ens3"
;
remote_n_address
=
"127.0.0.1"
;
remote_n_address
=
"127.0.0.1"
;
//
Proxy
IP
local_n_address
=
"127.0.0.1"
;
local_n_portc
=
50000
;
remote_n_portc
=
50001
;
...
...
openair2/NR_PHY_INTERFACE/NR_IF_Module.h
View file @
f8c9be3a
...
...
@@ -124,6 +124,8 @@ void NR_IF_Module_kill(int Mod_id);
void
NR_UL_indication
(
NR_UL_IND_t
*
UL_INFO
);
void
RCconfig_nr_ue_L1
(
void
);
/*Interface for Downlink, transmitting the DLSCH SDU, DCI SDU*/
void
NR_Schedule_Response
(
NR_Sched_Rsp_t
*
Sched_INFO
);
...
...
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