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
6bcbf537
Commit
6bcbf537
authored
Jul 19, 2018
by
WEI-TAI CHEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PDCCH common will put on P5 structure
parent
a487b71b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
39 deletions
+52
-39
nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h
nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h
+52
-39
No files found.
nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h
View file @
6bcbf537
...
@@ -78,6 +78,39 @@ typedef struct
...
@@ -78,6 +78,39 @@ typedef struct
#define NFAPI_NR_NFAPI_NMM_UPLINK_RSSI_SUPPORTED_TAG 0x5133
#define NFAPI_NR_NFAPI_NMM_UPLINK_RSSI_SUPPORTED_TAG 0x5133
// P5 Message Structures
// P5 Message Structures
typedef
struct
{
nfapi_tl_t
tl
;
uint16_t
controlResourceSetId
;
///// L1 parameter 'CORESET-ID'
uint16_t
frequencyDomainResources
;
///// L1 parameter 'CORESET-freq-dom'
uint16_t
duration
;
///// L1 parameter 'CORESET-time-duration'
uint16_t
cce_REG_MappingType
;
///// L1 parameter 'CORESET-CCE-REG-mapping-type'
uint16_t
reg_BundleSize
;
///// L1 parameter 'CORESET-REG-bundle-size'
uint16_t
interleaverSize
;
///// L1 parameter 'CORESET-interleaver-size'
uint16_t
shiftIndex
;
///// L1 parameter 'CORESET-shift-index'
uint16_t
precoderGranularity
;
///// L1 parameter 'CORESET-precoder-granuality'
uint16_t
TCI_StateId
;
///// L1 parameter 'TCI-StatesPDCCH'
uint16_t
tci_PresentInDCI
;
///// L1 parameter 'TCI-PresentInDCI'
uint16_t
pdcch_DMRS_ScramblingID
;
///// L1 parameter 'PDCCH-DMRS-Scrambling-ID'
}
nfapi_nr_ControlResourcesSet_t
;
typedef
struct
{
nfapi_tl_t
tl
;
nfapi_nr_ControlResourcesSet_t
coreset
;
uint16_t
monitoringSlotPeriodicityAndOffset
;
///// L1 parameters 'Montoring-periodicity-PDCCH-slot'
uint16_t
monitoringSymbolsWithinSlot
;
///// L1 parameter 'Montoring-symbols-PDCCH-within-slot'
uint16_t
nrofCand_aggLevel1
;
///// L1 parameter 'Aggregation-level-1'
uint16_t
nrofCand_aggLevel2
;
///// L1 parameter 'Aggregation-level-2'
uint16_t
nrofCand_aggLevel4
;
///// L1 parameter 'Aggregation-level-4'
uint16_t
nrofCand_aggLevel8
;
///// L1 parameter 'Aggregation-level-8'
uint16_t
nrofCand_aggLevel16
;
///// L1 parameter 'Aggregation-level-16'
uint16_t
Com_dci_Format2_0_nrofCand_SFI_And_aggLevel
;
///// L1 parameters 'SFI-Num-PDCCH-cand' and 'SFI-Aggregation-Level'
uint16_t
Com_dci_Format2_3_monitoringPeriodicity
;
///// L1 parameter 'SRS-monitoring-periodicity'
uint16_t
Com_dci_Format2_3_nrofPDCCH_Candidates
;
///// L1 parameter 'SRS-Num-PDCCH-cand'
uint16_t
ue_Specific_dci_Formats
;
}
nfapi_nr_SearchSpace_t
;
typedef
struct
{
typedef
struct
{
nfapi_uint16_tlv_t
numerology_index_mu
;
nfapi_uint16_tlv_t
numerology_index_mu
;
nfapi_uint16_tlv_t
duplex_mode
;
nfapi_uint16_tlv_t
duplex_mode
;
...
@@ -172,6 +205,13 @@ typedef struct {
...
@@ -172,6 +205,13 @@ typedef struct {
nfapi_uint16_tlv_t
p0_nominal
;
///// L1 parameter 'p0-nominal-pucch'
nfapi_uint16_tlv_t
p0_nominal
;
///// L1 parameter 'p0-nominal-pucch'
}
nfapi_nr_pucch_config_t
;
}
nfapi_nr_pucch_config_t
;
typedef
struct
{
nfapi_tl_t
tl
;
nfapi_nr_SearchSpace_t
sib1searchSpace
;
nfapi_nr_SearchSpace_t
sibssearchSpace
;
nfapi_nr_SearchSpace_t
ra_SearchSpace
;
}
nfapi_nr_pdcch_config_t
;
typedef
struct
{
typedef
struct
{
//NR TDD-UL-DL-ConfigCommon ///// L1 parameter 'UL-DL-configuration-common'
//NR TDD-UL-DL-ConfigCommon ///// L1 parameter 'UL-DL-configuration-common'
nfapi_uint16_tlv_t
referenceSubcarrierSpacing
;
///// L1 parameter 'reference-SCS'
nfapi_uint16_tlv_t
referenceSubcarrierSpacing
;
///// L1 parameter 'reference-SCS'
...
@@ -215,6 +255,7 @@ typedef struct {
...
@@ -215,6 +255,7 @@ typedef struct {
nfapi_nr_pdsch_config_t
pdsch_config
;
nfapi_nr_pdsch_config_t
pdsch_config
;
nfapi_nr_pusch_config_t
pusch_config
;
nfapi_nr_pusch_config_t
pusch_config
;
nfapi_nr_pucch_config_t
pucch_config
;
nfapi_nr_pucch_config_t
pucch_config
;
nfapi_nr_pdcch_config_t
pdcch_config
;
nfapi_nr_tdd_ul_dl_config_t
tdd_ul_dl_config
;
nfapi_nr_tdd_ul_dl_config_t
tdd_ul_dl_config
;
nfapi_nr_ratematchpattern_t
ratematchpattern
;
nfapi_nr_ratematchpattern_t
ratematchpattern
;
nfapi_nr_ratematchpattern_lte_crs_t
ratematchpattern_lte_crs
;
nfapi_nr_ratematchpattern_lte_crs_t
ratematchpattern_lte_crs
;
...
@@ -223,6 +264,16 @@ typedef struct {
...
@@ -223,6 +264,16 @@ typedef struct {
nfapi_vendor_extension_tlv_t
vendor_extension
;
nfapi_vendor_extension_tlv_t
vendor_extension
;
}
nfapi_nr_config_request_t
;
}
nfapi_nr_config_request_t
;
typedef
enum
{
typedef
enum
{
NFAPI_NR_DL_DCI_FORMAT_1_0
=
0
,
NFAPI_NR_DL_DCI_FORMAT_1_0
=
0
,
NFAPI_NR_DL_DCI_FORMAT_1_1
,
NFAPI_NR_DL_DCI_FORMAT_1_1
,
...
@@ -350,37 +401,6 @@ uint8_t *block_numbers;
...
@@ -350,37 +401,6 @@ uint8_t *block_numbers;
}
nfapi_nr_dl_config_dci_dl_pdu_rel15_t
;
}
nfapi_nr_dl_config_dci_dl_pdu_rel15_t
;
//#define NFAPI_NR_DL_CONFIG_REQUEST_DCI_DL_PDU_REL15_TAG 0x????
//#define NFAPI_NR_DL_CONFIG_REQUEST_DCI_DL_PDU_REL15_TAG 0x????
typedef
struct
{
nfapi_tl_t
tl
;
nfapi_nr_ControlResourcesSet_t
controlResourceSetId
;
///// L1 parameter 'CORESET-ID'
uint16_t
frequencyDomainResources
;
///// L1 parameter 'CORESET-freq-dom'
uint16_t
duration
;
///// L1 parameter 'CORESET-time-duration'
uint16_t
cce_REG_MappingType
;
///// L1 parameter 'CORESET-CCE-REG-mapping-type'
uint16_t
reg_BundleSize
;
///// L1 parameter 'CORESET-REG-bundle-size'
uint16_t
interleaverSize
;
///// L1 parameter 'CORESET-interleaver-size'
uint16_t
shiftIndex
;
///// L1 parameter 'CORESET-shift-index'
uint16_t
precoderGranularity
;
///// L1 parameter 'CORESET-precoder-granuality'
uint16_t
TCI_StateId
;
///// L1 parameter 'TCI-StatesPDCCH'
uint16_t
tci_PresentInDCI
;
///// L1 parameter 'TCI-PresentInDCI'
uint16_t
pdcch_DMRS_ScramblingID
;
///// L1 parameter 'PDCCH-DMRS-Scrambling-ID'
}
nfapi_nr_ControlResourcesSet_t
;
typedef
struct
{
nfapi_tl_t
tl
;
nfapi_nr_ControlResourcesSet_t
controlResourceSetId
;
uint16_t
monitoringSlotPeriodicityAndOffset
;
///// L1 parameters 'Montoring-periodicity-PDCCH-slot'
uint16_t
monitoringSymbolsWithinSlot
;
///// L1 parameter 'Montoring-symbols-PDCCH-within-slot'
uint16_t
nrofCand_aggLevel1
;
///// L1 parameter 'Aggregation-level-1'
uint16_t
nrofCand_aggLevel2
;
///// L1 parameter 'Aggregation-level-2'
uint16_t
nrofCand_aggLevel4
;
///// L1 parameter 'Aggregation-level-4'
uint16_t
nrofCand_aggLevel8
;
///// L1 parameter 'Aggregation-level-8'
uint16_t
nrofCand_aggLevel16
;
///// L1 parameter 'Aggregation-level-16'
uint16_t
Com_dci_Format2_0_nrofCand_SFI_And_aggLevel
;
///// L1 parameters 'SFI-Num-PDCCH-cand' and 'SFI-Aggregation-Level'
uint16_t
Com_dci_Format2_3_monitoringPeriodicity
;
///// L1 parameter 'SRS-monitoring-periodicity'
uint16_t
Com_dci_Format2_3_nrofPDCCH_Candidates
;
///// L1 parameter 'SRS-Num-PDCCH-cand'
uint16_t
ue_Specific_dci_Formats
;
}
nfapi_nr_SearchSpace_t
;
typedef
struct
{
typedef
struct
{
nfapi_tl_t
tl
;
nfapi_tl_t
tl
;
...
@@ -392,19 +412,12 @@ typedef struct {
...
@@ -392,19 +412,12 @@ typedef struct {
typedef
struct
{
typedef
struct
{
nfapi_tl_t
tl
;
nfapi_nr_SearchSpace_t
sib1searchSpace
;
nfapi_nr_ControlResourcesSet_t
sib1ControlResourceSets
;
nfapi_nr_SearchSpace_t
sibssearchSpace
;
nfapi_nr_ControlResourcesSet_t
sibsControlResourceSets
;
nfapi_nr_SearchSpace_t
ra_SearchSpace
;
nfapi_nr_ControlResourcesSet_t
ra_ControlResourceSets
;
}
nfapi_nr_dl_config_dlsch_pdu_rel15_t
;
}
nfapi_nr_dl_config_dlsch_pdu_rel15_t
;
typedef
struct
{
typedef
struct
{
nfapi_tl_t
tl
;
nfapi_tl_t
tl
;
nfapi_nr_SearchSpace_t
pagingSearchSpace
;
nfapi_nr_SearchSpace_t
pagingSearchSpace
;
nfapi_nr_ControlResourcesSet_t
pagingControlResourceSets
;
}
nfapi_nr_dl_config_pch_pdu_rel15_t
;
}
nfapi_nr_dl_config_pch_pdu_rel15_t
;
typedef
struct
{
typedef
struct
{
...
...
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