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
canghaiwuhen
OpenXG-RAN
Commits
bf846280
Commit
bf846280
authored
Mar 11, 2018
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removal of warnings
parent
4d71261c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
31 deletions
+10
-31
openair1/SCHED/fapi_l1.c
openair1/SCHED/fapi_l1.c
+2
-1
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
+0
-1
targets/RT/USER/lte-ru.c
targets/RT/USER/lte-ru.c
+8
-29
No files found.
openair1/SCHED/fapi_l1.c
View file @
bf846280
...
@@ -660,7 +660,8 @@ void schedule_response(Sched_Rsp_t *Sched_INFO)
...
@@ -660,7 +660,8 @@ void schedule_response(Sched_Rsp_t *Sched_INFO)
NFAPI_SFNSF2SFN
(
DL_req
->
sfn_sf
),
NFAPI_SFNSF2SF
(
DL_req
->
sfn_sf
),
number_dl_pdu
,
NFAPI_SFNSF2SFN
(
DL_req
->
sfn_sf
),
NFAPI_SFNSF2SF
(
DL_req
->
sfn_sf
),
number_dl_pdu
,
NFAPI_SFNSF2SFN
(
TX_req
->
sfn_sf
),
NFAPI_SFNSF2SF
(
TX_req
->
sfn_sf
),
TX_req
->
tx_request_body
.
number_of_pdus
,
NFAPI_SFNSF2SFN
(
TX_req
->
sfn_sf
),
NFAPI_SFNSF2SF
(
TX_req
->
sfn_sf
),
TX_req
->
tx_request_body
.
number_of_pdus
,
NFAPI_SFNSF2SFN
(
HI_DCI0_req
->
sfn_sf
),
NFAPI_SFNSF2SF
(
HI_DCI0_req
->
sfn_sf
),
number_hi_dci0_pdu
,
NFAPI_SFNSF2SFN
(
HI_DCI0_req
->
sfn_sf
),
NFAPI_SFNSF2SF
(
HI_DCI0_req
->
sfn_sf
),
number_hi_dci0_pdu
,
UL_req
!=
NULL
?
NFAPI_SFNSF2SFN
(
UL_req
->
sfn_sf
)
:
0
,
number_ul_pdu
,
UL_req
!=
NULL
?
NFAPI_SFNSF2SFN
(
UL_req
->
sfn_sf
)
:
0
,
UL_req
!=
NULL
?
NFAPI_SFNSF2SF
(
UL_req
->
sfn_sf
)
:
0
,
number_ul_pdu
,
eNB
->
pdcch_vars
[
subframe
&
1
].
num_pdcch_symbols
);
eNB
->
pdcch_vars
[
subframe
&
1
].
num_pdcch_symbols
);
int
do_oai
=
0
;
int
do_oai
=
0
;
...
...
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
View file @
bf846280
...
@@ -764,7 +764,6 @@ schedule_ue_spec(module_id_t module_idP,slice_id_t slice_idP,
...
@@ -764,7 +764,6 @@ schedule_ue_spec(module_id_t module_idP,slice_id_t slice_idP,
CC_id
,
UE_id
,
subframeP
,
S_DL_NONE
);
CC_id
,
UE_id
,
subframeP
,
S_DL_NONE
);
continue
;
continue
;
}
}
#warning RK->CR This old API call has to be revisited for FAPI, or logic must be changed
#if 0
#if 0
/* add "fake" DCI to have CCE_allocation_infeasible work properly for next allocations */
/* add "fake" DCI to have CCE_allocation_infeasible work properly for next allocations */
/* if we don't add it, next allocations may succeed but overall allocations may fail */
/* if we don't add it, next allocations may succeed but overall allocations may fail */
...
...
targets/RT/USER/lte-ru.c
View file @
bf846280
...
@@ -144,11 +144,10 @@ extern uint16_t sf_ahead;
...
@@ -144,11 +144,10 @@ extern uint16_t sf_ahead;
extern
void
wait_eNBs
(
void
);
extern
void
wait_eNBs
(
void
);
char
ru_states
[
6
][
8
]
=
{
"RU_IDLE"
,
"RU_CONFIG"
,
"RU_READY"
,
"RU_RUN"
,
"RU_ERROR"
,
"RU_SYNC"
};
char
ru_states
[
6
][
9
]
=
{
"RU_IDLE"
,
"RU_CONFIG"
,
"RU_READY"
,
"RU_RUN"
,
"RU_ERROR"
,
"RU_SYNC"
};
int
send_tick
(
RU_t
*
ru
){
int
send_tick
(
RU_t
*
ru
){
ssize_t
msg_len
,
len
;
RRU_CONFIG_msg_t
rru_config_msg
;
RRU_CONFIG_msg_t
rru_config_msg
;
rru_config_msg
.
type
=
RAU_tick
;
rru_config_msg
.
type
=
RAU_tick
;
...
@@ -163,7 +162,6 @@ int send_tick(RU_t *ru){
...
@@ -163,7 +162,6 @@ int send_tick(RU_t *ru){
int
send_config
(
RU_t
*
ru
,
RRU_CONFIG_msg_t
rru_config_msg
){
int
send_config
(
RU_t
*
ru
,
RRU_CONFIG_msg_t
rru_config_msg
){
ssize_t
msg_len
,
len
;
rru_config_msg
.
type
=
RRU_config
;
rru_config_msg
.
type
=
RRU_config
;
rru_config_msg
.
len
=
sizeof
(
RRU_CONFIG_msg_t
)
-
MAX_RRU_CONFIG_SIZE
+
sizeof
(
RRU_config_t
);
rru_config_msg
.
len
=
sizeof
(
RRU_CONFIG_msg_t
)
-
MAX_RRU_CONFIG_SIZE
+
sizeof
(
RRU_config_t
);
...
@@ -1260,7 +1258,7 @@ void do_ru_synch(RU_t *ru) {
...
@@ -1260,7 +1258,7 @@ void do_ru_synch(RU_t *ru) {
rru_config_msg
.
type
=
RRU_sync_ok
;
rru_config_msg
.
type
=
RRU_sync_ok
;
rru_config_msg
.
len
=
sizeof
(
RRU_CONFIG_msg_t
);
// TODO: set to correct msg len
rru_config_msg
.
len
=
sizeof
(
RRU_CONFIG_msg_t
);
// TODO: set to correct msg len
LOG_I
(
PHY
,
"Sending RRU_sync_ok to RAU
\n
"
,
ru
->
idx
);
LOG_I
(
PHY
,
"Sending RRU_sync_ok to RAU
\n
"
);
AssertFatal
((
ru
->
ifdevice
.
trx_ctlsend_func
(
&
ru
->
ifdevice
,
&
rru_config_msg
,
rru_config_msg
.
len
)
!=-
1
),
"Failed to send msg to RAU %d
\n
"
,
ru
->
idx
);
AssertFatal
((
ru
->
ifdevice
.
trx_ctlsend_func
(
&
ru
->
ifdevice
,
&
rru_config_msg
,
rru_config_msg
.
len
)
!=-
1
),
"Failed to send msg to RAU %d
\n
"
,
ru
->
idx
);
LOG_I
(
PHY
,
"Exiting synch routine
\n
"
);
LOG_I
(
PHY
,
"Exiting synch routine
\n
"
);
...
@@ -1305,7 +1303,7 @@ void wakeup_eNBs(RU_t *ru) {
...
@@ -1305,7 +1303,7 @@ void wakeup_eNBs(RU_t *ru) {
proc
->
RU_mask
[
ru
->
proc
.
subframe_rx
]
=
0
;
proc
->
RU_mask
[
ru
->
proc
.
subframe_rx
]
=
0
;
clock_gettime
(
CLOCK_MONOTONIC
,
&
t
);
clock_gettime
(
CLOCK_MONOTONIC
,
&
t
);
AssertFatal
(
t
.
tv_nsec
<
proc
->
t
[
ru
->
proc
.
subframe_rx
].
tv_nsec
+
5000000
,
AssertFatal
(
t
.
tv_nsec
<
proc
->
t
[
ru
->
proc
.
subframe_rx
].
tv_nsec
+
5000000
,
"Time difference for subframe %d => %
d
> 5ms
\n
"
,
"Time difference for subframe %d => %
lu
> 5ms
\n
"
,
ru
->
proc
.
subframe_rx
,
t
.
tv_nsec
-
proc
->
t
[
ru
->
proc
.
subframe_rx
].
tv_nsec
);
ru
->
proc
.
subframe_rx
,
t
.
tv_nsec
-
proc
->
t
[
ru
->
proc
.
subframe_rx
].
tv_nsec
);
}
}
...
@@ -1549,18 +1547,11 @@ void reset_proc(RU_t *ru);
...
@@ -1549,18 +1547,11 @@ void reset_proc(RU_t *ru);
static
void
*
ru_thread_control
(
void
*
param
)
{
static
void
*
ru_thread_control
(
void
*
param
)
{
static
int
ru_thread_status
;
RU_t
*
ru
=
(
RU_t
*
)
param
;
RU_t
*
ru
=
(
RU_t
*
)
param
;
RU_proc_t
*
proc
=
&
ru
->
proc
;
RU_proc_t
*
proc
=
&
ru
->
proc
;
RRU_CONFIG_msg_t
rru_config_msg
;
RRU_CONFIG_msg_t
rru_config_msg
;
ssize_t
msg_len
;
ssize_t
msg_len
;
int
tick_received
=
0
;
int
configuration_received
=
0
;
int
start_received
=
0
;
RRU_capabilities_t
*
cap
;
int
i
;
int
ret
;
int
len
;
int
len
;
...
@@ -1651,7 +1642,7 @@ static void* ru_thread_control( void* param ) {
...
@@ -1651,7 +1642,7 @@ static void* ru_thread_control( void* param ) {
//if (ru->is_slave == 1) lte_sync_time_init(&ru->frame_parms);
//if (ru->is_slave == 1) lte_sync_time_init(&ru->frame_parms);
ret
=
openair0_device_load
(
&
ru
->
rfdevice
,
&
ru
->
openair0_cfg
);
openair0_device_load
(
&
ru
->
rfdevice
,
&
ru
->
openair0_cfg
);
if
(
setup_RU_buffers
(
ru
)
!=
0
)
{
if
(
setup_RU_buffers
(
ru
)
!=
0
)
{
printf
(
"Exiting, cannot initialize RU Buffers
\n
"
);
printf
(
"Exiting, cannot initialize RU Buffers
\n
"
);
...
@@ -1795,25 +1786,20 @@ static void* ru_thread_control( void* param ) {
...
@@ -1795,25 +1786,20 @@ static void* ru_thread_control( void* param ) {
}
//while
}
//while
return
(
NULL
);
}
}
static
void
*
ru_thread
(
void
*
param
)
{
static
void
*
ru_thread
(
void
*
param
)
{
static
int
ru_thread_status
;
RU_t
*
ru
=
(
RU_t
*
)
param
;
RU_t
*
ru
=
(
RU_t
*
)
param
;
RU_proc_t
*
proc
=
&
ru
->
proc
;
RU_proc_t
*
proc
=
&
ru
->
proc
;
LTE_DL_FRAME_PARMS
*
fp
=
&
ru
->
frame_parms
;
LTE_DL_FRAME_PARMS
*
fp
=
&
ru
->
frame_parms
;
int
ret
;
int
subframe
=
9
;
int
subframe
=
9
;
int
frame
=
1023
;
int
frame
=
1023
;
struct
timespec
time_rf
;
struct
timespec
time_rf
;
long
old_time
;
// set default return value
ru_thread_status
=
0
;
// set default return value
// set default return value
...
@@ -1887,11 +1873,6 @@ static void* ru_thread( void* param ) {
...
@@ -1887,11 +1873,6 @@ static void* ru_thread( void* param ) {
LOG_I
(
PHY
,
"RU %d rf device stopped
\n
"
,
ru
->
idx
);
LOG_I
(
PHY
,
"RU %d rf device stopped
\n
"
,
ru
->
idx
);
break
;
break
;
}
}
old_time
=
time_rf
.
tv_nsec
;
clock_gettime
(
CLOCK_MONOTONIC
,
&
time_rf
);
//if ((time_rf.tv_nsec > old_time + 1200000) || (time_rf.tv_nsec < old_time + 500000))
// LOG_I(PHY,"RU thread %d, frame %d (%p), subframe %d : RF time difference : %lu\n",
// ru->idx, frame,&frame,subframe,time_rf.tv_nsec - old_time);
if
(
ru
->
fh_south_in
&&
ru
->
state
==
RU_RUN
)
ru
->
fh_south_in
(
ru
,
&
frame
,
&
subframe
);
if
(
ru
->
fh_south_in
&&
ru
->
state
==
RU_RUN
)
ru
->
fh_south_in
(
ru
,
&
frame
,
&
subframe
);
else
AssertFatal
(
1
==
0
,
"No fronthaul interface at south port"
);
else
AssertFatal
(
1
==
0
,
"No fronthaul interface at south port"
);
...
@@ -1905,8 +1886,8 @@ static void* ru_thread( void* param ) {
...
@@ -1905,8 +1886,8 @@ static void* ru_thread( void* param ) {
rru_config_msg
.
len
=
sizeof
(
RRU_CONFIG_msg_t
);
// TODO: set to correct msg len
rru_config_msg
.
len
=
sizeof
(
RRU_CONFIG_msg_t
);
// TODO: set to correct msg len
((
uint16_t
*
)
&
rru_config_msg
.
msg
[
0
])[
0
]
=
RC
.
ru
[
0
]
->
proc
.
frame_rx
;
((
uint16_t
*
)
&
rru_config_msg
.
msg
[
0
])[
0
]
=
RC
.
ru
[
0
]
->
proc
.
frame_rx
;
ru
->
cmd
=
WAIT_RESYNCH
;
ru
->
cmd
=
WAIT_RESYNCH
;
LOG_I
(
PHY
,
"Sending Frame Resynch %d to RRU
\n
"
,
ru
->
idx
,
RC
.
ru
[
0
]
->
proc
.
frame_r
x
);
LOG_I
(
PHY
,
"Sending Frame Resynch %d to RRU
%d
\n
"
,
RC
.
ru
[
0
]
->
proc
.
frame_rx
,
ru
->
id
x
);
AssertFatal
((
ru
->
ifdevice
.
trx_ctlsend_func
(
&
ru
->
ifdevice
,
&
rru_config_msg
,
rru_config_msg
.
len
)
!=-
1
),
"Failed to send msg to RAU
%d
\n
"
,
ru
->
idx
);
AssertFatal
((
ru
->
ifdevice
.
trx_ctlsend_func
(
&
ru
->
ifdevice
,
&
rru_config_msg
,
rru_config_msg
.
len
)
!=-
1
),
"Failed to send msg to RAU
\n
"
);
}
}
}
}
...
@@ -1965,8 +1946,7 @@ static void* ru_thread( void* param ) {
...
@@ -1965,8 +1946,7 @@ static void* ru_thread( void* param ) {
else
LOG_I
(
PHY
,
"RU %d rf device stopped
\n
"
,
ru
->
idx
);
else
LOG_I
(
PHY
,
"RU %d rf device stopped
\n
"
,
ru
->
idx
);
}
}
ru_thread_status
=
0
;
return
NULL
;
return
&
ru_thread_status
;
}
}
...
@@ -2651,7 +2631,6 @@ void init_RU(char *rf_config_file, clock_source_t clock_source,clock_source_t ti
...
@@ -2651,7 +2631,6 @@ void init_RU(char *rf_config_file, clock_source_t clock_source,clock_source_t ti
int
ru_id
;
int
ru_id
;
RU_t
*
ru
;
RU_t
*
ru
;
int
ret
;
PHY_VARS_eNB
*
eNB0
=
(
PHY_VARS_eNB
*
)
NULL
;
PHY_VARS_eNB
*
eNB0
=
(
PHY_VARS_eNB
*
)
NULL
;
int
i
;
int
i
;
int
CC_id
;
int
CC_id
;
...
...
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