summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/app_mobile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/mobile/app_mobile.c')
-rw-r--r--src/host/layer23/src/mobile/app_mobile.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c
index 5bb19209..285672d7 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -508,6 +508,11 @@ int l23_app_init(const char *config_file)
return 0;
}
+struct l23_app_info *l23_app_info(void)
+{
+ return NULL; /* TODO: implement mobile as a full l23_app. */
+}
+
void mobile_set_started(struct osmocom_ms *ms, bool state)
{
ms->started = state;