summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/l23_api.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-20Applying SIM handler fixesluca/catcherLuca Melette1-3/+3
2012-03-29Fixed neighbour cell measurement task for SDCCH/8 multiframesAndreas Eversberg1-4/+4
2012-02-12firmware: add missing includesSteve Markgraf1-2/+2
2012-02-04Improvement of neighbour cell power measurement task.Andreas Eversberg1-2/+5
2012-01-28layer1: Fixed power measurement, adding ARFCN wrappingAndreas Eversberg1-1/+1
2012-01-28firmware/layer1: Using queue to process received l23 frames in main loopAndreas Eversberg1-1/+24
2012-01-28Added callback function to forward L1CTL packets to rather than SERCOMAndreas Eversberg1-2/+9
2011-11-13target/fw/sim: SIM Layer 1 driverSylvain Munaut1-0/+24
2011-07-28fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut1-10/+22
2011-07-28fw/l1: Add a queue for traffic frame to send to network (TRAFFIC_REQ)Sylvain Munaut1-0/+27
2011-07-28l1ctl: Add definition for TRAFFIC_{REQ,CONF,IND}Sylvain Munaut1-1/+1
2011-07-17[layer1] Adding neighbour cell measurement code to layer1.Andreas Eversberg1-9/+67
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-2/+2
2010-12-27fw/layer1: Resync TCH primitive on mode changesSylvain Munaut1-0/+2
2010-10-30target/fw/layer1: Change L1CTL RACH req to properly use all slotsAndreas.Eversberg1-2/+4
2010-10-25target/fw/l23_api: Enable/Disable audio path appropriatelySylvain Munaut1-0/+14
2010-10-25target/fw/l23_api: Properly sync tch in DM EST REQSylvain Munaut1-2/+14
2010-10-25target/fw/layer1: Add support for the various TCH multi frame tasksSylvain Munaut1-2/+3
2010-09-28fw/layer1: Process the tch_mode and store it for later useSylvain Munaut1-0/+33
2010-09-28fw/layer1: Add support for measurement messages from layer2/3Andreas.Eversberg1-3/+13
2010-09-28fw/layer1: Introduce prim.h for all primitive related thingsSylvain Munaut1-0/+1
2010-09-26Remove the various checks for high TS as those should now workSylvain Munaut1-7/+0
2010-09-26target/layer1: Implement host-driven Tx power controlSylvain Munaut1-1/+1
2010-09-17fw/l23_api: Fix cut&paste typo in commentSylvain Munaut1-1/+1
2010-09-17fw/layer1: Properly set/reset ciphering parameters when neededSylvain Munaut1-1/+6
2010-09-17fw & layer23: Remove limitation about the SDCCH subchannel 4..8Sylvain Munaut1-7/+0
2010-09-14[layer1] Fixed memory leak issue after releasing dedicated modeAndreas.Eversberg1-0/+2
2010-09-11[layer1] Added frequency change control to layer 1 (L1CTL_FREQ_REQ)Andreas.Eversberg1-0/+32
2010-09-11[layer23 / layer1] Added interface for changing crypto mode of DSPAndreas.Eversberg1-0/+17
2010-07-27include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut1-1/+1
2010-07-27layer1/l23_api: Fix the L3_MSG_SIZE to include l1ctl header sizeSylvain Munaut1-1/+1
2010-07-15layer1: Fix DM_REL_REQ to release all dedicated stateSylvain Munaut1-0/+1
2010-07-13[layer 1] L1CTL_PARAM_REQ is introduced to change TX power and TA.Andreas.Eversberg1-0/+18
2010-07-13[layer 1] Reset option for scheduled frames.Andreas.Eversberg1-0/+5
2010-07-13[layer1] Added mf_off to shedule next RACH request.Andreas.Eversberg1-2/+2
2010-06-28layer1/l23_api: Use the fn51 given in the l1a_rach_reqSylvain Munaut1-2/+2
2010-06-28layer1/l2a_api: Update DM EST REQ limitationsSylvain Munaut1-7/+6
2010-06-26[layer23] Fixed DM est./release for current supported channel types.Andreas.Eversberg1-2/+2
2010-06-25[l1ctl] add dedicated mode release requestHarald Welte1-0/+12
2010-06-25[layer1] remove superfluous rx_window callHarald Welte1-4/+0
2010-06-24[layer23] use the TSC that is passed from L1 when going in dedicated modeHarald Welte1-2/+2
2010-06-24layer1: Introduce a decicated channel state in l1sSylvain Munaut1-1/+34
2010-06-24l1a_l23_interface: Update DM EST REQ formatSylvain Munaut1-4/+4
2010-06-22fw/layer1/l23_api: Process each message in a functionSylvain Munaut1-61/+98
2010-06-22fw/layer1: Fix compiler warning about mismatched ptr typesSylvain Munaut1-1/+1
2010-06-22fw/layer1: Add support CCCH combined/non-combinedSylvain Munaut1-0/+41
2010-06-20[layer1] add missing break statment at end of switch()Harald Welte1-0/+1
2010-06-20[L1CTL] rename primitives to comply with official naming s/_REQ/_CONF/Harald Welte1-2/+2
2010-06-20[L1CTL] Introduce L1CTL_RESET_RESPHarald Welte1-0/+34
2010-05-20L1: don't hexdump every packet we receive from L1CTL to consoleHarald Welte1-3/+4