summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/l23_api.c
Commit message (Expand)AuthorAgeFilesLines
* fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut2011-07-281-10/+22
* fw/l1: Add a queue for traffic frame to send to network (TRAFFIC_REQ)Sylvain Munaut2011-07-281-0/+27
* l1ctl: Add definition for TRAFFIC_{REQ,CONF,IND}Sylvain Munaut2011-07-281-1/+1
* [layer1] Adding neighbour cell measurement code to layer1.Andreas Eversberg2011-07-171-9/+67
* src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso2011-04-261-2/+2
* fw/layer1: Resync TCH primitive on mode changesSylvain Munaut2010-12-271-0/+2
* target/fw/layer1: Change L1CTL RACH req to properly use all slotsAndreas.Eversberg2010-10-301-2/+4
* target/fw/l23_api: Enable/Disable audio path appropriatelySylvain Munaut2010-10-251-0/+14
* target/fw/l23_api: Properly sync tch in DM EST REQSylvain Munaut2010-10-251-2/+14
* target/fw/layer1: Add support for the various TCH multi frame tasksSylvain Munaut2010-10-251-2/+3
* fw/layer1: Process the tch_mode and store it for later useSylvain Munaut2010-09-281-0/+33
* fw/layer1: Add support for measurement messages from layer2/3Andreas.Eversberg2010-09-281-3/+13
* fw/layer1: Introduce prim.h for all primitive related thingsSylvain Munaut2010-09-281-0/+1
* Remove the various checks for high TS as those should now workSylvain Munaut2010-09-261-7/+0Star
* target/layer1: Implement host-driven Tx power controlSylvain Munaut2010-09-261-1/+1
* fw/l23_api: Fix cut&paste typo in commentSylvain Munaut2010-09-171-1/+1
* fw/layer1: Properly set/reset ciphering parameters when neededSylvain Munaut2010-09-171-1/+6
* fw & layer23: Remove limitation about the SDCCH subchannel 4..8Sylvain Munaut2010-09-171-7/+0Star
* [layer1] Fixed memory leak issue after releasing dedicated modeAndreas.Eversberg2010-09-141-0/+2
* [layer1] Added frequency change control to layer 1 (L1CTL_FREQ_REQ)Andreas.Eversberg2010-09-111-0/+32
* [layer23 / layer1] Added interface for changing crypto mode of DSPAndreas.Eversberg2010-09-111-0/+17
* include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut2010-07-271-1/+1
* layer1/l23_api: Fix the L3_MSG_SIZE to include l1ctl header sizeSylvain Munaut2010-07-271-1/+1
* layer1: Fix DM_REL_REQ to release all dedicated stateSylvain Munaut2010-07-151-0/+1
* [layer 1] L1CTL_PARAM_REQ is introduced to change TX power and TA.Andreas.Eversberg2010-07-131-0/+18
* [layer 1] Reset option for scheduled frames.Andreas.Eversberg2010-07-131-0/+5
* [layer1] Added mf_off to shedule next RACH request.Andreas.Eversberg2010-07-131-2/+2
* layer1/l23_api: Use the fn51 given in the l1a_rach_reqSylvain Munaut2010-06-281-2/+2
* layer1/l2a_api: Update DM EST REQ limitationsSylvain Munaut2010-06-281-7/+6Star
* [layer23] Fixed DM est./release for current supported channel types.Andreas.Eversberg2010-06-261-2/+2
* [l1ctl] add dedicated mode release requestHarald Welte2010-06-251-0/+12
* [layer1] remove superfluous rx_window callHarald Welte2010-06-251-4/+0Star
* [layer23] use the TSC that is passed from L1 when going in dedicated modeHarald Welte2010-06-241-2/+2
* layer1: Introduce a decicated channel state in l1sSylvain Munaut2010-06-241-1/+34
* l1a_l23_interface: Update DM EST REQ formatSylvain Munaut2010-06-241-4/+4
* fw/layer1/l23_api: Process each message in a functionSylvain Munaut2010-06-221-61/+98
* fw/layer1: Fix compiler warning about mismatched ptr typesSylvain Munaut2010-06-221-1/+1
* fw/layer1: Add support CCCH combined/non-combinedSylvain Munaut2010-06-221-0/+41
* [layer1] add missing break statment at end of switch()Harald Welte2010-06-201-0/+1
* [L1CTL] rename primitives to comply with official naming s/_REQ/_CONF/Harald Welte2010-06-201-2/+2
* [L1CTL] Introduce L1CTL_RESET_RESPHarald Welte2010-06-201-0/+34
* L1: don't hexdump every packet we receive from L1CTL to consoleHarald Welte2010-05-201-3/+4
* layer1/l1ctl: Split L1CTL_NEW_CCCH_REQ in FBSB_REQ nad SYNC_REQHarald Welte2010-05-191-9/+9
* fw/layer1: Encapsulate mframe scheduler function betterSylvain Munaut2010-04-281-1/+1
* target/layer1: Fix typo in l23 message reception debugSylvain Munaut2010-04-281-1/+1
* layer1: properly reset fb_once and sb_once when syncing to new cellHarald Welte2010-04-061-3/+1Star
* layer1: deactivate all mframe tasks at L1CTL_DM_EST_REQ timeHarald Welte2010-04-061-0/+1
* l1ctl protocol: Introduce multi-part message DONE flagHarald Welte2010-04-051-0/+3
* Implement L23-triggered L1 power measurement scanHarald Welte2010-03-271-9/+29
* L1A/L23 interface (L1CTL) cleanupHarald Welte2010-03-211-7/+24