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-pcu/+/32344
to look at the new patch set (#3).
Change subject: ms: Merge ms_storage into bts.cpp ......................................................................
ms: Merge ms_storage into bts.cpp
That class is mostly a C++ class holding a llist plus some callbacks. Having that in a separate class makes code more complex for no good reason. This patch moves the llist into bts and allocates stuff directly from within bts. This will allow further cleanup of MS lieficyle in future patches.
Change-Id: I627f5db5073189c23ddf2b7f09c90abb24846f62 --- M debian/copyright M src/Makefile.am M src/bts.cpp M src/bts.h M src/gprs_bssgp_rim.c M src/gprs_ms.c D src/gprs_ms_storage.cpp D src/gprs_ms_storage.h M src/pcu_l1_if.cpp M src/pcu_vty_functions.cpp M src/pdch.cpp M src/tbf.cpp M src/tbf_dl.cpp M tests/ms/MsTest.cpp M tests/tbf/TbfTest.cpp 15 files changed, 128 insertions(+), 259 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/44/32344/3