5G Protocol Stack - ianchen0119/Introduce-to-5GC GitHub Wiki
Control Plane
N2 Interface (AN <-> AMF)
N2 Interface 代表了 5G 系統中的接入層(Access stratum),之所以會叫做接入層是因為基地台與核心網路(AMF)的關係是直接接入的。 參考上圖,接入層的最上層使用 NGAP 協定,該協定是以 SCTP 協定為基礎的,它主要負責基地台與核心網路之間的狀態控制,包含:
- Paging
- Handover
- UE mobility
- 設定 PDU Session 所需要的資源
系列文也會有一篇獨立的文章介紹 NGAP 協定。
N1 Interface (UE <-> AMF)
N11 Interface (AN <-> SMF)
User Plane
References
- TS 23.501 - Control and User Plane Protocol Stacks