mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-pcu.git
synced 2025-11-02 13:13:31 +00:00
osmo-bts-xyz: include pcu_l1_if_phy.h in phy in l1_if code
The file pcu_l1_if_phy.h contains the function prototypes for the implementations found in xyz_l1_if.c. Lets also include pcu_l1_if_phy.h in the related .c files. Change-Id: Id35ba473973108da4e36d5c6f2ca78da1225ae8b Related: OS#5198
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <lc15_l1_if.h>
|
||||
#include <gprs_debug.h>
|
||||
#include <pcu_l1_if.h>
|
||||
#include <pcu_l1_if_phy.h>
|
||||
#include <pdch.h>
|
||||
#include <bts.h>
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <gprs_debug.h>
|
||||
#include <pcu_l1_if.h>
|
||||
#include <pcu_l1_if_phy.h>
|
||||
#include <osmocom/pcu/pcuif_proto.h>
|
||||
#include <bts.h>
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <sysmo_l1_if.h>
|
||||
#include <gprs_debug.h>
|
||||
#include <pcu_l1_if.h>
|
||||
#include <pcu_l1_if_phy.h>
|
||||
#include <pdch.h>
|
||||
#include <bts.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user