Skip to content
Success

Changes

Summary

  1. server: Split network code into its own file (details)
Commit accfb2eb0f075ee0756c29371d96d7fc5c004a6c 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 modifiedsrc/Makefile.am
The file was modifiedinclude/osmo-pcap/osmo_pcap_server.h
The file was addedsrc/osmo_server_core.c
The file was modifiedtests/rotate_localtime/Makefile.am
The file was modifiedsrc/osmo_server_network.c