summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm322.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27mobile: Fix PCS ARFCN handling: PCS can only be ARFCN 512..810Andreas Eversberg1-5/+7
2023-05-22layer23: Define (r)plmn_valid field as boolPau Espin Pedrol1-1/+1
2023-05-22Migrate network identifier fields to modern osmocom structuresPau Espin Pedrol1-307/+265
2023-04-24layer23: Move vty_notify() to common/Pau Espin Pedrol1-20/+20
2023-04-23mobile: log unhandled event nameMax1-1/+2
2023-01-16layer23: Move settings.{c,h} under common/Pau Espin Pedrol1-1/+1
2023-01-16layer23: Move osmocom_ms to a separate filePau Espin Pedrol1-0/+1
2023-01-16layer23: Add missing header dependencies to several filesPau Espin Pedrol1-1/+4
2022-12-21mobile: rework writing BA to file, move to a functionVadim Yanitskiy1-31/+49
2022-10-07mobile: check return value of gsm_arfcn2band_rc()Vadim Yanitskiy1-2/+9
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
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