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
This commit is contained in:
Philipp Maier 2023-02-27 15:01:22 +01:00
parent 0cb3b2aa16
commit af8d49a99d
1 changed files with 1 additions and 0 deletions

View File

@ -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);