summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/script_lua.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-16lua: Expose API to trigger a network reselectionHolger Hans Peter Freyther1-0/+11
2018-08-24Allow lua code to register a fd for reading with the runtimeHolger Hans Peter Freyther1-0/+103
2018-08-24Forget about the callback after use and cancellationHolger Hans Peter Freyther1-0/+5
2018-06-17lua: Add API to enable passing credentialsHolger Hans Peter Freyther1-1/+22
2018-02-23mobile: Fix memory leak when not using a LUA scriptHolger Hans Peter Freyther1-2/+0
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 Freyther1-3/+18
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 Freyther1-0/+146