l1ctl: Fill ph_data_param fn field

Related: OS#3626
Change-Id: I3317296b2bda1088a2af81ba9b135714f8393afd
This commit is contained in:
Pau Espin 2023-08-09 16:36:31 +02:00
parent 845ad38328
commit d524c17d90
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ static int rx_ph_data_ind(struct osmocom_ms *ms, struct msgb *msg)
PRIM_OP_INDICATION, msg);
pp.u.data.chan_nr = dl->chan_nr;
pp.u.data.link_id = dl->link_id;
pp.u.data.fn = dl->frame_nr;
/* send it up into LAPDm */
return lapdm_phsap_up(&pp.oph, le);