5G NR - PDCCH学习笔记3 - CORESET之CCE-REG mapping

CCEPDCCH的逻辑资源,需要映射到CORESET的物理资源才能传输。

CCE-REG映射分两种方式:Interleaved mappingNon-Interleaved mapping.

每个CORESET配置一种CCE-REG mapping方式。

 

对于Interleaved mapping, CCE所映射的REGsREG bundle为单位离散的分布在频域上,如下图所示。

REG Bundle为时域和/或频域连续的多个REG,一个REG Bundle可以包含1,2,36REG, CORESET的符号个数决定( (L∈{2,6}for =1 and 𝐿∈{,6} for ∈{2,3}.)并且跨越对应CORESET的所有的OFDM 符号。因此Interleaved mapping可以同时获得时域处理增益和频域Diversity. REG序号为CORESET内以时域优先的顺序进行排序的序号(比如REG Bundle size2, CORESET跨两个OFDM符号时,那么REG Bundle 0的第1REGOFDM0, 2REGOFDM1)。

对于Non-interleaved mapping, ALPDCCH candidate的所有CCE映射在连续的REG bundle上。


笔者在公众号“协议工程师笔记”定期发布5G/LTE/IMS...学习笔记, 敬请关注、订阅和分享,谢谢!

                                                               图片

                                                                      一起努力,蒸蒸日上

 

### 5G PDCCH Configuration for SIB1 Specification and Implementation Details In the context of Fifth Generation (5G) New Radio (NR), System Information Block Type 1 (SIB1) is crucial as it provides essential information about system configurations to User Equipment (UE). The Physical Downlink Control Channel (PDCCH) plays a significant role in conveying control signaling, including scheduling information for SIB1. For configuring PDCCH specifically for SIB1 transmission, several parameters are critical. The search space settings define where UEs should monitor PDCCH candidates within specific slots or occasions. Common Search Space (CSS) set0 is utilized by default for transmitting downlink control information (DCI) related to SIB1[^1]. This DCI format typically includes Format 1_0 which carries scheduling commands such as resource allocation type A, modulation scheme QPSK, coding rate R=1/2 among others necessary fields required for decoding subsequent messages like MIB/SIBs etc.[^2] Additionally, CORESET (Control Resource Set) defines time-frequency resources over which UE monitors PDCCH carrying DCIs intended for different purposes; one instance being SIB1-related transmissions. It specifies frequency domain positions along with duration across OFDM symbols per slot that can be used for monitoring these channels effectively without causing interference issues between adjacent cells operating on similar frequencies bands simultaneously[^3]. For practical implementation considerations regarding how this configuration might look programmatically when setting up an environment supporting NR standards: ```python from nr_config import NRConfigurator config = NRConfigurator() # Define CORESET configuration for SIB1 coreset_sib1 = { "frequencyDomainResources": "0x7FFFFFFFFF", "duration": 2, } # Configure CSS set0 for SIB1 css_set0_for_sib1 = { "monitoringSymbolsWithinSlot": [1], "nrofCandidates": {"n1": 8}, "aggregationLevel": 4, } config.set_coreset(coreset_id=0, coreset_settings=coreset_sib1) config.configure_css(css_type="commonSearchSpaceSet0", css_settings=css_set0_for_sib1) print(config.get_configuration()) ``` This code snippet demonstrates defining both CORESET and CSS configurations tailored towards ensuring successful reception of SIB1 through appropriate adjustments made at network setup level using hypothetical `nr_config` library functions designed around managing various aspects associated with NR specifications efficiently while adhering closely enough so readers familiarize themselves better understanding real-world applications thereof. --related questions-- 1. What other types of DCI formats exist besides those mentioned here? 2. How does the choice of aggregation levels impact performance metrics during actual deployment scenarios involving multiple users accessing services concurrently via wireless networks utilizing advanced technologies like beamforming antennas arrays integrated into base stations spread geographically apart from each other forming heterogeneous architectures consisting macrocells alongside small cell deployments enhancing overall coverage area capacity gains achievable under ideal conditions assuming no external factors affecting signal propagation characteristics significantly beyond manufacturer's stated tolerances. 3. Can you provide more insight into what happens after receiving SIB1? Specifically concerning additional steps taken post-initial access procedure completion leading eventually toward establishing radio bearers facilitating data exchange processes securely authenticated encrypted manner compliant current industry best practices regulatory requirements applicable jurisdictional boundaries traversed throughout entire communication lifecycle management workflows implemented robust scalable infrastructure platforms capable handling diverse traffic patterns varying widely depending upon application-specific needs ranging simple text messaging social media interactions complex multimedia streaming experiences requiring low latency high throughput connections maintain quality service expectations end-users regardless location device type connectivity medium employed whether fixed mobile satellite-based alternatives available market today offering unprecedented flexibility convenience never before seen history telecommunications evolution driven rapid advancements semiconductor manufacturing techniques enabling miniaturization components reducing power consumption increasing processing speeds opening doors countless possibilities yet unimagined future generations inherit build further innovations atop existing foundations laid out pioneers who came before us shaping digital age we live now experiencing firsthand every day lives improved countless ways thanks largely contributions field communications technology research development efforts spanning decades culminating point present moment looking forward continued growth trajectory ahead lies much promise indeed. 4. In terms of programming interfaces provided by libraries similar to `nr_config`, what kind of methods would they offer for manipulating physical layer parameters involved in LTE versus NR systems considering differences protocol stack architecture design principles underlying each standard respectively? 5. Are there any particular challenges faced when implementing dynamic spectrum sharing features within multi-standard environments incorporating elements drawn from both legacy 4G Long Term Evolution (LTE) frameworks together newer generation 5G Non-Standalone (NSA)/Standalone (SA) modes operation especially focusing interoperability concerns arising due potential conflicts occurring simultaneous usage allocated bandwidth portions reserved either technology independently managed separate entities potentially resulting degraded user experience unless properly addressed beforehand careful planning coordination amongst all stakeholders involved project lifecycles starting initial conception stages ending final rollout phases commercial availability markets worldwide?
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值