summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb
diff options
context:
space:
mode:
authorHarald Welte2011-06-22 23:01:18 +0200
committerHarald Welte2011-06-22 23:01:18 +0200
commit4d5f74375a87169a96675feaa86b0d49874d746a (patch)
tree5adeecb46b1ac737d3dbd701d675f77ddc8d21f2 /src/host/layer23/include/osmocom/bb
parentlapdm.c: remove unneeded header file #includes (diff)
downloadosmocom-4d5f74375a87169a96675feaa86b0d49874d746a.tar.gz
osmocom-4d5f74375a87169a96675feaa86b0d49874d746a.tar.xz
osmocom-4d5f74375a87169a96675feaa86b0d49874d746a.zip
remove l1ctl data structure from l2_ph_data_ind()
Diffstat (limited to 'src/host/layer23/include/osmocom/bb')
-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 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 */