aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ms
AgeCommit message (Expand)AuthorFilesLines
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