summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/l1ctl.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-24 15:26:59 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-24 15:26:59 +0200
commita9da9b730df492857f1a6ad82c3c98aa1f799d56 (patch)
treeb1e8aba3bb7e1cfbe0282ff0b8fd7c81bdc6662f /src/host/layer23/src/common/l1ctl.c
parentec71711ebf1a00bcbd6d9dba0d39a827a8dfecf7 (diff)
L1CTL is sending PH-DATA.ind, not PH-DATA.req up to LAPDm
Diffstat (limited to 'src/host/layer23/src/common/l1ctl.c')
-rw-r--r--src/host/layer23/src/common/l1ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c
index e53df1e9..867f5c53 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -236,7 +236,7 @@ printf("Dropping frame with %u bit errors\n", dl->num_biterr);
msg->l1h = NULL;
osmo_prim_init(&pp.oph, SAP_GSM_PH, PRIM_PH_DATA,
- PRIM_OP_REQUEST, msg);
+ PRIM_OP_INDICATION, msg);
pp.u.data.chan_nr = dl->chan_nr;
pp.u.data.link_id = dl->link_id;