summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm48_mm.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-03mobile/gsm48_mm.c: use proper types for gsm48_rr_hdrVadim Yanitskiy1-5/+5
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-4/+1
2018-07-11Move from libc random() to osmo_get_rand_idHolger Hans Peter Freyther1-1/+4
2017-12-03mobile: Notify MM status changes and generate primitive op indHolger Hans Peter Freyther1-0/+2
2017-11-27mobile: Instead of putting semantic in a comment, use an enumHolger Hans Peter Freyther1-2/+2
2017-11-05mobile: get rid of unused variables / functionsVadim Yanitskiy1-7/+2
2017-11-05mobile/gsm48_mm.c: use secure gsm_7bit_decode_nVadim Yanitskiy1-4/+1
2017-05-25mobile/gsm48_mm.c: strip unused variableVadim Yanitskiy1-2/+0
2013-05-23gsm48_mm.c: Bugfix: payload_len should be signed intBhaskar1-1/+1
2012-12-29Fix: Check if cell is barred, before performing location updatingAndreas Eversberg1-0/+9
2012-10-30Fixed decoding of hexadecimal LAI componentsAndreas Eversberg1-3/+3
2012-02-14mobile: Add vty option to force rekeying for every new channelTim Ehlers1-2/+2
2011-11-17mobile/MM: Fixed handling of T3230 (MM connection timeout)Andreas Eversberg1-1/+2
2011-11-17mobile/MM: Fixed handling of T3220 (IMSI detach timeout)Andreas Eversberg1-3/+20
2011-11-13host/mobile: Indicate unsupported TS 04.14 test messages in logAndreas Eversberg1-0/+5
2011-11-13host/mobile: Adding (partly implemented) supplementary service supportAndreas Eversberg1-8/+3
2011-11-13host/mobile/sms: Adding SMS support for osmocomBB/mobileAndreas Eversberg1-2/+3
2011-11-13host/mobile/sms: Adding SAPI 3 support to MM and RR layersAndreas Eversberg1-54/+149
2011-11-13host/mobile: Whitespace fixes, no functional changesSylvain Munaut1-21/+21
2011-11-13host/mobile: Prevent the MM layer from making calls when not attachedAndreas Eversberg1-2/+3
2011-08-06Fix of wong Classmark 2 when doing CM Service Request.Andreas Eversberg1-1/+5
2011-08-04Fix of wong Classmark 1 on Location Updating and IMSI DetachAndreas Eversberg1-3/+7
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg1-58/+154
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg1-8/+21
2011-05-15src: use namespace prefix osmo_timer*Pablo Neira Ayuso1-24/+24
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-4/+4
2010-11-20[layer23] Adding LAI to debug output of LOCATION UPDATING REQESTAndreas.Eversberg1-0/+3
2010-11-14[layer23] Cleanup of mobile applicationAndreas.Eversberg1-3/+3
2010-11-13[layer23] Added support for multiple MS instancesAndreas.Eversberg1-7/+8
2010-10-16[layer23] Fixed header handling of some radio ressource SAP msgsAndreas.Eversberg1-3/+3
2010-10-03[layer23] Rework of "support"-features, features can be disabled nowAndreas.Eversberg1-6/+8
2010-09-29[layer23] Disabled display of SYSINFO message at message handlersAndreas.Eversberg1-5/+7
2010-09-29[layer23] Added missing state change, if location update is not required.Andreas.Eversberg1-0/+4
2010-09-26[layer23] Handle invalidation of TMSI correctlyAndreas.Eversberg1-2/+2
2010-09-19[layer23] Added debug about identity (TMSI/IMSI) at LOC.UPD / IMSI DETACHAndreas.Eversberg1-4/+10
2010-09-18[layer23] Added missing TMSI REALLOCATION COMPLETE replyAndreas.Eversberg1-0/+2
2010-09-17[layer23] Added missing state changeAndreas.Eversberg1-0/+2
2010-09-17[layer23] CM service is now accepted when ciphering has startedAndreas.Eversberg1-0/+7
2010-09-15[layer23] Fixed A5/1 support codingAndreas.Eversberg1-1/+1
2010-08-29[layer23] Fixed security issueAndreas.Eversberg1-11/+25
2010-08-28[layer23] Layer 3 now uses SIM client to request and update SIM dataAndreas.Eversberg1-126/+90
2010-08-15[layer23] Fixed handling of IMSI in special casesAndreas.Eversberg1-7/+15
2010-07-27layer23: Split [2/2] -> The header filesSylvain Munaut1-6/+6
2010-07-27layer23: Split [1/2] -> The source codeSylvain Munaut1-0/+4147