summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/l1l2_interface.h
blob: 41403d871b9f1e59835c7489b48e7b0459ea282d (plain)
1
2
3
4
5
6
7
8
#ifndef _L1L2_INTERFACE_H
#define _L1L2_INTERFACE_H

int layer2_open(struct osmocom_ms *ms, const char *socket_path);
int layer2_close(struct osmocom_ms *ms);
int osmo_send_l1(struct osmocom_ms *ms, struct msgb *msg);

#endif /* _L1L2_INTERFACE_H */