aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ms/MsTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-19MsTest: Set up tbf talloc destructorPau Espin Pedrol1-24/+42
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+2
2021-01-25Fix Dl EGPRS data blocks being generated occasionally on GPRS TBFsPau Espin Pedrol1-3/+3
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol1-8/+8
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-39/+37
2021-01-18Move cs_downgrade_threshold field from BTS to PCUPau Espin Pedrol1-3/+3
2021-01-18Move cs_adj* fields from BTS to PCUPau Espin Pedrol1-1/+1
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-8/+12
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-240/+234
2020-11-04Move BTS initial values inside bts.cppPau Espin Pedrol1-0/+1
2020-10-26tests: ms: Pass correct pointer in constructor instead of NULLPau Espin Pedrol1-1/+1
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-21/+26
2020-03-27tbf.cpp: Include c++ <new> header required for new operator's replacement typePau Espin Pedrol1-0/+2
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-0/+1
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-04-11Add test for MS mode and (M)CS settingsMax1-0/+70
2019-03-27MCS: add Channel Coding Command encoderMax1-2/+2
2019-03-19MS store: move test helper to unit testMax1-2/+18
2018-04-01use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+1
2018-03-11implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-0/+1
2017-10-29tests: Don't use private version of log_info but global gprs_log_infoHarald Welte1-18/+3
2017-02-08main, tests: use msgb_talloc_ctx_init() (new)Neels Hofmeyr1-1/+1
2016-02-01edge: Replace integer cs by GprsCodingSchemeJacob Erlbeck1-2/+2
2015-08-28tbf: Use explicit initialisations in constructor (Coverity)Jacob Erlbeck1-11/+11
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck1-0/+6
2015-08-24tbf: Use C++/talloc magic to support TBF constructors/destructorsJacob Erlbeck1-11/+11
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck1-0/+3
2015-06-22ms: Reduce DL CS level if only a few LLC bytes are leftJacob Erlbeck1-0/+38
2015-06-08ms: Add back pointer to BTSJacob Erlbeck1-6/+6
2015-05-28ms: Add timerJacob Erlbeck1-0/+70
2015-05-28ms: Use the IMSI to retrieve the MS objectJacob Erlbeck1-0/+20
2015-05-27tbf: Always call set_tlli/confirm_tlli in update_msJacob Erlbeck1-7/+9
2015-05-21ms: Support new and old TLLIsJacob Erlbeck1-0/+94
2015-05-20ms: Add MS storage classJacob Erlbeck1-0/+54
2015-05-20llist: Add a C++ wrapper for linux_listJacob Erlbeck1-1/+0
2015-05-20ms: Add GprsMs class to hold per-MS informationJacob Erlbeck1-0/+283