summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-04mobile/sms: Make it optional to store the SMS on diskHolger Hans Peter Freyther3-4/+36
2018-06-02mobile/sms: Simplify the string format routinesHolger Hans Peter Freyther1-4/+1
2018-06-02mobile/sms: Fix memory leak in case the storage can not be openedHolger Hans Peter Freyther1-1/+3
2018-06-01mobile: Make time spent in c7 configurableHolger Hans Peter Freyther3-1/+21
2018-03-14common/l1ctl.c move TCH bit-ordering to the firmwareVadim Yanitskiy1-39/+0
2018-03-14L1CTL/L1CTL_CRYPTO_REQ: add key length and channel infoVadim Yanitskiy2-6/+14
2018-02-23mobile: Fix memory leak when not using a LUA scriptHolger Hans Peter Freyther2-2/+1
2018-02-10mobile/primitives.c: fix format string compiler warningVadim Yanitskiy1-3/+7
2018-02-08layer23/cell_log: set default logfile to /dev/nullVadim Yanitskiy1-1/+1
2018-01-18mobile: Print an error message if the VTY cannot be initializedStefan Sperling1-1/+4
2017-12-27mobile: Properly close the primitive interface on reloadHolger Hans Peter Freyther1-3/+6
2017-12-27mobile: Send SMS through the primitive interfaceHolger Hans Peter Freyther3-4/+35
2017-12-13mobile/vty_interface.c: fix 'channel-capability' descriptionVadim Yanitskiy1-3/+6
2017-12-13mobile/gsm48_rr.c: cosmetic: drop wrong commentVadim Yanitskiy1-1/+0
2017-12-13mobile/gsm48_rr.c: fix ACCH System Information parsingVadim Yanitskiy1-15/+11
2017-12-03mobile: Return the name of the configured "MS"Holger Hans Peter Freyther1-0/+7
2017-12-03mobile: Simplify code and check the cb ref in load_cbHolger Hans Peter Freyther1-21/+14
2017-12-03mobile: Use new LOGPSRCC macro to print multiple valuesHolger Hans Peter Freyther1-1/+2
2017-12-03mobile: Create "ms" singleton for struct osmocom_msHolger Hans Peter Freyther1-7/+270
2017-12-03mobile: Add osmo.timeout for lua code to have timeoutsHolger Hans Peter Freyther1-2/+134
2017-12-03mobile: Add initial support for scripting supportHolger Hans Peter Freyther5-1/+220
2017-12-03mobile: Add LUA as debug category to the applicationsHolger Hans Peter Freyther2-1/+7
2017-12-03mobile: Search for lua5.3 and link to itHolger Hans Peter Freyther1-2/+2
2017-12-03mobile: Notify MM status changes and generate primitive op indHolger Hans Peter Freyther2-0/+12
2017-12-03mobile: Inform the primitive layer about status and new smsHolger Hans Peter Freyther2-0/+22
2017-12-03mobile: Directly inform the primitive layer about an eventHolger Hans Peter Freyther2-0/+37
2017-12-03mobile: Begin with a primitive interface on top of the codeHolger Hans Peter Freyther4-2/+143
2017-12-03mobile: Move starting/stopping a MS into a separate functionHolger Hans Peter Freyther2-35/+65
2017-12-03mobile: Fix compiler warning on printing ptrdiff_tHolger Hans Peter Freyther1-1/+1
2017-11-30mobile: Use enum and not magic value in the VTYHolger Hans Peter Freyther1-1/+1
2017-11-30mobile: Re-introduce msg_ref in struct gsm_smsHolger Hans Peter Freyther1-7/+9
2017-11-30mobile: ms->shutdown was not converted properly to enumHolger Hans Peter Freyther1-1/+1
2017-11-30mobile: Speculative crash fix of the SI pointerHolger Hans Peter Freyther1-0/+1
2017-11-27mobile: Avoid msg_ref going out of syncHolger Hans Peter Freyther2-11/+10
2017-11-27mobile: Change started and shutdown state through functionHolger Hans Peter Freyther1-7/+16
2017-11-27mobile: Instead of putting semantic in a comment, use an enumHolger Hans Peter Freyther6-27/+27
2017-11-27mobile: Use bool to show started can only be true or falseHolger Hans Peter Freyther1-3/+3
2017-11-27mobile: Switch from printf to LOGP statementsHolger Hans Peter Freyther4-12/+18
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-09mobile: Make VTY logging commands available to the mobile appHolger Hans Peter Freyther1-0/+2
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-09mobile: Do not exclude DGPS from the list of default categoriesHolger Hans Peter Freyther1-1/+1
2017-11-09vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-3/+0
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy9-34/+22
2017-11-05mobile: get rid of unused variables / functionsVadim Yanitskiy3-28/+19
2017-11-05mobile/gsm411_sms.c: use secure gsm_7bit_(en|de)code_nVadim Yanitskiy1-2/+4
2017-11-05mobile/gsm48_mm.c: use secure gsm_7bit_decode_nVadim Yanitskiy1-4/+1
2017-11-05mobile/gsm480_ss.c: use secure gsm_7bit_(en|de)code_n_ussdVadim Yanitskiy1-6/+2