aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/iu.h
blob: fc1bde9903d26df3f859a19b3f9f2b60e2626736 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

struct msgb;
struct gprs_ra_id;

typedef int (* iu_recv_cb_t )(struct msgb *msg, struct gprs_ra_id *ra_id,
			      /* TODO is ra_id only used for gprs? ^ */
			      uint16_t *sai);

int iu_tx(struct msgb *msg, uint8_t sapi);