summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm48_rr.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-13WIP: Support Early Classmark Sendinglaforge/early-cmHarald Welte1-0/+6
2013-01-08mobile: Fixed ignoring of MDL-ERROR-INDAndreas Eversberg1-0/+1
2012-11-22Rename various "rxlev" variable to "rxlev_dbm" and correct their signessAndreas Eversberg1-5/+5
2012-10-30Fix: Change T200 of LAPDm if SAPI 0 and SAPI 3 share bandwidth on SDCCHAndreas Eversberg1-0/+31
2012-10-30Fixed decoding of hexadecimal LAI componentsAndreas Eversberg1-11/+0
2012-02-14mobile: Add vty option to force rekeying for every new channelTim Ehlers1-1/+1
2012-01-02layer23/mobile: Minor fix of debugging outputAndreas Eversberg1-1/+1
2011-11-13host/mobile/sms: Adding SAPI 3 support to MM and RR layersAndreas Eversberg1-67/+431
2011-11-13host/mobile: Whitespace fixes, no functional changesSylvain Munaut1-17/+17
2011-11-13host/mobile: Fixed paging response with correct identity typeAndreas Eversberg1-20/+34
2011-08-06Fix of wong Classmark 2 when doing CM Service Request.Andreas Eversberg1-5/+6
2011-07-28layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg1-6/+54
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg1-10/+48
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