aboutsummaryrefslogtreecommitdiffstats
path: root/tests/app_info
AgeCommit message (Expand)AuthorFilesLines
2023-10-23pcuif_proto: drop support for PCUIF v10Philipp Maier1-2/+2
2023-05-31tbf: Improve TBF name description in logsPau Espin Pedrol1-8/+8
2023-05-03pcu_l1_if_phy: fix API function namesPhilipp Maier1-2/+2
2023-04-26Move resource allocation outside of tbf allocationPau Espin Pedrol2-21/+26
2023-04-21Add new log category 'ms'Pau Espin Pedrol1-1/+1
2023-04-21ms: Hold a reference during ms_allocPau Espin Pedrol1-2/+2
2023-04-20ms: Rewrite MS release lifecyclePau Espin Pedrol1-4/+4
2023-04-20ms: Log detaching tbf log line in proper placePau Espin Pedrol1-2/+2
2023-04-20ms: Use osmo_use_count to track referencesPau Espin Pedrol1-0/+4
2023-04-20Merge bts_alloc_ms() and ms_alloc()Pau Espin Pedrol1-3/+3
2023-04-20ms: Drop setting (egprs_)ms_class during bts_alloc_ms()Pau Espin Pedrol1-2/+7
2023-04-17ms: Drop setting tlli during ms_alloc()Pau Espin Pedrol1-2/+2
2023-04-17ms: Fix MS without PTMSI not freed immediatellyPau Espin Pedrol1-1/+1
2023-02-27pcu_l1_if_phy: add new PHY API function to disconnect PDCHPhilipp Maier1-0/+1
2022-12-16Rename gprs_rlcmac_ts_alloc.cpp -> alloc_algo.cpp & create own .h filePau Espin Pedrol1-0/+2
2022-11-03Improve MS loggingPau Espin Pedrol1-8/+8
2022-11-03Improve TBF loggingPau Espin Pedrol1-18/+18
2022-10-27Rename tbf_alloc_dl_tbf() -> dl_tbf_alloc()Pau Espin Pedrol1-2/+2
2021-12-14treewide: remove FSF address2021q4Oliver Smith1-4/+0
2021-11-09pdch: Log TS enable/disable transitionsPau Espin Pedrol1-0/+4
2021-11-09pdch: Log line detaching TBF at start of the functionPau Espin Pedrol1-7/+7
2021-10-12tbf_fsm: rename state NULL -> NEWPau Espin Pedrol1-18/+18
2021-08-23tbf_free: Get rid of uneeded tbf_state transitionPau Espin Pedrol1-9/+9
2021-06-25Support proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol1-5/+5
2021-03-03gprs_ms: Use standarized logging on more messagesPau Espin Pedrol1-6/+6
2021-02-26pdch: Standarize and improve loggingPau Espin Pedrol1-14/+14
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-20Allow multiple bts objects in PCUPau Espin Pedrol1-5/+10
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-13/+12
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-1/+5
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol2-2/+13
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-17/+17
2020-11-04Move EGPRS MS mode set to gprs_ms.cppPau Espin Pedrol1-9/+13
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol1-2/+2
2019-09-18tests/app_info: fix compiling with older g++Oliver Smith1-13/+17
2019-09-14Forward ETWS Primary Notification to MSOliver Smith3-0/+241