osmo-pcu/tests/alloc
Jacob Erlbeck 767193e20b tbf: Remove the TLLI from the TBFs
Currently the TLLI is stored in each TBF. Since each MS is now
represented by a GprsMs object which takes care of TLLI updating,
and each TBF that has been associated with an TLLI also contains a
reference to a GprsMs object, per TBF TLLI handling is no longer
needed. Keeping all TBF m_tlli members up to date is complex and
doesn't currently work correctly in all circumstances.

This commit removes m_tlli and related members from the TBF class and
the tbf_by_tlli functions from the BTS class.

Ticket: #1674
Sponsored-by: On-Waves ehf
2015-05-27 13:29:59 +02:00
..
AllocTest.cpp tbf: Remove the TLLI from the TBFs 2015-05-27 13:29:59 +02:00
AllocTest.err alloc: Add very basic test case for the alloc_a algorithm 2013-10-30 21:20:44 +01:00
AllocTest.ok alloc: Update the test result now that everything is back to working again 2014-01-15 14:42:58 +01:00