Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
7ea0b007
Commit
7ea0b007
authored
Apr 10, 2020
by
Francesco Mani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one file left behind
parent
19c3ec2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
27 deletions
+18
-27
openair1/SCHED_NR/phy_procedures_nr_gNB.c
openair1/SCHED_NR/phy_procedures_nr_gNB.c
+17
-16
openair2/LAYER2/NR_MAC_gNB/mac_proto.h
openair2/LAYER2/NR_MAC_gNB/mac_proto.h
+1
-11
No files found.
openair1/SCHED_NR/phy_procedures_nr_gNB.c
View file @
7ea0b007
...
...
@@ -435,22 +435,23 @@ void phy_procedures_gNB_uespec_RX(PHY_VARS_gNB *gNB, int frame_rx, int slot_rx)
nfapi_nr_pucch_pdu_t
*
pucch_pdu
=
&
UL_tti_req
->
pdus_list
[
i
].
pucch_pdu
;
switch
(
pucch_pdu
->
format_type
)
{
case
0
:
uci_indication
->
uci_list
[
uci_indication
->
num_ucis
].
pdu_type
=
NFAPI_NR_UCI_FORMAT_0_1_PDU_TYPE
;
uci_indication
->
uci_list
[
uci_indication
->
num_ucis
].
pdu_size
=
sizeof
(
nfapi_nr_uci_pucch_pdu_format_0_1_t
);
nfapi_nr_uci_pucch_pdu_format_0_1_t
*
uci_pdu_format0
=
&
uci_indication
->
uci_list
[
uci_indication
->
num_ucis
].
pucch_pdu_format_0_1
;
nr_decode_pucch0
(
gNB
,
slot_rx
,
uci_pdu_format0
,
pucch_pdu
);
uci_indication
->
num_ucis
+=
1
;
break
;
case
1
:
break
;
default:
AssertFatal
(
1
==
0
,
"Only PUCCH format 0 and 1 are currently supported
\n
"
);
case
0
:
uci_indication
->
uci_list
[
uci_indication
->
num_ucis
].
pdu_type
=
NFAPI_NR_UCI_FORMAT_0_1_PDU_TYPE
;
uci_indication
->
uci_list
[
uci_indication
->
num_ucis
].
pdu_size
=
sizeof
(
nfapi_nr_uci_pucch_pdu_format_0_1_t
);
nfapi_nr_uci_pucch_pdu_format_0_1_t
*
uci_pdu_format0
=
&
uci_indication
->
uci_list
[
uci_indication
->
num_ucis
].
pucch_pdu_format_0_1
;
nr_decode_pucch0
(
gNB
,
slot_rx
,
uci_pdu_format0
,
pucch_pdu
);
uci_indication
->
num_ucis
+=
1
;
break
;
case
1
:
break
;
default:
AssertFatal
(
1
==
0
,
"Only PUCCH format 0 and 1 are currently supported
\n
"
);
}
}
}
}
openair2/LAYER2/NR_MAC_gNB/mac_proto.h
View file @
7ea0b007
...
...
@@ -140,10 +140,7 @@ int nr_is_dci_opportunity(nfapi_nr_search_space_t search_space,
uint16_t slot,
nfapi_nr_config_request_scf_t cfg);
*/
<<<<<<<
HEAD
=======
void
nr_configure_pucch
(
nfapi_nr_pucch_pdu_t
*
pucch_pdu
,
NR_ServingCellConfigCommon_t
*
scc
,
NR_BWP_Uplink_t
*
bwp
,
...
...
@@ -151,13 +148,12 @@ void nr_configure_pucch(nfapi_nr_pucch_pdu_t* pucch_pdu,
uint16_t
O_uci
,
uint16_t
O_ack
,
uint8_t
SR_flag
);
>>>>>>>
nr_pucch
void
nr_configure_pdcch
(
nfapi_nr_dl_tti_pdcch_pdu_rel15_t
*
pdcch_pdu
,
int
ss_type
,
NR_ServingCellConfigCommon_t
*
scc
,
NR_BWP_Downlink_t
*
bwp
);
<<<<<<<
HEAD
void
fill_dci_pdu_rel15
(
NR_CellGroupConfig_t
*
secondaryCellGroup
,
nfapi_nr_dl_tti_pdcch_pdu_rel15_t
*
pdcch_pdu_rel15
,
dci_pdu_rel15_t
*
dci_pdu_rel15
,
...
...
@@ -179,12 +175,6 @@ void nr_configure_pucch(nfapi_nr_pucch_pdu_t* pucch_pdu,
uint8_t
SR_flag
);
=======
void
fill_dci_pdu_rel15
(
nfapi_nr_dl_tti_pdcch_pdu_rel15_t
*
pdcch_pdu_rel15
,
dci_pdu_rel15_t
*
dci_pdu_rel15
,
int
*
dci_formats
,
int
*
rnti_types
);
>>>>>>>
nr_pucch
int
get_spf
(
nfapi_nr_config_request_scf_t
*
cfg
);
int
to_absslot
(
nfapi_nr_config_request_scf_t
*
cfg
,
int
frame
,
int
slot
);
...
...
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