trxcon: cosmetic: rename l1ctl_link.[ch] to l1ctl_server.[ch]

Change-Id: I91149087bac6c745253d99deae2e32275b446a39
This commit is contained in:
Vadim Yanitskiy 2022-07-18 04:48:18 +07:00
parent 506e9085e3
commit 4c83590f1d
7 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
noinst_HEADERS = \
l1ctl_proto.h \
l1ctl_link.h \
l1ctl_server.h \
l1ctl.h \
l1sched.h \
trx_if.h \

View File

@ -3,7 +3,7 @@
#include <stdint.h>
#include <osmocom/core/msgb.h>
#include <osmocom/bb/trxcon/l1ctl_link.h>
#include <osmocom/bb/trxcon/l1ctl_server.h>
#include <osmocom/bb/trxcon/l1ctl_proto.h>
/* Event handlers */

View File

@ -38,7 +38,7 @@ libl1sched_la_LIBADD = \
bin_PROGRAMS = trxcon
trxcon_SOURCES = \
l1ctl_link.c \
l1ctl_server.c \
l1ctl.c \
trx_if.c \
logging.c \

View File

@ -37,7 +37,7 @@
#include <osmocom/gsm/protocol/gsm_08_58.h>
#include <osmocom/bb/trxcon/logging.h>
#include <osmocom/bb/trxcon/l1ctl_link.h>
#include <osmocom/bb/trxcon/l1ctl_server.h>
#include <osmocom/bb/trxcon/l1ctl_proto.h>
#include <osmocom/bb/trxcon/trx_if.h>

View File

@ -36,7 +36,7 @@
#include <osmocom/core/write_queue.h>
#include <osmocom/bb/trxcon/logging.h>
#include <osmocom/bb/trxcon/l1ctl_link.h>
#include <osmocom/bb/trxcon/l1ctl_server.h>
static int l1ctl_client_read_cb(struct osmo_fd *ofd)
{

View File

@ -45,7 +45,7 @@
#include <osmocom/bb/trxcon/trx_if.h>
#include <osmocom/bb/trxcon/logging.h>
#include <osmocom/bb/trxcon/l1ctl.h>
#include <osmocom/bb/trxcon/l1ctl_link.h>
#include <osmocom/bb/trxcon/l1ctl_server.h>
#include <osmocom/bb/trxcon/l1ctl_proto.h>
#include <osmocom/bb/trxcon/l1sched.h>