-
Notifications
You must be signed in to change notification settings - Fork 3
5G Protocol Stack
Ian Chen edited this page Sep 17, 2022
·
1 revision
N2 Interface 代表了 5G 系統中的接入層(Access stratum),之所以會叫做接入層是因為基地台與核心網路(AMF)的關係是直接接入的。 參考上圖,接入層的最上層使用 NGAP 協定,該協定是以 SCTP 協定為基礎的,它主要負責基地台與核心網路之間的狀態控制,包含:
- Paging
- Handover
- UE mobility
- 設定 PDU Session 所需要的資源
系列文也會有一篇獨立的文章介紹 NGAP 協定。
- TS 23.501 - Control and User Plane Protocol Stacks
- 點我回首頁
- 如果覺得寫得不錯,歡迎賞個 Star!
- 內容勘誤可以提出 Issue 或是使用 Email 提醒我:[email protected]。