aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_ms.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-10-23 18:41:40 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-10-24 22:14:42 +0200
commite9f77d377b1cfad300768821c90ccd17973e0a76 (patch)
tree572b054ed5e33e982b168189536f0f547e93a4c7 /src/gprs_ms.h
parent7bde60f26021b2f8cd01943e8624866120b1d703 (diff)
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
Diffstat (limited to 'src/gprs_ms.h')
0 files changed, 0 insertions, 0 deletions