lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
2016
December
November
October
September
August
July
June
May
List overview
Download
osmocom-announce
December 2024
----- 2025 -----
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
----- 2016 -----
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
osmocom-announce@lists.osmocom.org
1 participants
1 discussions
Start a n
N
ew thread
osmo-upf 0.2.0 released
by Oliver Smith
Today we've released osmo-upf 0.2.0. The changelog over 0.1.1 is as follows: > osmo-upf (0.2.0) unstable; urgency=medium > > [ Neels Hofmeyr ] > * improve manual: PFCP and GTP interfaces > * example cfg: tweak logging > > [ Oliver Smith ] > * osmo_pfcp_tool: fix osmo_pfcp_tool_copyright error > * debian: add osmo-pfcp-tool to osmo-upf package > * Run struct_endianness.py > * contrib/jenkins: build nftables without python > * contrib/jenkins: clone netfilter repos with https > * contrib/jenkins: netfilter: use PARALLEL_MAKE > * debian: set compat level to 10 > * systemd: depend on networking-online.target > * .deb/.rpm: various fixes related to non-root > * contrib/systemd: AmbientCapabilities=CAP_NET_ADMIN > * contrib: remove rpm spec file > * debian/postinst: add checks, be verbose > > [ Neels Janosch Hofmeyr ] > * Allow running without a GTP dev > * drop charts/, duplicated from libosmo-pfcp.git > * manual: add/fix running.adoc > * manual: add 'Configure Primary Links' > * vty doc: indicate default nft table name > * silence misleading error: "HEARTBEAT_REQ: Unknown message type" > * drop unused enum up_session_kind > * tests/upf.vty: add some missing nodes to the test > * VTY: rename 'gtp' to 'tunend' > * VTY: rename 'nft' to 'tunmap' > * osmo-pfcp-tool VTY: rename 'endecaps' to 'tunend' > * cosmetic: in code, rename 'endecaps' to 'tunend' > * cosmetic: rename upf_gtp_tun to upf_gtp_tunend > * drop unused upf_gtp_dev_is_tunnel_active() > * cosmetic: rename upf_gtp_dev_tunnel_* to upf_gtp_dev_tunend_* > * vty: revert rename of 'show gtp' > * VTY: show gtp: still list tunmap if no tunend device is open > * up_gtp_action_to_str_buf(): always print PDR IDs > * use osmo_pfcp_ie_outer_header_creation_to_str_buf() > * gtpu_echo: do not osmo_fd_register twice > * VTY 'show gtp': more accurately identify local/remote IP > * fix access/core mixup of PDR IDs / tunmap FAR > * clarify comments and naming around PDR+FAR classification > * tunmap: choose local GTP addr by Network Instance IEs > * log: add missing sep in far_to_str > * fix PFCP Session Mod: Update FAR > * in GTP actions, also store local GTP addrs > * nft: rename addr to addr_remote, add addr_local > * nft: incoming GTP-U: match on local IP, not remote IP > * nft: rewrite source IP in outgoing GTP-U > * nft: log nft rulesets on debug log > * nft: end each rule in semicolon > * nft: ensure to assign rule id only once > * GTP,UE addrs in osmo_sockaddr: assert( port == 0 ) > * nft: allow to get the ruleset string without running > * vty: add: show nft-rule tunmap example > * add cfg: tunmap / nft-rule append > * nft: append 'accept' to each rule > * tunend: choose local GTP addr by Network Instance IEs > * manual: use 'tunend' and 'tunmap' > * manual: explain new netinst cfg > * manual: tweak 'running' for new netinst feature > * manual: add charts explaining tunend and tunmap > * manual: some tweaks in overview > * manual: fix broken reference to netinst section > * fix copy-paste bug in up_endpoint.c > * fix deprecation: use telnet_init_default() > * check rc of osmo_use_count_get_put() > * error log: fix msg for gtp_del_tunnel() failure > * fix various crashes on osmo_pfcp_endpoint_tx() err handling > * osmo-pfcp-tool: avoid stale pointers on msg copy > * fix some PFCP peer,session error handling paths > * drop unused function up_peer_tx > * move GTP port definitions to upf.h > * deprecate cfg 'nft rule tunmap append' > * tunmap: prep new nft ruleset: log only mapping id > * tunmap: refactor nft ruleset: fix "martians" and "1024" > * tunmap: ensure nft table is removed on program exit > * osmo_pfcp_tool: make usable again > * minor api doc > * cosmetic: simplify naming: struct upf_tunmap, struct upf_tunend > * cosmetic: reduce dup in tunnel struct definitions > * cosmetic: rename g_upf->gtp to tunend, ->nft to tunmap > * move next_teid from up_endpoint to g_upf > * cosmetic: rename next_seid to next_up_seid > * build: drop LIBOSMO_GTLV > * build: add libupf.la (noinst) > * add unique_ids_test.c > * tunmap: ensure assigned chain_id is unused > * cosmetic: clarify session active / partially active semantics > * unique_ids_test.c: fix coverity ASSERT_SIDE_EFFECT > * manual: fix typo in running.adoc > * manual: 'Running': flatten section depths a bit > * manual: 'Running': tweak, mention 'tunmap' and 'tunend' > * manual: 'Running': tweak word, fix ws at line end > * manual: explain GTP Echo workaround for tunmap > * manual: explain IP forwarding > * tunmap: always set GTP-U source port to 2152 when forwarding > * vty doc fix > * pfcp-tool: fix extra newline in vty_out > * fix msgb memleak on GTP echo response > * fix EXTRA_DIST for vty test scripts > * drop unreachable statement > * contrib/pfcp-tool-scripts: adjust tunend_session_est.vty and upf cfg to match up > * upf gtp-u echo: improve loging > * upf gtp-u echo: rx Echo Response messages > * pfcp-tool: always use specific PDR ids for access and core > * nft: batch nftables commands > * osmo-upf: add VTY 'gtp-echo' command > > [ Max ] > * Set working directory in systemd service file > * ctrl: take both address and port from vty config > * .deb/.rpm: add osmocom user during package install > > [ Vadim Yanitskiy ] > * update git URLs (git -> https; gitea) > * contrib/jenkins.sh: clone libnftnl and libnftables via git:// > * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH > > [ arehbein ] > * osmo-pfcp-tool: Fix call to strerror > * up_session: Silence coverity warning > > [ Andreas Eversberg ] > * Use uniform log format for default config files > > -- Oliver Smith <osmith(a)sysmocom.de> Wed, 11 Dec 2024 16:37:06 +0100 -- - Oliver Smith <osmith(a)sysmocom.de>
https://www.sysmocom.de/
======================================================================= * sysmocom - systems for mobile communications GmbH * Siemensstr. 26a * 10551 Berlin, Germany * Sitz / Registered office: Berlin, HRB 134158 B * Geschaeftsfuehrer / Managing Director: Harald Welte
6 months, 1 week
1
0
0
0
← Newer
1
Older →
Jump to page:
1
Results per page:
10
25
50
100
200