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
42171809
Commit
42171809
authored
Apr 27, 2019
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing with monolithic / IF4p5, resolved errors
parent
865e5363
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
27 additions
and
23 deletions
+27
-23
openair1/PHY/LTE_TRANSPORT/dci.c
openair1/PHY/LTE_TRANSPORT/dci.c
+1
-1
openair1/PHY/LTE_TRANSPORT/dci_tools_common.c
openair1/PHY/LTE_TRANSPORT/dci_tools_common.c
+19
-18
openair1/SCHED/fapi_l1.c
openair1/SCHED/fapi_l1.c
+1
-1
openair2/LAYER2/MAC/eNB_scheduler.c
openair2/LAYER2/MAC/eNB_scheduler.c
+1
-0
openair2/LAYER2/MAC/pre_processor.c
openair2/LAYER2/MAC/pre_processor.c
+1
-2
openair2/PHY_INTERFACE/IF_Module.c
openair2/PHY_INTERFACE/IF_Module.c
+1
-1
targets/RT/USER/lte-softmodem.c
targets/RT/USER/lte-softmodem.c
+3
-0
No files found.
openair1/PHY/LTE_TRANSPORT/dci.c
View file @
42171809
...
...
@@ -208,7 +208,7 @@ void pdcch_scrambling(LTE_DL_FRAME_PARMS *frame_parms,
int
i
;
uint8_t
reset
;
uint32_t
x1
,
x2
,
s
=
0
;
//
LOG_D(PHY, "%s(fp, subframe:%d, e, length:%d)\n", __FUNCTION__, subframe, length);
LOG_D
(
PHY
,
"%s(fp, subframe:%d, e, length:%d)
\n
"
,
__FUNCTION__
,
subframe
,
length
);
reset
=
1
;
// x1 is set in lte_gold_generic
x2
=
(
subframe
<<
9
)
+
frame_parms
->
Nid_cell
;
//this is c_init in 36.211 Sec 6.8.2
...
...
openair1/PHY/LTE_TRANSPORT/dci_tools_common.c
View file @
42171809
...
...
@@ -238,31 +238,32 @@ uint16_t get_nquad(uint8_t num_pdcch_symbols,LTE_DL_FRAME_PARMS *frame_parms,uin
Ngroup_PHICH
<<=
1
;
}
AssertFatal
(
num_pdcch_symbols
>
0
&&
num_pdcch_symbols
<
4
,
"illegal num_pdcch_symbols %d
\n
"
,
num_pdcch_symbols
);
Ngroup_PHICH
*=
mi
;
if
((
num_pdcch_symbols
>
0
)
&&
(
num_pdcch_symbols
<
4
))
switch
(
frame_parms
->
N_RB_DL
)
{
case
6
:
Nreg
=
12
+
(
num_pdcch_symbols
-
1
)
*
18
;
break
;
switch
(
frame_parms
->
N_RB_DL
)
{
case
6
:
Nreg
=
12
+
(
num_pdcch_symbols
-
1
)
*
18
;
break
;
case
25
:
Nreg
=
50
+
(
num_pdcch_symbols
-
1
)
*
75
;
break
;
case
25
:
Nreg
=
50
+
(
num_pdcch_symbols
-
1
)
*
75
;
break
;
case
50
:
Nreg
=
100
+
(
num_pdcch_symbols
-
1
)
*
150
;
break
;
case
50
:
Nreg
=
100
+
(
num_pdcch_symbols
-
1
)
*
150
;
break
;
case
100
:
Nreg
=
200
+
(
num_pdcch_symbols
-
1
)
*
300
;
break
;
case
100
:
Nreg
=
200
+
(
num_pdcch_symbols
-
1
)
*
300
;
break
;
default:
return
(
0
);
}
default:
AssertFatal
(
1
==
0
,
"Unsupported or illegal N_RB_DL %d
\n
"
,
frame_parms
->
N_RB_DL
);
return
(
0
);
}
//
printf("Nreg %d (%d)\n",Nreg,Nreg - 4 - (3*Ngroup_PHICH));
//printf("Nreg %d (%d)\n",Nreg,Nreg - 4 - (3*Ngroup_PHICH));
return
(
Nreg
-
4
-
(
3
*
Ngroup_PHICH
));
}
...
...
openair1/SCHED/fapi_l1.c
View file @
42171809
...
...
@@ -783,7 +783,7 @@ void schedule_response(Sched_Rsp_t *Sched_INFO) {
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
eNB
->
mpdcch_vars
[
subframe
&
1
].
num_dci
=
0
;
#endif
LOG_D
(
PHY
,
"NFAPI: Sched_INFO:SFN/SF:%04d%d DL_req:SFN/SF:%04d%d:dl_pdu:%d tx_req:SFN/SF:%04d%d:pdus:%d
\n
"
,
LOG_D
(
PHY
,
"NFAPI: Sched_INFO:SFN/SF:%04d%d DL_req:SFN/SF:%04d%d:
pdcch_syms:%d
dl_pdu:%d tx_req:SFN/SF:%04d%d:pdus:%d
\n
"
,
frame
,
subframe
,
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
...
...
openair2/LAYER2/MAC/eNB_scheduler.c
View file @
42171809
...
...
@@ -1007,6 +1007,7 @@ eNB_dlsch_ulsch_scheduler(module_id_t module_idP,
allocate_CCEs
(
module_idP
,
CC_id
,
frameP
,
subframeP
,
2
);
}
}
LOG_D
(
MAC
,
"After CCE Allocation : num_pdcch_symbols %d
\n
"
,
eNB
->
DL_req
[
0
].
dl_config_request_body
.
number_pdcch_ofdm_symbols
);
if
(
flexran_agent_get_mac_xface
(
module_idP
)
&&
subframeP
==
9
)
{
flexran_agent_slice_update
(
module_idP
);
...
...
openair2/LAYER2/MAC/pre_processor.c
View file @
42171809
...
...
@@ -1399,7 +1399,6 @@ dlsch_scheduler_pre_processor_reset(module_id_t module_idP,
//
for
(
CC_id
=
0
;
CC_id
<
RC
.
nb_mac_CC
[
module_idP
];
CC_id
++
)
{
LOG_D
(
MAC
,
"Running preprocessor for UE %d (%x)
\n
"
,
UE_id
,(
int
)(
UE_RNTI
(
module_idP
,
UE_id
)));
// initialize harq_pid and round
cc
=
&
RC
.
mac
[
module_idP
]
->
common_channels
[
CC_id
];
N_RBG
[
CC_id
]
=
to_rbg
(
cc
->
mib
->
message
.
dl_Bandwidth
);
...
...
@@ -1422,7 +1421,7 @@ dlsch_scheduler_pre_processor_reset(module_id_t module_idP,
if
(
!
ue_dl_slice_membership
(
module_idP
,
UE_id
,
slice_idx
))
continue
;
LOG_D
(
MAC
,
"Running preprocessor for UE %d (%x)
\n
"
,
UE_id
,
rnti
);
LOG_D
(
MAC
,
"Running preprocessor
reset
for UE %d (%x)
\n
"
,
UE_id
,
rnti
);
// initialize harq_pid and round
if
(
ue_sched_ctl
->
ta_timer
)
...
...
openair2/PHY_INTERFACE/IF_Module.c
View file @
42171809
...
...
@@ -573,7 +573,7 @@ void UL_indication(UL_IND_t *UL_info) {
int
CC_id
=
UL_info
->
CC_id
;
Sched_Rsp_t
*
sched_info
=
&
Sched_INFO
[
module_id
][
CC_id
];
IF_Module_t
*
ifi
=
if_inst
[
module_id
];
eNB_MAC_INST
*
mac
=
(
NFAPI_MODE
!=
NFAPI_MODE_PNF
)
?
&
RC
.
mac
[
module_id
]
:
NULL
;
eNB_MAC_INST
*
mac
=
(
NFAPI_MODE
!=
NFAPI_MODE_PNF
)
?
RC
.
mac
[
module_id
]
:
NULL
;
LOG_D
(
PHY
,
"SFN/SF:%d%d module_id:%d CC_id:%d UL_info[rx_ind:%d harqs:%d crcs:%d cqis:%d preambles:%d sr_ind:%d]
\n
"
,
UL_info
->
frame
,
UL_info
->
subframe
,
module_id
,
CC_id
,
...
...
targets/RT/USER/lte-softmodem.c
View file @
42171809
...
...
@@ -672,6 +672,9 @@ int main( int argc, char **argv ) {
printf
(
"Runtime table
\n
"
);
fill_modeled_runtime_table
(
runtime_phy_rx
,
runtime_phy_tx
);
// initially set nfapi mode to MONOLITHIC
nfapi_setmode
(
NFAPI_MONOLITHIC
);
/* Read configuration */
if
(
RC
.
nb_inst
>
0
)
{
read_config_and_init
();
...
...
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