5G核心网学习平台
3.2.3

PDU 会话释放流程

PDU会话释放流程:UE或网络发起,释放N4会话、UPF资源、空口承载。

流程概览

sequenceDiagram participant UE participant AMF participant SMF participant UPF participant gNB UE->>AMF: ① NAS: PDU Session Release Request AMF->>SMF: ② UpdateSMContext(Release) SMF->>UPF: ③ N4: Session Deletion Request UPF-->>SMF: ④ Session Deletion Response(URR报告) SMF->>AMF: ⑤ N1N2MessageTransfer(Release Command) AMF->>gNB: ⑥ PDU Session Resource Release Command gNB-->>AMF: ⑦ PDU Session Resource Release Response AMF-->>UE: NAS: PDU Session Release Command UE-->>AMF: NAS: PDU Session Release Complete SMF->>SMF: 释放IP地址,通知PCF/CHF

图:PDU 会话释放流程(基于 TS 23.502 4.3.4.2)

释放流程中 UPF 在 Session Deletion Response 中携带最终的 URR 使用量报告,SMF 转发给 CHF 用于最终计费。SMF 还需通知 PCF 删除 SM Policy Association、通知 UDM 去注册 SM Context。

← 上一节下一节:AN释放 →