Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable GTPu Path Monitoring #684

Merged
merged 27 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9b15c70
Enable GTPu Path Monitoring
gab-arrobo Apr 7, 2023
cbf87f8
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Apr 10, 2023
e3ec44e
Merge branch 'master' into gtpu-path-monitoring
gab-arrobo Apr 11, 2023
72c86df
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Apr 12, 2023
b368550
Add capability to enable/disable GTPu Path Monitoring
gab-arrobo Apr 12, 2023
6a8f496
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo May 16, 2023
d93d266
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Jun 2, 2023
eb5a7d9
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Jun 12, 2023
e6d1ef8
Update Dockerfile
gab-arrobo Jun 12, 2023
878dd41
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Jun 17, 2023
87f3b29
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Oct 14, 2023
49f5a69
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Oct 16, 2023
d7d3a84
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Oct 19, 2023
59ac1ad
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Oct 19, 2023
fa19ce8
Execute lines only if capability is enabled
gab-arrobo Oct 19, 2023
ffe0367
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Oct 22, 2023
82d4a1c
Minor improvements to GTPu Path Monitoring
gab-arrobo Oct 22, 2023
87e35d3
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Oct 26, 2023
793c3b1
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Oct 26, 2023
0801f0f
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Oct 27, 2023
bf60794
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Nov 23, 2023
9b32e7f
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Dec 17, 2023
1a7b97b
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Dec 27, 2023
b207814
Merge branch 'master' into gtpu-path-monitoring
gab-arrobo Jan 9, 2024
48e821a
Merge branch 'master' into gtpu-path-monitoring
gab-arrobo Jan 16, 2024
8859b18
Merge branch 'omec-project:master' into gtpu-path-monitoring
gab-arrobo Jan 21, 2024
9b36408
Change `GTPU` to `GTPu`
gab-arrobo Jan 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ registry: [upf-epc-bess](https://hub.docker.com/r/omecproject/upf-epc-bess),
* Basic QoS support, with per-slice and per-session rate limiting
* Per-flow latency and throughput metrics
* DSCP marking of GTPu packets by copying the DSCP value from the inner IP packet
* GTPu path monitoring
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GTPu or GTPU? Let's keep it consistent.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, change it to GTPu.

FYI, There are a few more places where GTPU is used but I am planning to update that along with the changes from SPGW to UPF in the comments of different files

* Network Token Functions (_**experimental**_)
* Support for DPDK, CNDP
* Support for DPDK, CNDP, AF_PACKET and AF_XDP modes

### P4-UPF
P4-UPF implements a core set of features capable of supporting requirements for
Expand Down
Loading
Loading