aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Rename tbf_alloc_ul_tbf -> ul_tbf_allocPau Espin Pedrol6-13/+13
2022-10-31gprs_ms: Add comment warning the user that a ptr may be freed after call to funcPau Espin Pedrol1-0/+1
2022-10-31Join ms_merge_and_clear_ms() and ms_merge_old_ms()Pau Espin Pedrol2-11/+14
2022-10-31update_ms(): Set TLLI of new MS object before merge with old MSPau Espin Pedrol2-8/+9
2022-10-31Move UL allocation&assign functions to gprs_ms.cPau Espin Pedrol9-54/+69
2022-10-31tbf_fsm: Identify several events as Dl-TBF onlyPau Espin Pedrol1-0/+7
2022-10-31ul_tbf: Define m_contention_resolution_done as boolPau Espin Pedrol3-5/+5
2022-10-28Replace tbf->establish_dl_tbf_on_pacch() refactoring GprsMs functionsPau Espin Pedrol8-106/+92
2022-10-28Rename function tbf_dl_request_dl_ack() -> dl_tbf_request_dl_ack()Pau Espin Pedrol3-3/+3
2022-10-28Refactor and clarify tbf->triger_ass() codePau Espin Pedrol6-28/+43
2022-10-28Delay ImmAss(PCH, PktDlAss) if waiting for PKT_CTRL_ACK answering UL_ACK_NACK...Pau Espin Pedrol10-72/+237
2022-10-28rcv_resource_request(): Update meas before allocating and assigning new UL TBFPau Espin Pedrol2-19/+20
2022-10-28encoding: Use MT_PACKET_UPLINK_ASSIGNMENT define instead of hardcoded valuePau Espin Pedrol1-1/+1
2022-10-28rcv_resource_request(): Validate expected message before MS lookup & allocationPau Espin Pedrol1-7/+7
2022-10-28pdch: Use helper function tbf_as_ul_tbf()Pau Espin Pedrol1-1/+1
2022-10-28use new {dl,ul}_tbf_as_tbf(_const) helper functionsPau Espin Pedrol4-27/+27
2022-10-28tbf_ul_ack_fsm: get ul_tbf base class only when neededPau Espin Pedrol1-8/+8
2022-10-28Rename as_{dl,ul}_tbf -> tbf_as_{dl,ul}_tbfPau Espin Pedrol13-37/+37
2022-10-28Fix mess with struct tbf types passed to LOGPTBF macroPau Espin Pedrol8-14/+35
2022-10-28tbf_dl: Make dl_tbf_alloc API available in C codePau Espin Pedrol2-4/+4
2022-10-27pcuif_proto: cosmetic: rename gsm_pcu_if_info_ts to gsm_pcu_if_info_trx_tsPhilipp Maier2-3/+3
2022-10-27pcuif_proto: cosmetic: rename struct member "h" to "hopping"Philipp Maier2-2/+2
2022-10-27Rename tbf_alloc_dl_tbf() -> dl_tbf_alloc()Pau Espin Pedrol8-20/+20
2022-10-27tbf_ul_ack_fsm: Pass ul_tbf instead of generic tbfPau Espin Pedrol2-14/+12
2022-10-27Move LLC enqueuing and retransmit timer to MS objectPau Espin Pedrol8-202/+216
2022-10-26bts: bts_snd_dl_ass(): use GSM_TDMA_FN_SUM() macroVadim Yanitskiy1-1/+2
2022-10-26bts: bts_snd_dl_ass(): clarify the meaning of last_rts_fn + 21216Vadim Yanitskiy1-2/+5
2022-10-21gprs_ms: Move creating string name of object to a functionPau Espin Pedrol2-5/+21
2022-10-21Call ms_store->get_ms() with GSM_RESERVED_TMSI instead of 0Pau Espin Pedrol6-15/+15
2022-10-21gprs_ms: Document functions setting/updating TLLIPau Espin Pedrol1-0/+2
2022-10-21cosmetic: Update reference to func renamed in the pastPau Espin Pedrol1-1/+1
2022-10-21bts_rcv_imm_ass_cnf(): Improve loggingPau Espin Pedrol1-8/+10
2022-10-16Clarify use RR imm_ass msg fieldsPau Espin Pedrol1-2/+7
2022-10-16Use GSM48_MT_RR_IMM_ASS instead of hardcoded 0x3f valuePau Espin Pedrol3-7/+7
2022-10-16cosmetic: Add missing spacing between paramsPau Espin Pedrol1-13/+13
2022-10-05bts_set_current_frame_number(): log expected TDMA FNVadim Yanitskiy2-62/+63
2022-10-04Make linter happy: fix coding style issuesVadim Yanitskiy2-2/+2
2022-09-30fix pcu_l1if_tx_ptcch(): do not send empty blocks to GSMTAPVadim Yanitskiy1-1/+1
2022-09-09Set working directory in systemd service fileMax1-0/+2
2022-08-09{src,tests}/Makefile.am: $(COMMON_LA) is not definiedVadim Yanitskiy2-17/+17
2022-08-08{ms,gprs_pcu}_talloc_destructor(): call osmo_timer_del() unconditionallyVadim Yanitskiy2-4/+2
2022-08-07Makefile.am: add 'git-version-gen' to EXTRA_DISTVadim Yanitskiy1-0/+1
2022-08-07Makefile.am: generate missing .version fileVadim Yanitskiy2-1/+12
2022-08-06tests: target 'check-local' does not depend on BUILT_SOURCESVadim Yanitskiy1-1/+1
2022-08-06tests: make target 'check-local' depend on 'atconfig'Vadim Yanitskiy1-1/+1
2022-08-06tests/rlcmac: use ARRAY_SIZE macroVadim Yanitskiy1-7/+2
2022-08-06tests/rlcmac: cosmetic: fix coding style in arraysVadim Yanitskiy1-23/+23
2022-08-06tests/rlcmac: make all test functions staticVadim Yanitskiy1-9/+9
2022-08-06tests/rlcmac: remove unused printSizeofRLCMAC()Vadim Yanitskiy1-49/+0
2022-08-06tests/rlcmac: remove unused #includesVadim Yanitskiy1-7/+0