Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
7da4367c
Commit
7da4367c
authored
May 14, 2018
by
Cedric Roux
Browse files
Merge remote-tracking branch 'origin/fix-remove-lte-ran-file' into develop_integration_2018_w19
Conflicts: openair1/PHY/defs_eNB.h
parents
68479fa4
72529e6c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/defs_L1_NB_IoT.h
View file @
7da4367c
...
@@ -341,8 +341,6 @@ typedef struct eNB_proc_NB_IoT_t_s {
...
@@ -341,8 +341,6 @@ typedef struct eNB_proc_NB_IoT_t_s {
int
instance_cnt_asynch_rxtx
;
int
instance_cnt_asynch_rxtx
;
/// pthread structure for FH processing thread
/// pthread structure for FH processing thread
pthread_t
pthread_FH
;
pthread_t
pthread_FH
;
/// pthread structure for eNB single processing thread
pthread_t
pthread_single
;
/// pthread structure for asychronous RX/TX processing thread
/// pthread structure for asychronous RX/TX processing thread
pthread_t
pthread_asynch_rxtx
;
pthread_t
pthread_asynch_rxtx
;
/// flag to indicate first RX acquisition
/// flag to indicate first RX acquisition
...
...
openair1/PHY/defs_eNB.h
View file @
7da4367c
...
@@ -706,8 +706,6 @@ typedef struct eNB_proc_t_s {
...
@@ -706,8 +706,6 @@ typedef struct eNB_proc_t_s {
int
instance_cnt_synch
;
int
instance_cnt_synch
;
/// \internal This variable is protected by \ref mutex_asynch_rxtx.
/// \internal This variable is protected by \ref mutex_asynch_rxtx.
int
instance_cnt_asynch_rxtx
;
int
instance_cnt_asynch_rxtx
;
/// pthread structure for eNB single processing thread
pthread_t
pthread_single
;
/// pthread structure for asychronous RX/TX processing thread
/// pthread structure for asychronous RX/TX processing thread
pthread_t
pthread_asynch_rxtx
;
pthread_t
pthread_asynch_rxtx
;
/// flag to indicate first RX acquisition
/// flag to indicate first RX acquisition
...
...
targets/RT/USER/lte-ran.c
deleted
100644 → 0
View file @
68479fa4
This diff is collapsed.
Click to expand it.
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