Attention is currently required from: fixeria.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-trx/+/43603?usp=email )
Change subject: osmo-trx-proxy: initial app skeleton ......................................................................
Patch Set 1: Code-Review+1
(2 comments)
File proxy/include/osmocom/proxy/proxy.h:
https://gerrit.osmocom.org/c/osmo-trx/+/43603/comment/aaf1d5e6_fbda5d3a?usp=... : PS1, Line 23: struct proxy_ctx *proxy_ctx_alloc(void *talloc_ctx); no _free()?
File proxy/src/proxy.c:
https://gerrit.osmocom.org/c/osmo-trx/+/43603/comment/908f74c7_a1519c75?usp=... : PS1, Line 56: bool proxy_ctx_add_defaults_if_empty(struct proxy_ctx *proxy) weird returning a bool here instead of return code.