Skip to content
Success

Changes

Summary

  1. pcap-server: Move stats to its own file (details)
  2. pcap-server: Make rotate-localtime feature configurable through VTY (details)
  3. pcap-server: Improve log error opening pcap file (details)
Commit eaa5a3c8a55f2e2b752678c2df605aaa0461f70f by Pau Espin Pedrol
pcap-server: Move stats to its own file

This will allow easily including the .o file in a unit tests which will
be added soon testing code from osmo_server_network.c, which requires
the pcap_server_group_desc symbol.

Change-Id: I71734a4c78e4d3109947ff5e69c3a382a7908218
The file was modifiedinclude/osmo-pcap/osmo_pcap_server.h
The file was modifiedsrc/osmo_server_main.c
The file was addedsrc/osmo_server_stats.c
The file was modifiedsrc/Makefile.am
Commit 1874764186bbabf01b851a9860826fdfd233b144 by Pau Espin Pedrol
pcap-server: Make rotate-localtime feature configurable through VTY

Related: SYS#7100
Change-Id: Idf17a161c17050bb62793a82e39179a093b35f73
The file was addedtests/rotate_localtime/Makefile.am
The file was modifiedsrc/osmo_server_network.c
The file was addedtests/rotate_localtime/rotate_localtime_test.c
The file was addedtests/rotate_localtime/rotate_localtime_test.ok
The file was modifieddoc/manuals/chapters/server.adoc
The file was modifiedinclude/osmo-pcap/osmo_pcap_server.h
The file was modifiedsrc/osmo_server_vty.c
The file was modifiedconfigure.ac
The file was modifiedtests/testsuite.at
The file was modified.gitignore
The file was addedtests/rotate_localtime/rotate_localtime_test.err
The file was modifiedtests/Makefile.am
The file was modifiedsrc/osmo_server_main.c
Commit 6957123f3c1fcfe02afa797d8a50aa067522e721 by Pau Espin Pedrol
pcap-server: Improve log error opening pcap file

Change-Id: Id7ff71f2259cd1e0401937ffcd51b8bb0be56e3e
The file was modifiedsrc/osmo_server_network.c