Attention is currently required from: pespin. Hello Jenkins Builder, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28299
to look at the new patch set (#3).
Change subject: Rework cbsp_cbc_create() params ......................................................................
Rework cbsp_cbc_create() params
There's no need to pass the specific params. Let's simply get whatever need from the global config in the function. This makes it easier to extend it to more params if needed. Also, when we add SBc-AP support, the params that have to be passed to the counter part function are different, so let's simplify param passing here.
While at it, rename also the callback function to contain "cbsp" on it, since it is cbsp specific.
Change-Id: Ia2362757275e7cbce82b64c7c2a0798276d964c3 --- M src/cbc_main.c M src/cbsp_server.c M src/cbsp_server.h M src/cbsp_server_fsm.c 4 files changed, 8 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/99/28299/3