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
ZhouShuya
OpenXG-RAN
Commits
42a69ca4
Commit
42a69ca4
authored
Feb 12, 2019
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
318a8fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
+4
-4
No files found.
openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
View file @
42a69ca4
...
...
@@ -401,13 +401,13 @@ void phy_procedures_eNB_uespec_RX_NB_IoT(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc
npusch_procedures
(
eNB
,
proc
);
pthread_mutex_lock
(
&
eNB
->
UL_INFO_mutex
);
//
pthread_mutex_lock(&eNB->UL_INFO_mutex);
// Fix me here, these should be locked
eNB
->
UL_INFO
.
RX_NPUSCH
.
number_of_pdus
=
0
;
eNB
->
UL_INFO
.
crc_ind
.
number_of_crcs
=
0
;
//
eNB->UL_INFO.RX_NPUSCH.number_of_pdus = 0;
//
eNB->UL_INFO.crc_ind.number_of_crcs = 0;
pthread_mutex_unlock
(
&
eNB
->
UL_INFO_mutex
);
//
pthread_mutex_unlock(&eNB->UL_INFO_mutex);
// if (nfapi_mode == 0 || nfapi_mode == 1) { // If PNF or monolithic
//}
...
...
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