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
lizhongxiao
OpenXG-RAN
Commits
fa2f2f4e
Commit
fa2f2f4e
authored
Sep 26, 2019
by
Daniel0326
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Need to fix lte-enb.c
parent
ce1ea555
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
199 additions
and
15 deletions
+199
-15
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+0
-1
openair1/PHY/defs_eNB.h
openair1/PHY/defs_eNB.h
+6
-1
targets/RT/USER/lte-enb.c
targets/RT/USER/lte-enb.c
+193
-13
No files found.
cmake_targets/CMakeLists.txt
View file @
fa2f2f4e
...
...
@@ -2141,7 +2141,6 @@ add_definitions(-DASN1_MINIMUM_VERSION=924)
add_executable
(
lte-softmodem
${
OPENAIR_TARGETS
}
/RT/USER/rt_wrapper.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-enb.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-enb-nbiot.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-ru.c
${
OPENAIR_TARGETS
}
/RT/USER/ru_control.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-softmodem.c
...
...
openair1/PHY/defs_eNB.h
View file @
fa2f2f4e
...
...
@@ -759,7 +759,12 @@ typedef struct {
/// mutex for RXn-TXnp4 processing thread
pthread_mutex_t
mutex_RUs
;
uint16_t
HFN
;
uint16_t
HFN
;
//NB-IoT
/// mutex for RXn-TXnp4 processing thread
pthread_mutex_t
mutex_rxtx
;
//NB-IoT
int
instance_cnt_rxtx
;
}
L1_rxtx_proc_t
;
typedef
struct
{
...
...
targets/RT/USER/lte-enb.c
View file @
fa2f2f4e
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