aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ms
AgeCommit message (Expand)AuthorFilesLines
2021-10-12tbf_fsm: rename state NULL -> NEWPau Espin Pedrol1-24/+24
2021-05-19MsTest: Set up tbf talloc destructorPau Espin Pedrol1-24/+42
2021-03-03gprs_ms: Use standarized logging on more messagesPau Espin Pedrol1-31/+31
2021-03-03ms: clarify delayed MS release process related code and loggingPau Espin Pedrol1-1/+1
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-25ms: Properly handle EGPRS_GMSK mode in ms_max_cs_dl/ul()Pau Espin Pedrol1-2/+2
2021-01-25ms: Set proper initial MCS values setting mode EGPRS_GMSKPau Espin Pedrol1-2/+2
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-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-6/+6
2020-11-04Move BTS initial values inside bts.cppPau Espin Pedrol2-7/+8
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 Pedrol2-41/+46
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 settingsMax3-0/+86
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 Erlbeck2-1/+7
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 Erlbeck3-0/+42
2015-06-08ms: Add back pointer to BTSJacob Erlbeck1-6/+6
2015-05-28ms: Add timerJacob Erlbeck3-0/+81
2015-05-28ms: Use the IMSI to retrieve the MS objectJacob Erlbeck2-0/+22
2015-05-27tbf: Always call set_tlli/confirm_tlli in update_msJacob Erlbeck2-9/+13
2015-05-21ms: Support new and old TLLIsJacob Erlbeck3-0/+113
2015-05-20ms: Add MS storage classJacob Erlbeck3-0/+64
2015-05-20llist: Add a C++ wrapper for linux_listJacob Erlbeck1-1/+0
2015-05-20ms: Add GprsMs class to hold per-MS informationJacob Erlbeck3-0/+313