summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm48_rr.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-17[layer23] Fixed handling of channel 0 in certain loopsAndreas Eversberg1-4/+5
2011-07-16gsm48_rr: Don't overflow array boundaryHarald Welte1-1/+1
2011-06-23lapdm: remove get_rsl_name() and use libosmogsm:gsm_rsl_name() insteadHarald Welte1-2/+2
2011-06-23further decouple lapdm code from osmocom_ms and l1ctlHarald Welte1-1/+1
2011-06-22add l1ctl_proto.h #includes to lots of filesHarald Welte1-0/+2
2011-06-21layer23: make LAPDm code mostly independent of 'struct osmocom_ms'Harald Welte1-6/+8
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg1-49/+157
2011-05-15src: use namespace prefix osmo_timer*Pablo Neira Ayuso1-25/+25
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-5/+5
2010-12-28[layer23] Timer 3126 must be stopped even if starting time is givenAndreas.Eversberg1-3/+3
2010-10-30layer23: Use the new rach_req format in l1ctl and update l23 apps to use itAndreas.Eversberg1-3/+4
2010-10-24[layer23] Fixed conditions for complete set of SYSTEM INFORMATIONAndreas.Eversberg1-8/+3
2010-10-24[layer23] Old SYSTEM INFORMATION 5 and 6 must be removed when entering DMAndreas.Eversberg1-0/+3
2010-10-24[layer23] Moving decoding of SYSTEM INFORMATION to sysinfo.cAndreas.Eversberg1-414/+22
2010-10-20[layer23] Don't request a channel, if SYSINFO 3 is not availableAndreas.Eversberg1-1/+6
2010-10-20[layer23] Fix of channel request cause "OTHER or SDCCH"Andreas.Eversberg1-1/+1
2010-10-13[layer23] Fixed cell monitoring output (RR idle mode)Andreas.Eversberg1-1/+3
2010-10-13[layer23] Minor change in paging debuggingAndreas.Eversberg1-16/+16
2010-10-12[layer23] Fixed ASSIGNMENT / HANDOVER failure handlingAndreas.Eversberg1-53/+66
2010-10-12[layer23] Fixed resume of datalink (after assignment or handover)Andreas.Eversberg1-31/+30
2010-10-12[layer23] Adding some debugging outputAndreas.Eversberg1-4/+7
2010-10-12[layer23] Implementation of signal loss criteria as defined in TS 05.08Andreas.Eversberg1-18/+25
2010-10-03[layer23] Fixed ACCH reception of TCH channelsAndreas.Eversberg1-1/+2
2010-10-03[layer23] Rework of "support"-features, features can be disabled nowAndreas.Eversberg1-50/+53
2010-10-03gsm48_rr.c: Move the access below the parsing (found by clangHolger Hans Peter Freyther1-2/+2
2010-09-28l1ctl: Add initial tch_mode value in DM_EST_REQSylvain Munaut1-4/+3
2010-09-28[layer23] Fixed incorrect use of memcpy for frequency list IEsAndreas.Eversberg1-25/+25
2010-09-27[layer23] Fixed parsing of ASSIGNMENT / HANDOVER (type-value) IEsAndreas.Eversberg1-16/+26
2010-09-27[layer23] Fixed debug output in gsm48_rr.cAndreas.Eversberg1-1/+1
2010-09-27[layer23] Alter simulated-delay via VTY on the fly (active channel)Andreas.Eversberg1-0/+15
2010-09-26[layer23] Cleanup of various 'printf' debuggingAndreas.Eversberg1-4/+4
2010-09-26[layer23] Use correct IE for timing advanceAndreas.Eversberg1-1/+1
2010-09-26Remove the various checks for high TS as those should now workSylvain Munaut1-5/+0
2010-09-26[layer23] Speech codec selection and negotiation with networkAndreas.Eversberg1-20/+113
2010-09-26[layer23] Adding application generated measurement reportAndreas.Eversberg1-80/+239
2010-09-19layer23/mobile/gsm48_rr: Fix typo in IMMEDIATE ASSIGNMENT EXTENDEDSylvain Munaut1-2/+2
2010-09-19[layer23] Re-setting encryption, if enabled after changing channel.Andreas.Eversberg1-8/+17
2010-09-17fw & layer23: Remove limitation about the SDCCH subchannel 4..8Sylvain Munaut1-1/+1
2010-09-17host/mobile: Enable frq_refef & hand over now that libosmocore is updatedSylvain Munaut1-9/+0
2010-09-17[layer23] CM service is now accepted when ciphering has startedAndreas.Eversberg1-1/+10
2010-09-15[layer23] Fixed A5/1 support codingAndreas.Eversberg1-11/+13
2010-09-14[layer23] Undo second hunk of last commitAndreas.Eversberg1-2/+2
2010-09-14[layer23] Fixed IMEISV type IE for CIPHERING COMPLETE messageAndreas.Eversberg1-3/+5
2010-09-11[layer23 / layer1] Added interface for changing crypto mode of DSPAndreas.Eversberg1-3/+14
2010-08-29[layer23] Reset scheduler after leaving dedicated modeAndreas.Eversberg1-6/+6
2010-08-28[layer23] Disable FREQUENCY REDEFINITION and HANDOVER COMPLETE / FAILURE due ...Andreas.Eversberg1-0/+9
2010-08-28[layer23] Layer 3 now uses SIM client to request and update SIM dataAndreas.Eversberg1-8/+38
2010-08-21[layer23] Radio ressource protocol completed except for handover, meas.Andreas.Eversberg1-194/+837
2010-08-14[layer23] Added (incomplete) ASSIGNMENT COMMAND handlingAndreas.Eversberg1-309/+564
2010-08-12[layer23] Removed hack: Allocate SDCCH when requesting a TCHAndreas.Eversberg1-13/+12