Skip to content
Success

Changes

Summary

  1. pcap-server: Introduce VTY cmd '[no] completed-path' (details)
Commit 6e1ce5d5c112a3409e04fcef00bdf53a09b6c023 by Pau Espin Pedrol
pcap-server: Introduce VTY cmd '[no] completed-path'

This VTY allows enabling feature to instruct osmo-pcap-server to move
the closed files (due to ration) into a separate directory.
This is useful for users who want to monitor and act on closed pcap
files to eg. generate statistics, etc.

Important: completed-path must be in the same filesystem mountpoint as
base-path, since osmo-pcap-server is actually not copying the files,
but atomically renaming the paths through rename() syscall.

Related: SYS#7248
Change-Id: I5166d1c5d9eb45358c87c2e1c5fbf7969d1d5294
The file was modifiedsrc/osmo_server_vty.c
The file was modifiedsrc/osmo_server_network.c
The file was modifieddoc/manuals/chapters/server.adoc
The file was modifiedinclude/osmo-pcap/osmo_pcap_server.h