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
wangjie
OpenXG-RAN
Commits
7854133b
Commit
7854133b
authored
Feb 10, 2021
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing some of the old pthreads
Leaving ru_thread and L1 stats thread
parent
31fb7f31
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
71 additions
and
1290 deletions
+71
-1290
executables/nr-gnb.c
executables/nr-gnb.c
+52
-648
executables/nr-ru.c
executables/nr-ru.c
+0
-642
executables/softmodem-common.h
executables/softmodem-common.h
+4
-0
openair1/PHY/defs_RU.h
openair1/PHY/defs_RU.h
+6
-0
openair1/PHY/defs_gNB.h
openair1/PHY/defs_gNB.h
+9
-0
No files found.
executables/nr-gnb.c
View file @
7854133b
This diff is collapsed.
Click to expand it.
executables/nr-ru.c
View file @
7854133b
This diff is collapsed.
Click to expand it.
executables/softmodem-common.h
View file @
7854133b
...
...
@@ -240,6 +240,10 @@ extern char *get_softmodem_function(uint64_t *sofmodemfunc_mask_ptr);
extern
void
set_softmodem_sighandler
(
void
);
extern
uint64_t
downlink_frequency
[
MAX_NUM_CCs
][
4
];
extern
int32_t
uplink_frequency_offset
[
MAX_NUM_CCs
][
4
];
void
tx_func
(
void
*
param
);
void
rx_func
(
void
*
param
);
void
ru_tx_func
(
void
*
param
);
#ifdef __cplusplus
}
#endif
...
...
openair1/PHY/defs_RU.h
View file @
7854133b
...
...
@@ -741,4 +741,10 @@ typedef struct RRU_config_s {
MBSFN_config_t
MBSFN_config
[
8
];
}
RRU_config_t
;
typedef
struct
processingData_RU
{
int
frame_tx
;
int
slot_tx
;
openair0_timestamp
timestamp_tx
;
RU_t
*
ru
;
}
processingData_RU_t
;
#endif //__PHY_DEFS_RU__H__
openair1/PHY/defs_gNB.h
View file @
7854133b
...
...
@@ -875,4 +875,13 @@ union ldpcReqUnion {
uint64_t
p
;
};
typedef
struct
processingData_L1
{
int
frame_rx
;
int
frame_tx
;
int
slot_rx
;
int
slot_tx
;
openair0_timestamp
timestamp_tx
;
PHY_VARS_gNB
*
gNB
;
}
processingData_L1_t
;
#endif
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