summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-03(WIP) mobile: add RTP related primitivesfixeria/mnccVadim Yanitskiy1-0/+13
2018-10-03(WIP) mobile/gsm48_cc.c: ignore MNCC_FRAME_{RECV|DROP} messagesVadim Yanitskiy1-1/+0
2018-10-03mobile/mncc_sock.c: ensure MNCC_SOCKET_HELLO message is sentVadim Yanitskiy1-0/+19
2018-10-03mobile/mncc.h: migrate some GSM_TCH* messages from LCRVadim Yanitskiy1-0/+2
2018-10-03host/mobile: integrate GAPK based audio I/O back-endVadim Yanitskiy2-0/+36
2018-10-03mobile/voice.c: abstract gsm_send_voice() from MNCCVadim Yanitskiy1-1/+7
2018-10-03mobile/voice.h: use '#pragma once' include guardVadim Yanitskiy1-4/+1
2018-10-03mobile/vty_interface.c: add new 'audio' sectionVadim Yanitskiy2-0/+22
2018-10-03host/layer23: add a new logging category for GAPKVadim Yanitskiy1-0/+1
2018-10-03mobile: add MNCC handler selection to settingsVadim Yanitskiy2-2/+15
2018-10-03mobile: add MNCC socket path to settingsVadim Yanitskiy1-0/+1
2018-09-16lua: Expose API to trigger a network reselectionHolger Hans Peter Freyther1-0/+1
2018-09-16Add includes so the file can be included by itselfHolger Hans Peter Freyther1-0/+5
2018-09-07common/l1ctl.c: fix: use signed type for TA in l1ctl_tx_param_req()Vadim Yanitskiy1-1/+1
2018-07-23Move from libc random() to osmo_get_rand_id (2nd attempt)Holger Hans Peter Freyther2-1/+4
2018-06-04mobile/sms: Make it optional to store the SMS on diskHolger Hans Peter Freyther1-0/+1
2018-06-01mobile: Make time spent in c7 configurableHolger Hans Peter Freyther1-0/+5
2018-03-14L1CTL/L1CTL_CRYPTO_REQ: add key length and channel infoVadim Yanitskiy1-2/+2
2017-12-27mobile: Send SMS through the primitive interfaceHolger Hans Peter Freyther2-0/+4
2017-12-03mobile: Create "ms" singleton for struct osmocom_msHolger Hans Peter Freyther1-0/+1
2017-12-03mobile: Add initial support for scripting supportHolger Hans Peter Freyther2-0/+7
2017-12-03mobile: Add LUA as debug category to the applicationsHolger Hans Peter Freyther1-0/+1
2017-12-03mobile: Notify MM status changes and generate primitive op indHolger Hans Peter Freyther1-0/+12
2017-12-03mobile: Inform the primitive layer about status and new smsHolger Hans Peter Freyther2-1/+24
2017-12-03mobile: Directly inform the primitive layer about an eventHolger Hans Peter Freyther1-1/+24
2017-12-03mobile: Begin with a primitive interface on top of the codeHolger Hans Peter Freyther3-1/+50
2017-12-03mobile: Move starting/stopping a MS into a separate functionHolger Hans Peter Freyther1-2/+5
2017-12-03mobile: Declare struct osmocom/vty to be self includeableHolger Hans Peter Freyther1-0/+2
2017-11-30mobile: Re-introduce msg_ref in struct gsm_smsHolger Hans Peter Freyther1-0/+1
2017-11-27mobile: Avoid msg_ref going out of syncHolger Hans Peter Freyther1-2/+1
2017-11-27mobile: Change started and shutdown state through functionHolger Hans Peter Freyther1-0/+5
2017-11-27mobile: Instead of putting semantic in a comment, use an enumHolger Hans Peter Freyther1-0/+7
2017-11-27mobile: Use bool to show started can only be true or falseHolger Hans Peter Freyther1-1/+2
2017-11-27mobile: Switch from printf to LOGP statementsHolger Hans Peter Freyther1-0/+1
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy1-1/+1
2017-11-05mobile/vty_interface.c: fix incompatible pointer type warningVadim Yanitskiy1-1/+1
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy1-1/+1
2016-01-18host/mobile: Improved SAP interface integrationЯницкий Ва дим2-1/+5
2015-04-28host/mobile: Finish working support for the SAP interfaceSylvain Munaut2-1/+66
2014-06-15mobile: Use osmocom auth API instead of direct callsMax1-6/+0
2013-05-23host/mobile: Add 'extern' qualifier to config_dir in app_mobile.hBhaskar1-1/+1
2013-05-23gsm48_mm.h: Added get_mm_name() to headerBhaskar1-0/+1
2013-04-14host/mobile: Fix comment typoSylvain Munaut1-1/+1
2013-01-08misc: Fix typosDario Lombardo1-1/+1
2013-01-07mobile: Allow test card to be maked as already attachedAndreas Eversberg2-1/+2
2012-11-22Rename various "rxlev" variable to "rxlev_dbm" and correct their signessAndreas Eversberg4-7/+7
2012-11-20Tell L1CTL_FBSB_REQ the expected received signal levelHarald Welte1-1/+1
2012-10-30Fix: Change T200 of LAPDm if SAPI 0 and SAPI 3 share bandwidth on SDCCHAndreas Eversberg1-0/+5
2012-10-30Fixed decoding of hexadecimal LAI componentsAndreas Eversberg2-4/+4
2012-03-01l23: Add option for mobile-app to bind to other interfaces than localhostTim2-1/+2