Skip to content
Success

Changes

Summary

  1. server: Split network code into its own file (details)
Commit 41d910464a512db4d8681b06422769a053c0cc53 by Pau Espin Pedrol
server: Split network code into its own file

Separate code related to network socket handling into its own separate
file, as already done in osmo-pcap-client.
This allows easily finding out which code is operating on the socket and
which code is operating on the pcap file being locally stored.
This will make modifying subsystems easier too.

Change-Id: I41d6e0398605becbea109a7bb5aac8981d65ab1b
The file was modifiedinclude/osmo-pcap/osmo_pcap_server.h
The file was modifiedtests/rotate_localtime/Makefile.am
The file was modifiedsrc/osmo_server_network.c
The file was addedsrc/osmo_server_core.c
The file was modifiedsrc/Makefile.am