NG Toolset开发笔记--5GNR Resource Grid(32)

这篇开发笔记详细探讨了5GNR中的资源网格,涵盖了专用CORESET和搜索空间、PUSCH资源分配(包括DMRS)、初始及专用下行BWP、上行BWP的激活。内容包括Msg3由RAR UL grant调度及其重传的DCI 0_0配置,同时简化设定,不支持多时隙PUSCH。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

2018/10/19号完成:

*Dedicated Coreset and searchSpace (--> put to #30 together with Coreset0/Css0)

*PUSCH resource allocation (with DMRS)

*Initial active DL BWP

*Dedicated active DL BWP

*Initial active UL BWP

*Dedicated active UL BWP

 

(6) PUSCH resource allocation (with DMRS)

struct NrDci00
{
	NrRnti rnti;
	int dciSlot;
	NrSubcarrierSpacing scsPdcch;
	NrSubcarrierSpacing scsPusch;
	NrPuschTimeAlloc timeAlloc;
	NrPuschFreqAllocType1 freqAlloc; 
	NrPuschFreqHopping fh;
};

struct NrDci01RaType0
{
	NrRnti rnti;
	int dciSlot;	//n
	int scsPdcch;	//u_PDCCH of active DL BWP
	int scsPusch;	//u_PUSCH of indicated UL BWP or active UL BWP
	int bwpIdAct;
	int bwpIdIndicated; 
	NrPuschTimeAlloc timeAlloc;
	NrPuschFreqAllocType0 freqAlloc; 
	int antPortsField;	//the ‘antenna port(s)’ field of DCI 0_1
	//RA type 0 doesn’t support transform precoding and frequency hopping
};

struct NrDci01RaType1
{
	NrRnti rnti;
	int dciSlot;	//n
	int scsPdcch;	//u_PDCCH of active DL BWP
	int scsPusch;	//u_PDSCH of indicated UL BWP or active UL BWP
	int bwpIdAct;
	int bwpIdIndic
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值