summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/settings.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16layer23: Move settings.{c,h} under common/Pau Espin Pedrol1-219/+0
2023-01-16layer23: Move script_lua_close() call outside of settings.cPau Espin Pedrol1-3/+0
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-0/+1
2022-12-06mobile: support RTP and TI specific TCH frame I/O formatsVadim Yanitskiy1-0/+6
2022-12-01mobile: integrate GAPK based audio (voice) I/O supportVadim Yanitskiy1-0/+4
2022-12-01mobile: rework gsm_recv_voice(), add AUDIO_IOH_MNCC_SOCKVadim Yanitskiy1-0/+1
2022-11-29mobile: allow enabling/disabling handling of voice in the L1PHYVadim Yanitskiy1-0/+1
2022-11-29mobile: add MNCC handler selection to settingsVadim Yanitskiy1-0/+3
2022-11-27mobile: add MNCC socket path to settingsVadim Yanitskiy1-0/+5
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2020-05-05mobile: add audio config, with unused audio loopback settingNeels Hofmeyr1-0/+8
2018-12-26host/layer23: rename GSM_SIM_TYPE_READER to GSM_SIM_TYPE_L1PHYVadim Yanitskiy1-1/+1
2018-08-11layer23: Fix possible buffer overflow writing NUL beyond end of stringHarald Welte1-1/+1
2018-08-11layer23: Use osmo_strlcpy() to avoid non-terminated stringsHarald Welte1-1/+1
2018-07-23Move from libc random() to osmo_get_rand_id (2nd attempt)Holger Hans Peter Freyther1-2/+3
2018-07-17Revert "Move from libc random() to osmo_get_rand_id"Vadim Yanitskiy1-8/+2
2018-07-11Move from libc random() to osmo_get_rand_idHolger Hans Peter Freyther1-2/+8
2018-06-04mobile/sms: Make it optional to store the SMS on diskHolger Hans Peter Freyther1-0/+2
2018-06-01mobile: Make time spent in c7 configurableHolger Hans Peter Freyther1-0/+2
2017-12-03mobile: Add initial support for scripting supportHolger Hans Peter Freyther1-0/+3
2012-11-22Rename various "rxlev" variable to "rxlev_dbm" and correct their signessAndreas Eversberg1-1/+1
2012-01-02layer23/mobile: Enable SIM reader by defaultAndreas Eversberg1-2/+1
2011-11-13host/mobile: Whitespace fixes, no functional changesSylvain Munaut1-1/+1
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg1-0/+3
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg1-0/+41
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-1/+1
2010-11-20[layer23] Adding LAC and TMSI (both optional) to test card (rplmn)Andreas.Eversberg1-0/+2
2010-11-13[layer23] Added support for multiple MS instancesAndreas.Eversberg1-1/+11
2010-10-15[layer23] DTMF supportAndreas.Eversberg1-0/+3
2010-10-14[layer23] Adding abbreviated dialing to VTYAndreas.Eversberg1-0/+17
2010-10-12[layer23] Implementation of signal loss criteria as defined in TS 05.08Andreas.Eversberg1-0/+1
2010-10-03[layer23] Rework of "support"-features, features can be disabled nowAndreas.Eversberg1-4/+23
2010-10-01[layer23] Minimum RX-level is now a configuratio optionAndreas.Eversberg1-0/+2
2010-09-26[layer23] Speech codec selection and negotiation with networkAndreas.Eversberg1-0/+4
2010-07-27layer23: Split [2/2] -> The header filesSylvain Munaut1-3/+3
2010-07-27layer23: Split [1/2] -> The source codeSylvain Munaut1-0/+87