osmo-pcu/tests/alloc
Pau Espin e9f77d377b tbf: Set MS during constructor time
This is another step forward towards a more clear data model where a TBF
always has a MS object (which may be lacking some information, and at a
later point when more information is found, it may actually be a
duplicated MS object and hence one duplicate removed and the TBF moved
to the object being kept).

This helps for instance in removing duplicated information stored in
the TBF which is really per MS, like ms_class, ta, etc. Since there's
always a MS object there's no need to keep a duplicate in both classes
in case there's no MS object.

It can already be seen looking at unit test logging that this kind of
data model already provides better information.
Some unit test parts were needed to adapt to the new model too.

Change-Id: I3cdf4d53e222777d5a2bf4c5aad3a7414105f14c
2020-10-24 22:14:42 +02:00
..
AllocTest.cpp gprs_debug: Use only LOGL_NOTICE as default loglevel 2020-05-13 16:41:55 +00:00
AllocTest.err tbf: Set MS during constructor time 2020-10-24 22:14:42 +02:00
AllocTest.ok Add multislot classes from latest spec 2018-01-25 16:12:58 +00:00
MslotTest.cpp use osmo_init_logging2() with proper talloc ctx 2018-04-01 16:57:42 +02:00
MslotTest.ok Simplify TS alloc: move slot check into functions 2018-02-21 12:08:40 +00:00