오예남

LTE Basic Procedure [Frequency and Bandwidth Detection]_ShareTechnote 본문

무선통신

LTE Basic Procedure [Frequency and Bandwidth Detection]_ShareTechnote

오예남 2021. 9. 24. 23:29

이미지 출처 - pixabay.com

 

LTE Basic Procedure [Frequency and Bandwidth Detection]_ShareTechnote

 

Frequency and Bandwidth Detection

 

i) Search the center frequency

Note 1: This algorithm would be the most complicated and is up to each chipset manufacturer for implementation

Note 2: Depending on UE PHY protocol stack implementation, UE may measure RSSI and determine whether it goes to next step or not.

ii) Decode PSS (Primary Sync Signal)

 

iii) Decode SSS (Secondary Sync Signal)

Note 1 : If UE combined the result of PSS, SSS, UE can figure out Cell ID. (So if you see Cell ID in UE trace log and it matches the one eNodeB is configured, it means UE successfully detected PSS, SSS

iv) with the result of step ii) and iii), UE can detect cell specific Reference Signal

 

v) Decode BCH which occupies 72 subcarriers (6 RBs) at the center frequency.

 

vi) BCH (MIB) tells the frequency information of the system (eg. System Frequency Bandwidth)

 

MasterInformationBlock ::= SEQUENCE {

dl-Bandwidth ENUMERATED { n6, n15, n25, n50, n75, n100},

phich-Config PHICH-Config,

systemFrameNumber BIT STRING (SIZE (8)),

spare BIT STRING (SIZE (10))

}

 

 


Frequency and Bandwidth Detection

 

i) Search the center frequency

Note 1: 이 알고리즘은 가장 복잡할 것이며 구현은 각 칩셋 제조사에 달려있다.

Note 2: 단말 PHY 프로토콜 스택 구현에 따라, 단말은 RSSI를 측정하고 다음 단계로 넘어갈지 말지 결정할 것이다.

ii) Decode PSS (Primary Sync Signal)

 

iii) Decode SSS (Secondary Sync Signal)

Note 1 : 만약 단말이 PSS,SSS의 결과를 합쳤다면, 단말은 Cell ID를 알아낼 수 있다. (만약 너가 단말 로그에서 Cell ID를 찾고 그것이 eNodeB가 구성된것과 일치한다면, 단말은 성공적으로 PSS,SSS를 검출해냈다고 할 수 있다.

iv) 2번,3번의 결과로, 단말은 셀의 특정 기준신호를 검출할 수 있다.

 

v) center frequency에 72서브캐리어를 포함하는 BCH를 디코드한다.

 

vi) BCH (MIB)는 시스템의 주파수 정보를 말한다. (예: System Frequency Bandwidth)

- MIB (Management Information Base) - 망관리를 위해 사용되는 체계화된 관리정보 (관리정보를 계층적 구조로 보관 관리하게됨)

MasterInformationBlock ::= SEQUENCE {

dl-Bandwidth ENUMERATED { n6, n15, n25, n50, n75, n100},

phich-Config PHICH-Config,

systemFrameNumber BIT STRING (SIZE (8)),

spare BIT STRING (SIZE (10))

}

 

오늘 내용은 주파수와 대역폭을 알아내는 방법에 대한 절차였어요.

사실 center frequency하며, BCH, MIB 등 용어 정의만 읽어서는 이해가 어렵네요 ㅠㅠ ㅋㅋㅋ

그리고 아래 노란색으로 음영처리한 부분은 계산식인데 나중에 자세히 업데이트 해보겠습니다...ㅎ