Commit ed184abd authored by ISIP CS/NCTU's avatar ISIP CS/NCTU

ISIP PCIe library for xillybus

parent 8f730d40
This diff is collapsed.
#ifndef ISIP_HW_LIB_H
#define ISIP_HW_LIB_H
int ISIP_device_init(openair0_device* device, openair0_config_t *openair0_cfg);
void *eNB_thread_fronthaul( void *ptr );
void console_get_command(char* command);
void command_check(char * command);
int trx_ISIP_HW_read (void **buff, int nsamps, int cc);
int trx_ISIP_HW_write(void **buff, int nsamps, int cc);
int ISIP_HW_recv(void *buff, int nsamps);
int ISIP_HW_send(void *buff, int nsamps);
void unpack_data(int* oai_stream_buff, int* unpack_buff,int nsamps);
void pack_data(int* pack_buff, int* oai_stream_buff,int nsamps);
#endif // COMMON_LIB_H
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment