summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-08-09 16:36:31 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-08-09 16:38:06 +0200
commitd524c17d907b39189c1c7b465b8f40db2d79f55b (patch)
treecb61c0732f8c5f7d057ba59c9f373adb13167d2b
parent845ad38328db3134f271ae696d14f7ece88315d8 (diff)
l1ctl: Fill ph_data_param fn field
-rw-r--r--src/host/layer23/src/common/l1ctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c
index 7f15c39b..08fb6465 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -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);