Go to file
Neels Hofmeyr 091603c4a4 deprecate cfg 'nft rule tunmap append'
Subsequent patch will refactor the tunmap nft ruleset. Instead of
adapting the 'tunmap append' feature to the new ruleset, rather drop
this feature entirely.

The 'nft rule tunmap append' was intended for enabling 'trace' in the
nft ruleset. However, the same can be achieved via the nft cmdline tool.
For example:

 sudo nft 'add chain filter trace_chain { type filter hook prerouting priority -301; }'
 sudo nft 'add rule filter trace_chain meta nftrace set 1'

Related: SYS#6327 SYS#6264
Change-Id: I1ae36f2f520217254c81fd765d27333ff0f457b2
2023-02-09 00:13:08 +01:00
contrib osmo-pfcp-tool VTY: rename 'endecaps' to 'tunend' 2022-11-18 23:49:14 +01:00
debian debian: add osmo-pfcp-tool to osmo-upf package 2022-12-08 16:52:07 +01:00
doc manual: fix broken reference to netinst section 2023-01-11 01:09:10 +01:00
include deprecate cfg 'nft rule tunmap append' 2023-02-09 00:13:08 +01:00
src deprecate cfg 'nft rule tunmap append' 2023-02-09 00:13:08 +01:00
tests deprecate cfg 'nft rule tunmap append' 2023-02-09 00:13:08 +01:00
.gitignore initial osmocom boilerplate source tree 2022-01-21 01:45:44 +01:00
.gitreview initial osmocom boilerplate source tree 2022-01-21 01:45:44 +01:00
AUTHORS initial osmocom boilerplate source tree 2022-01-21 01:45:44 +01:00
COPYING add missing COPYING file 2022-08-24 16:10:56 +02:00
Makefile.am initial osmocom boilerplate source tree 2022-01-21 01:45:44 +01:00
README.md update git URLs (git -> https; gitea) 2022-09-08 13:47:38 +00:00
TODO-RELEASE initial osmocom boilerplate source tree 2022-01-21 01:45:44 +01:00
configure.ac update git URLs (git -> https; gitea) 2022-09-08 13:47:38 +00:00
git-version-gen initial osmocom boilerplate source tree 2022-01-21 01:45:44 +01:00
osmoappdesc.py add VTY option gtp/mockup, for VTY tests 2022-07-20 17:07:48 +02:00

README.md

osmo-upf - Osmocom User Plane Function Implementation

Homepage

The official homepage of the project is https://osmocom.org/projects/osmo-upf/wiki

GIT Repository

You can clone from the official osmo-upf.git repository using

git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-upf

There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.

To submit patches, see "Contributing" below.

Documentation

User Manuals and VTY reference manuals are [optionally] built in PDF form as part of the build process.

Pre-rendered PDF version of the current "master" can be found at User Manual as well as the VTY Reference Manual

Mailing List

Discussions related to osmo-bts are happening on the osmocom-net-gprs@lists.osmocom.org mailing list, please see https://lists.osmocom.org/postorius/lists/osmocom-net-gprs@lists.osmocom.org/ for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

Submit patches at https://gerrit.osmocom.org/ See also https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit

The current patch queue for OsmoUPF can be seen at https://gerrit.osmocom.org/#/q/project:osmo-upf+status:open