summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm322.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-01mobile/gsm322: fix use-after-free of cs->si reported by ASanVadim Yanitskiy1-0/+7
2019-10-17Fix common misspellings and typosMartin Hauke1-32/+32
2019-07-21gsm322: Fix resource leak in gsm322_init() while reading BAHarald Welte1-1/+3
2019-05-28layer23: fix tons of compiler warnings, mostly OSMO_DEPRECATED relatedHarald Welte1-5/+8
2019-05-03mobile/gsm322.c: fix heap-use-after-free in gsm322_unselect_cell()Vadim Yanitskiy1-0/+2
2019-02-02mobile/gsm322.c: fix: properly print stored BA list entitiesVadim Yanitskiy1-6/+6
2018-08-11layer23: Fix compiler warnings about string operation truncationHarald Welte1-4/+4
2018-08-11layer23: Fix compiler warning about snprintf buffer too smallHarald Welte1-1/+1
2018-07-23Move from libc random() to osmo_get_rand_id (2nd attempt)Holger Hans Peter Freyther1-2/+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
2017-11-30mobile: Speculative crash fix of the SI pointerHolger Hans Peter Freyther1-0/+1
2017-11-27mobile: Switch from printf to LOGP statementsHolger Hans Peter Freyther1-4/+4
2017-11-09mobile/gsm322.c: prevent buffer over-/under-runVadim Yanitskiy1-0/+3
2017-11-09mobile/gsm322.c: prevent calling memset() with zero lengthVadim Yanitskiy1-0/+4
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy1-13/+11
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy1-17/+21
2017-05-25mobile/gsm322.c: fix mcc/mnc typoVadim Yanitskiy1-1/+1
2017-05-25mobile/gsm322.c: check fwrite() return valueVadim Yanitskiy1-9/+12
2012-11-22Rename various "rxlev" variable to "rxlev_dbm" and correct their signessAndreas Eversberg1-11/+11
2012-11-22fix previous commit: use dbm2rxlev()Harald Welte1-1/+1
2012-11-20Tell L1CTL_FBSB_REQ the expected received signal levelHarald Welte1-1/+2
2012-11-16Fix wrong print of scan freq when using gsm_print_arfcn twice for the same lo...Pavel Baturko1-4/+12
2012-11-15Fix: Correctly convert ARFCN to index.Joshua Lackey1-1/+4
2012-02-02Just a quick bug fix to gsm322.c.Kurtis Heimerl1-2/+3
2012-01-02layer23/mobile: Fixed cell re-selection after loosing signalAndreas Eversberg1-3/+4
2011-07-17[mobile] Added missing curly braces, as proposed by HaraldAndreas Eversberg1-1/+2
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg1-623/+2091
2011-06-22add l1ctl_proto.h #includes to lots of filesHarald Welte1-0/+2
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg1-151/+244
2011-05-15src: use namespace prefix osmo_timer*Pablo Neira Ayuso1-6/+6
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-5/+5
2011-03-02mobile: Store N.ba files in same directory as config fileHarald Welte1-6/+5
2010-11-14[layer23] Cleanup of mobile applicationAndreas.Eversberg1-2/+2
2010-11-13[layer23] Added support for multiple MS instancesAndreas.Eversberg1-8/+4
2010-10-24[layer23] Fixed conditions for complete set of SYSTEM INFORMATIONAndreas.Eversberg1-13/+5
2010-10-15[layer23] If the mobile sticks to a cell, RXLEV_MIN is ignoredAndreas.Eversberg1-1/+3
2010-10-13[layer23] If SIM is invalid, display that on the VTYAndreas.Eversberg1-0/+6
2010-10-13[layer23] Fix of signal loss handlingAndreas.Eversberg1-5/+10
2010-10-12[layer23] Bugfix: Loosing CCCH signal must cause unselection of cell.Andreas.Eversberg1-1/+15
2010-10-12[layer23] Implementation of signal loss criteria as defined in TS 05.08Andreas.Eversberg1-24/+12
2010-10-01[layer23] Minimum RX-level is now a configuratio optionAndreas.Eversberg1-1/+1
2010-10-01[layer23] Using loglevel to disable heavy debugging on cell selectionAndreas.Eversberg1-50/+21
2010-09-29[layer23] Disabled display of SYSINFO message at message handlersAndreas.Eversberg1-3/+4
2010-09-29[layer23] Added a workarround to ignore the first (invalid) PM resultAndreas.Eversberg1-0/+6
2010-09-29[layer23] Disabled the scanning of maximum cells per bandAndreas.Eversberg1-0/+5
2010-09-29[layer23] Disabled may debugging in cell selection processAndreas.Eversberg1-17/+49
2010-09-26[layer23] Cleanup of various 'printf' debuggingAndreas.Eversberg1-1/+0
2010-09-26[layer23] Adding application generated measurement reportAndreas.Eversberg1-6/+14
2010-09-18[layer23] SIM client completionAndreas.Eversberg1-3/+3