aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_ms_storage.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Rework tbf::update_ms()Pau Espin Pedrol1-0/+5
2022-05-09gprs_ms_stoage: Release all MS in ms_storage cleanup()2022q2Pau Espin Pedrol1-1/+4
2022-05-09gprs_ms_storage: Use bts_stat_item_inc/dec APIsPau Espin Pedrol1-2/+2
2022-04-01gprs_ms_storage: MS always has non NULL ms->btsPau Espin Pedrol1-2/+1
2021-12-14treewide: remove FSF address2021q4Oliver Smith1-4/+0
2021-11-12Fix MS ending up with assigned imsi 000Pau Espin Pedrol1-4/+2
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-3/+3
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-29/+35
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-2/+3
2020-05-14bts: Drop specific functions to add values to statsPau Espin Pedrol1-2/+2
2019-03-19MS store: move test helper to unit testMax1-17/+0
2018-02-19Update header includesMax1-1/+4
2016-02-01pcu: Fix memory corruption bugs (ASAN)Jacob Erlbeck1-0/+5
2015-11-30stat: Add global stat groupJacob Erlbeck1-0/+5
2015-08-17ms: Do not retrieve MS with IMSI 000 from the storageJacob Erlbeck1-1/+3
2015-06-29tbf: Add BTS::ms_alloc methodJacob Erlbeck1-4/+13
2015-06-08ms: Add back pointer to BTSJacob Erlbeck1-2/+3
2015-05-28ms: Use the IMSI to retrieve the MS objectJacob Erlbeck1-11/+19
2015-05-27tbf: Always call set_tlli/confirm_tlli in update_msJacob Erlbeck1-3/+9
2015-05-21ms: Support new and old TLLIsJacob Erlbeck1-2/+2
2015-05-20ms: Add MS storage classJacob Erlbeck1-0/+86