osmo-cbc/src
Harald Welte 41634872dc WIP: use inter-thread queue between REST and main
This way we serialize access to core data structures and also allow
future per-message FSMs in the main thread to first communicate to the
RAN peers before permitting the REST/HTTP worker thread to return
any response back to the external REST interface user.

Change-Id: Ia9f656733cf16412926a6d6dc9e1ff4243d941af
2020-12-30 17:18:31 +01:00
..
Makefile.am WIP: use inter-thread queue between REST and main 2020-12-30 17:18:31 +01:00
cbc_data.c add missing copyright/license statements 2020-12-30 17:17:03 +01:00
cbc_data.h WIP: use inter-thread queue between REST and main 2020-12-30 17:18:31 +01:00
cbc_main.c WIP: use inter-thread queue between REST and main 2020-12-30 17:18:31 +01:00
cbc_vty.c vty: Add show commands 2020-12-30 17:17:04 +01:00
cbsp_server.c cbsp_server: move llist_add() up a bit to ensure llist_del() works in error paths 2019-08-05 22:09:34 +02:00
cbsp_server.h CBSP Server improvements 2019-08-05 22:08:53 +02:00
cbsp_server_fsm.c Initial (building) start of OsmoCBC (Cell Broadcast Centre) 2019-05-06 23:15:23 +02:00
charset.c Add initial version of REST API 2019-07-20 14:44:22 +02:00
charset.h WIP: add basic character set conversion routines 2019-07-20 14:44:22 +02:00
internal.h WIP: use inter-thread queue between REST and main 2020-12-30 17:18:31 +01:00
message_handling.c foo 2020-12-30 17:18:07 +01:00
rest_api.c WIP: use inter-thread queue between REST and main 2020-12-30 17:18:31 +01:00
rest_it_op.c WIP: use inter-thread queue between REST and main 2020-12-30 17:18:31 +01:00
rest_it_op.h WIP: use inter-thread queue between REST and main 2020-12-30 17:18:31 +01:00