summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm48_rr.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-03(WIP) mobile/gsm48_cc.c: ignore MNCC_FRAME_{RECV|DROP} messagesVadim Yanitskiy1-21/+0
2018-10-03host/mobile: integrate GAPK based audio I/O back-endVadim Yanitskiy1-0/+9
2018-10-03mobile/gsm48_rr.c: drop TCH/F channel limitationVadim Yanitskiy1-8/+0
2018-10-03mobile/gsm48_rr.c: properly handle CHANNEL MODE MODIFYVadim Yanitskiy1-7/+23
2018-10-03mobile/gsm48_rr.c: fix copy-paste error in commentVadim Yanitskiy1-1/+1
2018-10-03mobile/gsm48_rr.c: print error if ch_type is not TCHVadim Yanitskiy1-2/+4
2018-10-03mobile/gsm48_rr.c: prevent uninitialized memory accessVadim Yanitskiy1-1/+8
2018-10-03mobile/gsm48_rr.c: print name of channel modeVadim Yanitskiy1-2/+2
2018-10-03mobile/gsm48_rr.c: set audio mode according to configurationVadim Yanitskiy1-1/+13
2018-07-23Move from libc random() to osmo_get_rand_id (2nd attempt)Holger Hans Peter Freyther1-1/+2
2018-07-17Revert "Move from libc random() to osmo_get_rand_id"Vadim Yanitskiy1-3/+1
2018-07-11Move from libc random() to osmo_get_rand_idHolger Hans Peter Freyther1-1/+3
2018-03-14L1CTL/L1CTL_CRYPTO_REQ: add key length and channel infoVadim Yanitskiy1-4/+8
2017-12-13mobile/gsm48_rr.c: cosmetic: drop wrong commentVadim Yanitskiy1-1/+0
2017-12-13mobile/gsm48_rr.c: fix ACCH System Information parsingVadim Yanitskiy1-15/+11
2017-11-05mobile: get rid of unused variables / functionsVadim Yanitskiy1-19/+15
2017-05-25mobile/gsm48_rr.c: fix BA range exceed checkVadim Yanitskiy1-1/+3
2017-01-15Support Early Classmark SendingHarald Welte1-0/+6
2017-01-15Fix encoding of padding at end of CLASSMARK 3 IEHarald Welte1-2/+2
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