Skip to content

Commit

Permalink
Merge pull request #114 from HanHongChen/blog/gtp5g
Browse files Browse the repository at this point in the history
update gtp5g design document
  • Loading branch information
ianchen0119 authored Mar 12, 2024
2 parents 6e02658 + c8b6058 commit e1800b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/guide/Gtp5g/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,16 @@ This article will focus on the Data plane. Discuss how GO-UPF and GTP5G handle
- It will query the PDR based on the destination IP. If found successfully, the FAR will then be checked to determine how to handle the packet.
3. `gtp5g_xmit_skb_ipv4()`:
- If FAR action is confirmed as `FAR_ACTION_FORW`, the function `gtp5g_xmit_skb_ipv4()` will be called and packets will be sent to the UDP tunnel.

## Reference

- *3GPP TS 23.501*: System architecture for the 5G System
- *gtp5g 原始程式碼解說* https://ithelp.ithome.com.tw/articles/10302887

## About me

Hi, I am Han-Hong Chen, a beginner to 5G and free5gc. This is my first time writing technical article. Let me know without hesitation if there is any mistake in the article.

### Connect with Me

- GitHub: [https://github.com/HanHongChen](https://github.com/HanHongChen)

0 comments on commit e1800b7

Please sign in to comment.