summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-22 23:01:18 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-22 23:01:18 +0200
commit4d5f74375a87169a96675feaa86b0d49874d746a (patch)
tree5adeecb46b1ac737d3dbd701d675f77ddc8d21f2 /src/host/layer23/include
parentf47de03fe1d9d1b92255460b9c72388ec2abd80c (diff)
remove l1ctl data structure from l2_ph_data_ind()
Diffstat (limited to 'src/host/layer23/include')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/lapdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/lapdm.h b/src/host/layer23/include/osmocom/bb/common/lapdm.h
index b5b81872..ad5933b3 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 */