aboutsummaryrefslogtreecommitdiffstats
path: root/pcu
AgeCommit message (Expand)AuthorFilesLines
2020-08-09PCU_Tests: verify handling of frequency hopping parametersVadim Yanitskiy1-0/+271
2020-08-09library/PCUIF_Types: version 10: add frequency hopping parametersVadim Yanitskiy1-1/+1
2020-07-23GPRS_Components: s/f_ms_rx_imm_ass_pacch/f_ms_rx_pkt_ass_pacch/gVadim Yanitskiy2-8/+9
2020-07-21library/RLCMAC_Templates: make ts_RLC_UL_CTRL_ACK accept a templateVadim Yanitskiy1-2/+2
2020-07-20library/PCUIF_Types: make PCUIF version configurableVadim Yanitskiy1-1/+1
2020-07-19PCU_Tests_NS: use ts_PCUIF_INFO_default from PCU_TestsVadim Yanitskiy2-38/+1
2020-07-14pcu: Introduce test TC_ul_tbf_reestablish_with_pkt_resource_reqPau Espin Pedrol2-3/+68
2020-07-08cosmetic: pcu: Fix whitespacing typosPau Espin Pedrol1-2/+2
2020-07-06pcu: Introduce TC_ul_data_toolong_fills_paddingPau Espin Pedrol1-0/+66
2020-07-06pcu: Introduce test TC_ull_all_sizesPau Espin Pedrol1-0/+91
2020-07-06pcu: Support sending with CS other than CS1 in f_ms_tx_ul_block()Pau Espin Pedrol1-3/+21
2020-07-06pcu: Introduce test TC_ul_flow_multiple_llc_blocksPau Espin Pedrol2-3/+112
2020-05-29PCU: s/f_establish_tbf/f_pcuif_tx_rach_rx_imm_ass/gVadim Yanitskiy2-6/+6
2020-05-29PCU: revert changes to f_TC_egprs_pkt_chan_req(), fix testsVadim Yanitskiy1-17/+5
2020-05-28pcu: Add missing f_shutdown() to exit as soon as possible without final=truePau Espin Pedrol1-0/+3
2020-05-28pcu: TC_mt_ping_pong: Request UL TBF on last DL ACKPau Espin Pedrol1-4/+4
2020-05-28pcu: Parse ChCodingCommand on CCHAN Ul AssPau Espin Pedrol1-0/+2
2020-05-28pcu: Parse USF from Pkt Ul AssPau Espin Pedrol1-8/+31
2020-05-28fixup pcu/GPRS_Components: do not duplicate existing functionsVadim Yanitskiy2-72/+14
2020-05-28pcu/GPRS_Components: return GsmRrMessage from f_pcuif_rx_imm_ass()Vadim Yanitskiy2-16/+8
2020-05-28pcu: Refactor GPRS infrastructure to keep state and simplify testsPau Espin Pedrol2-564/+633
2020-05-28pcu/GPRS_Components: send DATA.cnf in f_pcuif_rx_imm_ass()Pau Espin Pedrol1-0/+6
2020-05-28pcu/GPRS_Components: call f_shutdown() immediately on timeoutPau Espin Pedrol1-0/+1
2020-05-28pcu/GPRS_Components: get rid of meaningless bts_nr argumentPau Espin Pedrol2-8/+6
2020-05-22PCU: introduce TC_egprs_pkt_chan_req_reject_exhaustionVadim Yanitskiy1-0/+34
2020-05-22PCU: introduce TC_egprs_pkt_chan_req_reject_emergencyVadim Yanitskiy1-0/+30
2020-05-22PCU: introduce TC_egprs_pkt_chan_req_reject_contentVadim Yanitskiy1-1/+70
2020-05-19update expected resultsNeels Hofmeyr1-5/+45
2020-05-19pcu: Expect UL ACK/NACK after all UL data is transmittedPau Espin Pedrol1-0/+4
2020-05-19Add initial support for Packet Uplink Ack/nack EGPRS StructPau Espin Pedrol1-5/+6
2020-05-19Move all GPRS helper function to its own file and componentPau Espin Pedrol3-571/+623
2020-05-17Introduce test TC_ul_intermediate_retransPau Espin Pedrol1-0/+95
2020-05-17pcu: Introduce test TC_countdown_procedurePau Espin Pedrol1-0/+60
2020-05-17pcu: f_tx_rlcmac_ul_n_blocks(): Keep BSN state and return all payload sentPau Espin Pedrol1-12/+30
2020-05-17pcu: Use BS_CV_MAX in f_tx_rlcmac_ul_n_blocksPau Espin Pedrol1-3/+11
2020-05-17Introduce test TC_force_two_phase_accessPau Espin Pedrol1-0/+29
2020-05-17pcu: Introduce TC_mo_ping_pong_with_ul_racap_egprs_onlyPau Espin Pedrol1-5/+50
2020-05-15pcu: Support decoding Egprs Pkt Ul Ass on PDCHPau Espin Pedrol1-1/+4
2020-05-15pcu: use correct RA type to properly test 2phase accessPau Espin Pedrol1-31/+109
2020-05-13pcu: f_dl_block_ack_fn(): Allow passing ctrl dl_blockPau Espin Pedrol1-3/+2
2020-05-13pcu: Properly pass tlli in f_tx_rlcmac_ul_n_blocks()Pau Espin Pedrol1-9/+14
2020-05-11PCU: introduce a new test case TC_dl_flow_more_blocksVadim Yanitskiy1-0/+81
2020-05-10PCU: refactor and simplify f_rx_rlcmac_dl_block_exp_data()Vadim Yanitskiy1-72/+92
2020-05-10library: enrich tr_RLCMAC_DATA_RRBP, rename to tr_RLCMAC_DATA_GPRSVadim Yanitskiy1-1/+2
2020-05-10PCU: introduce f_rrbp_ack_fn(), fix poll frame number calculationVadim Yanitskiy1-5/+5
2020-05-07PCU: fix f_pkt_paging_match_tmsi(): drop copy-pasted lineVadim Yanitskiy1-1/+0
2020-05-07PCU: PCU_Tests.default: add 'USER' category to ConsoleMaskVadim Yanitskiy1-1/+1
2020-05-07PCU: refactor f_imm_ass_verify_{ul,dl}_tbf_ass(): call f_shutdown()Vadim Yanitskiy1-75/+38
2020-05-07PCU: introduce f_shutdown() to ensure proper tear downVadim Yanitskiy2-82/+142
2020-05-07PCU: fix TC_ta_rach_imm_ass(): properly match Timing AdvanceVadim Yanitskiy1-2/+5