Commit
70c477a0b473beca292e8ef3ce9d65ff381c370f
by Pau Espin Pedrol pcap-server: Avoid pcap time-based rotation if wall clock went backwards Keep writing to the last pcap created instead of creating a new pcap with older timestamp if clock jumped backwards. Change-Id: If2f609f6980156a70a12a8759110038df44c6655 The file was modified src/osmo_server_network.c The file was modified doc/manuals/chapters/server.adoc
Commit
b03c7b0e4b031d81fc14709c7f622842d9968963
by Pau Espin Pedrol pcap-client: Move conns llist initialization to constructor Change-Id: Ib67efa0579755a117c7680f490916e37165204cc The file was modified src/osmo_client_main.c The file was modified src/osmo_client_core.c
Commit
8f44fb0b4f4b36d17c879ead0ea32c82c8bc9c50
by Pau Espin Pedrol pcap-client: Split client-conn allocation to its own constructor function Preparation patch towards follow-up changes. Also makes it easier to spot whre this struct is allocated. Change-Id: I0cea59f9a94cf1233c2df6ea844a1c5599123d64 The file was modified src/osmo_client_core.c
Commit
4f3a2e39bb272296840ad24335be832f43b82715
by Pau Espin Pedrol pcap-client: Alloc default client conn similarly to other ones Allocate the 1st default conn the same way as the other ones. The only real difference between the 1st one and the subsequent ones is how is it represented in the VTY tree. Change-Id: I4ead7b1b04a97a329cd1a299bde9de18b5f643a7 The file was modified src/osmo_client_core.c The file was modified src/osmo_client_main.c The file was modified src/osmo_client_vty.c The file was modified include/osmo-pcap/osmo_pcap_client.h