summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/vty_interface.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-25mobile/vty: add a command to trigger LURfixeria/researchVadim Yanitskiy1-0/+23
2021-03-25mobile/vty: add Key Sequence number change commandVadim Yanitskiy1-0/+24
2021-03-25mobile/vty: add IMSI/TMSI clone commandVadim Yanitskiy1-0/+52
2020-05-05mobile: add audio config, with unused audio loopback settingNeels Hofmeyr1-0/+56
2019-10-17Fix common misspellings and typosMartin Hauke1-5/+5
2018-12-26host/layer23: rename GSM_SIM_TYPE_READER to GSM_SIM_TYPE_L1PHYVadim Yanitskiy1-2/+2
2018-11-16mobile: add header for MS' MNCC functionsMax1-7/+1
2018-08-11layer23: Replace all instances of strncpy() by osmo_strlcpyHarald Welte1-7/+5
2018-08-11layer23: Use osmo_strlcpy() to avoid non-terminated stringsHarald Welte1-1/+1
2018-06-04mobile/sms: Make it optional to store the SMS on diskHolger Hans Peter Freyther1-0/+22
2018-06-01mobile: Make time spent in c7 configurableHolger Hans Peter Freyther1-0/+18
2017-12-13mobile/vty_interface.c: fix 'channel-capability' descriptionVadim Yanitskiy1-3/+6
2017-12-03mobile: Add initial support for scripting supportHolger Hans Peter Freyther1-0/+28
2017-12-03mobile: Move starting/stopping a MS into a separate functionHolger Hans Peter Freyther1-34/+19
2017-11-30mobile: Use enum and not magic value in the VTYHolger Hans Peter Freyther1-1/+1
2017-11-27mobile: Avoid msg_ref going out of syncHolger Hans Peter Freyther1-1/+1
2017-11-27mobile: Instead of putting semantic in a comment, use an enumHolger Hans Peter Freyther1-11/+11
2017-11-24mobile/vty_interface.c: fix Kc / Ki confusionVadim Yanitskiy1-2/+2
2017-11-14layer23 vty: fix prompts: insert space after '#'Neels Hofmeyr1-3/+3
2017-11-09vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-3/+0
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy1-3/+1
2017-11-05mobile/vty_interface.c: fix incompatible pointer type warningVadim Yanitskiy1-1/+1
2017-11-02mobile/vty_interface.c: add missing 'vty/misc.h' headerVadim Yanitskiy1-0/+1
2017-10-29mobile: register the talloc context introspection commandVadim Yanitskiy1-0/+3
2017-10-23mobile/vty_interface.c: do not write 'exit' to configVadim Yanitskiy1-3/+0
2017-10-23mobile/vty_interface.c: do not install default commandsVadim Yanitskiy1-50/+0
2017-07-27vty_interface.c: use RPLMN from settings if presetVadim Yanitskiy1-0/+15
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy1-1/+1
2017-01-15mobile.c: Don't register 'end' command to CONFIG_NODEHarald Welte1-1/+0
2016-01-18host/mobile: Improved SAP interface integrationЯницкий Ва дим1-3/+37
2016-01-18mobile: Fix for "Added runtime selection of gps device"Яницкий Ва дим1-5/+4
2014-06-15mobile: Use osmocom auth API instead of direct callsMax1-4/+5
2013-01-07mobile: Allow test card to be maked as already attachedAndreas Eversberg1-12/+62
2013-01-07mobile: Improved exit of mobile process, reset phoneAndreas Eversberg1-2/+2
2012-11-22Rename various "rxlev" variable to "rxlev_dbm" and correct their signessAndreas Eversberg1-3/+3
2012-02-14mobile: Add vty option to force rekeying for every new channelTim Ehlers1-0/+27
2011-11-13host/mobile: Adding (partly implemented) supplementary service supportAndreas Eversberg1-0/+31
2011-11-13host/mobile: Mobile will use SMS Service Center Address from SIMAndreas Eversberg1-5/+10
2011-11-13host/mobile/sms: Adding SMS support for osmocomBB/mobileAndreas Eversberg1-0/+85
2011-08-11mobile/vty: Add missing 's' for 'skip-max-per-band' configuration parameterSteve Markgraf1-1/+1
2011-07-17[layer23] Added special return value for invalid MCC/MNC inputAndreas Eversberg1-12/+12
2011-07-17[layer23] Correctly report to restart mobile instance after band changeAndreas Eversberg1-11/+11
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg1-51/+218
2011-07-17[mobile] Corrected output value of PCS power classAndreas Eversberg1-1/+1
2011-07-17[mobile] Adding option to hide most default values in configAndreas Eversberg1-46/+105
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg1-20/+135
2011-05-15src: use namespace prefix osmo_* for utilsPablo Neira Ayuso1-2/+2
2011-05-15src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-1/+1
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-4/+4
2011-03-09[PATCH] Added runtime selection of gps device.Dario Lombardo1-37/+35