L1CTL is sending PH-DATA.ind, not PH-DATA.req up to LAPDm

This commit is contained in:
Harald Welte 2011-06-24 15:26:59 +02:00
parent ec71711ebf
commit a9da9b730d
1 changed files with 1 additions and 1 deletions

View File

@ -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;