From 4d5f74375a87169a96675feaa86b0d49874d746a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 22 Jun 2011 23:01:18 +0200 Subject: remove l1ctl data structure from l2_ph_data_ind() --- src/host/layer23/include/osmocom/bb/common/lapdm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/host/layer23/include/osmocom') diff --git a/src/host/layer23/include/osmocom/bb/common/lapdm.h b/src/host/layer23/include/osmocom/bb/common/lapdm.h index b5b8187..ad5933b 100644 --- a/src/host/layer23/include/osmocom/bb/common/lapdm.h +++ b/src/host/layer23/include/osmocom/bb/common/lapdm.h @@ -98,7 +98,7 @@ void lapdm_entity_exit(struct lapdm_entity *le); void lapdm_channel_exit(struct lapdm_channel *lc); /* input into layer2 (from layer 1) */ -int l2_ph_data_ind(struct msgb *msg, struct lapdm_entity *le, struct l1ctl_info_dl *l1i); +int l2_ph_data_ind(struct msgb *msg, struct lapdm_entity *le, uint8_t chan_nr, uint8_t link_id); int l2_ph_data_conf(struct msgb *msg, struct lapdm_entity *le); /* L1 confirms channel request */ -- cgit v1.2.3-55-g7522