일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 하이브리드앱테스트
- DART
- Selenium
- 코멘토
- 코딩테스트
- 앱개발
- 웹ui자동화
- 감사일기
- 서평
- QA자동화
- pytest
- QA직무교육
- 테스트자동화
- LTE기초
- Flutter
- 실무PT후기
- testautomationuniversity
- 카카오API
- HTML
- 무선통신
- 백준
- ShareTechnote
- QA자동화테스트
- javascript
- 자동화테스트
- 코멘토실무PT
- 코딩
- QA
- HTTP
- Python
- Today
- Total
오예남
LTE Basic Procedure [Frequency and Bandwidth Detection]_ShareTechnote 본문
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 등 용어 정의만 읽어서는 이해가 어렵네요 ㅠㅠ ㅋㅋㅋ
그리고 아래 노란색으로 음영처리한 부분은 계산식인데 나중에 자세히 업데이트 해보겠습니다...ㅎ
'무선통신' 카테고리의 다른 글
[LTE 기초] RACH 란? (Random Access Channel) (0) | 2021.09.28 |
---|---|
[LTE 기초] RSSI 란? (Received Signal Strength Indicator) (0) | 2021.09.27 |
LTE Basic Procedure [Initialization Sequence]_ShareTechnote (0) | 2021.09.17 |
LTE Basic Procedure [ LTE 기초 정보 ] (0) | 2021.03.02 |
LTE Basic Procedure [ LTE 기초] (0) | 2021.02.08 |