Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
d7ebaf69
Commit
d7ebaf69
authored
10 years ago
by
knopp
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5488
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
f05e1cb8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair1/PHY/defs.h
+8
-4
8 additions, 4 deletions
openair1/PHY/defs.h
with
8 additions
and
4 deletions
openair1/PHY/defs.h
+
8
−
4
View file @
d7ebaf69
...
...
@@ -179,10 +179,14 @@ enum transmission_access_mode{
#endif
typedef
struct
{
int
instance_cnt
;
pthread_t
pthread
;
pthread_cond_t
cond
;
pthread_mutex_t
mutex
;
int
instance_cnt_tx
;
int
instance_cnt_rx
;
pthread_t
pthread_tx
;
pthread_t
pthread_rx
;
pthread_cond_t
cond_tx
;
pthread_cond_t
cond_rx
;
pthread_mutex_t
mutex_tx
;
pthread_mutex_t
mutex_rx
;
int
subframe
;
int
frame_rx
;
int
frame_tx
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment