summaryrefslogtreecommitdiffstats
path: root/include/l1ctl_proto.h
Commit message (Collapse)AuthorAgeFilesLines
* l1ctl: Add definitions for the audio_mode configurationSylvain Munaut2011-07-281-3/+9
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* l1ctl: Add definition for TRAFFIC_{REQ,CONF,IND}Sylvain Munaut2011-07-281-0/+15
| | | | | | Also adapt packet creation length in L1 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* [layer23] Adding neighbour cell measurement to L1CTL interface.Andreas Eversberg2011-07-171-0/+20
|
* target/fw/layer1: Change L1CTL RACH req to properly use all slotsAndreas.Eversberg2010-10-301-3/+2Star
| | | | | Written-by: Andreas Eversberg <jolly@eversberg.eu> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* l1ctl: Add initial tch_mode value in DM_EST_REQSylvain Munaut2010-09-281-0/+2
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* [layer23] Added support for changing TCH mode via L1CTL messagesAndreas.Eversberg2010-09-261-0/+17
|
* [layer23] SIM client completionAndreas.Eversberg2010-09-181-0/+2
| | | | | | | | | | | | | | | The SIM client is now complete. Because it usefull for multiple applications, i moved it to the layer23/src/common directory. The SIM reader works together with mobile process. Fixes were made. Thanx to all for testing, finding bugs, and making it work as it is supposed to do. The current version uses special L1CTL messages to send and receive APDUs. This will change in the future, when BTSAP interface is completed. Please note that this client will not work until the layer1 SIM reader fixes and extensions are committed.
* [layer23 / layer1] Added interface for changing crypto mode of DSPAndreas.Eversberg2010-09-111-0/+6
| | | | | | | | The layer23 will now set crypto mode and key when CIPHERING MODE COMMAND is received. After crypto mode has been set, CIPHERING MODE COMPLETE is sent. NOTE: Layer1 implements only the interface, there is no functionality to it yet.
* [l1ctl] Introducing L1CTL_FREQ_REQ to change frequency hopping sequenceAndreas.Eversberg2010-08-211-10/+25
| | | | | | | This is only the header, so there is no functionality yet. The functionality for layer1 works, but it is not yet ready for commit. This commit is required for radio ressource protocol commited later.
* l1ctl_proto: Use an enum for the message type rather than #definesSylvain Munaut2010-07-271-19/+22
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* l1ctl_proto.h: Fixup name of the guard ifdefSylvain Munaut2010-07-271-3/+3
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut2010-07-271-0/+214
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>