Commit Graph

9 Commits

Author SHA1 Message Date
Sylvain Munaut c382fbf943 include: Rename l1a_l23_interface.h to l1ctl_proto.h
The interface between l1 and upper layer is called by several
name. IMHO l1ctl is shorted and sounds good so try to unify
using that.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-07-27 20:51:29 +02:00
Andreas.Eversberg 0719e9ac7d [layer1] Added mf_off to shedule next RACH request.
The mf_off value defines the offset of multiframes.
2010-07-13 13:58:41 +00:00
Sylvain Munaut 1453c43202 layer1/tpu_window: Add experimental support for TS != 0
This is flawed, but allows testing ...

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-06-28 21:40:01 +02:00
Harald Welte 806da1525b [layer1] use __attribute__ ((constructor)) for completion initializers 2010-06-24 13:30:56 +02:00
Harald Welte 3660a25d3c [layer1] Fix RACH completion (don't use FB completion callback) 2010-06-20 19:20:42 +02:00
Harald Welte 281ea80498 [L1CTL] rename primitives to comply with official naming s/_REQ/_CONF/
When L23 issues a REQ, we should respond with CONF, rather than _RESP
2010-06-20 19:10:21 +02:00
Harald Welte 64b4a7a585 [layer1] Add L1CTL_RACH_RESP to confirm that a RACH request was sent 2010-06-20 18:13:14 +02:00
Harald Welte 452bc18470 cosmetic/whitespace change 2010-05-17 09:23:35 +02:00
Harald Welte f7af19661a layer1: reorganize code, introduce prim_{pm,rach}.c
The new plan for layer1 is to structure the source code not based on
whether it is part of l1s/l1a or other parts, but based on 'primitives'.

All code that relates to transmitting a RACH burst should be in one
file, same for all code related to power management.  Those files are
called layer1/prim_*.c
2010-04-09 19:56:12 +02:00