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
5538b865
Commit
5538b865
authored
Jul 15, 2014
by
knopp
Browse files
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5508
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
73188f49
Changes
1
Show whitespace changes
Inline
Side-by-side
targets/RT/USER/lte-softmodem.c
View file @
5538b865
...
@@ -1036,7 +1036,7 @@ static void *eNB_thread(void *arg)
...
@@ -1036,7 +1036,7 @@ static void *eNB_thread(void *arg)
#endif
#endif
unsigned
char
slot
=
0
;
//,last_slot, next_slot;
unsigned
char
slot
=
0
;
//,last_slot, next_slot;
int
frame
=
0
;
int
frame
=
0
;
int
diff
;
RTIME
time_in
,
time_diff
;
RTIME
time_in
,
time_diff
;
int
sf
;
int
sf
;
...
@@ -1044,11 +1044,13 @@ static void *eNB_thread(void *arg)
...
@@ -1044,11 +1044,13 @@ static void *eNB_thread(void *arg)
volatile
unsigned
int
*
DAQ_MBOX
=
openair0_daq_cnt
();
volatile
unsigned
int
*
DAQ_MBOX
=
openair0_daq_cnt
();
int
mbox_target
=
0
,
mbox_current
=
0
;
int
mbox_target
=
0
,
mbox_current
=
0
;
int
hw_slot
,
delay_cnt
;
int
hw_slot
,
delay_cnt
;
int
diff
;
int
i
;
int
ret
;
#else
#else
int
rx_cnt
=
0
;
int
rx_cnt
=
0
;
int
tx_cnt
=
tx_delay
;
int
tx_cnt
=
tx_delay
;
int
i
;
//
int
ret
;
// int tx_offset;
// int tx_offset;
hw_subframe
=
0
;
hw_subframe
=
0
;
...
...
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