Attention is currently required from: pespin. Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-bsc/+/29655
to look at the new patch set (#2).
Change subject: Rearrange ctrl interface code ......................................................................
Rearrange ctrl interface code
Current organization is totally mess, there's actually no organization at all for lots of commands. Let's organize most commands based on CTRL node where they are applied: global, bts, trx, etc. Specific set of commands such as neighbor-related, rf-related, etc. are left in separate files as subsections inside the same node, so the hierarchy is still clear.
Change-Id: I51a9b31780a4a8026aafb2d732369cdc10c8bb70 (cherry picked from commit 5c7f2602f257878dc9fa9ce3d2fb26001e1ea351) --- M include/osmocom/bsc/ctrl.h M include/osmocom/bsc/gsm_data.h M src/osmo-bsc/Makefile.am A src/osmo-bsc/bsc_ctrl.c D src/osmo-bsc/bsc_ctrl_commands.c A src/osmo-bsc/bts_ctrl.c A src/osmo-bsc/bts_trx_ctrl.c D src/osmo-bsc/osmo_bsc_ctrl.c 8 files changed, 1,642 insertions(+), 1,595 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/55/29655/2