dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/31558 )
Change subject: pcu_l1_if_phy: add header file for struct gsmtap_inst ......................................................................
pcu_l1_if_phy: add header file for struct gsmtap_inst
Lets include the header file that contains the definition of struct gsmtap_inst since this struct is directly used with l1if_open_pdch.
Change-Id: I9b859c4f7906f31547549d4ff7751fb720519270 Related: OS#5198 --- M src/pcu_l1_if_phy.h 1 file changed, 14 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/src/pcu_l1_if_phy.h b/src/pcu_l1_if_phy.h index f25bf7b..73d0b6f 100644 --- a/src/pcu_l1_if_phy.h +++ b/src/pcu_l1_if_phy.h @@ -1,6 +1,7 @@ #pragma once
#include <stdint.h> +#include <osmocom/core/gsmtap_util.h>
void *l1if_open_pdch(uint8_t trx_no, uint32_t hlayer1, struct gsmtap_inst *gsmtap); int l1if_connect_pdch(void *obj, uint8_t ts);