summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/l1ctl.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-22 23:04:20 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-22 23:04:20 +0200
commitf36e4fe86c68e52e9714c0b9e9ec9a86b4a76bde (patch)
tree64a9f693300511bf8656fa84c9580e899a7ee934 /src/host/layer23/src/common/l1ctl.c
parent4d5f74375a87169a96675feaa86b0d49874d746a (diff)
remove l1ctl data structure form l2_ph_chan_conf()
This brings us one step closer to de-couple LAPDm from L1CTL
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 46c1ebfb..f3c2b744 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -122,7 +122,7 @@ static int rx_l1_rach_conf(struct osmocom_ms *ms, struct msgb *msg)
dl = (struct l1ctl_info_dl *) msg->l1h;
- l2_ph_chan_conf(msg, ms, dl);
+ l2_ph_chan_conf(msg, ms, ntohl(dl->frame_nr));
return 0;
}