osmo-pcu/tests/tbf
Jacob Erlbeck befc760f86 tbf: Store MS class in GprsMs objects
The ms_class value is a property of the MS and thus belongs to the
GprsMs class. Nevertheless the MS object is created after the TLLI
gets known, so the value still has to be stored in the TBF initially.

This commit add the ms_class value to the GprsMs class and introduces
TBF accessor functions which either access that object or, if that is
not available, the value stored locally.

Ticket: #1674
Sponsored-by: On-Waves ehf
2015-06-08 09:38:49 +02:00
..
TbfTest.cpp tbf: Store the timing advance (TA) value in the GprsMs object 2015-05-28 13:58:23 +02:00
TbfTest.err tbf: Store MS class in GprsMs objects 2015-06-08 09:38:49 +02:00
TbfTest.ok tbf/test: Add tests for single and two phase access 2015-05-28 12:29:43 +02:00