aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-19update expected resultsNeels Hofmeyr8-102/+350
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 Pedrol4-20/+101
2020-05-19Move all GPRS helper function to its own file and componentPau Espin Pedrol3-571/+623
2020-05-19Use osmocom fork of TELNETasp to fix compilation error spotted by gcc 10.1.0Pau Espin Pedrol1-2/+2
2020-05-18BTS: move ASP_IPA_EVENT_UP handling to f_init_rsl()Vadim Yanitskiy1-17/+10
2020-05-18library/IPA: use tr_ASP_IPA_EV instead of inline templatesVadim Yanitskiy12-30/+30
2020-05-18library/IPA: split t_ASP_IPA_EVT_UD into send / receive templatesVadim Yanitskiy8-21/+25
2020-05-18library/IPA: rename ASP_IPA_EventUpDown to ASP_IPA_EventTypeVadim Yanitskiy1-3/+3
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 Pedrol2-5/+90
2020-05-15MGCP_Test: do not use leading zeros in endpoint identifiersPhilipp Maier1-1/+5
2020-05-15pcu: Support decoding Egprs Pkt Ul Ass on PDCHPau Espin Pedrol4-18/+131
2020-05-15Move some types from GSM_RR_Types.ttcn to RLCMAC_CSN1_Types.ttcnPau Espin Pedrol2-61/+56
2020-05-15pcu: use correct RA type to properly test 2phase accessPau Espin Pedrol3-31/+152
2020-05-13bsc/osmo-bsc.cfg: remove legacy 'rtp-base' configNeels Hofmeyr1-1/+0
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-11msc: add tests for SMS and voice call while PagingNeels Hofmeyr3-8/+139
2020-05-11hlr: add tests for GSUP proxy routingNeels Hofmeyr2-69/+245
2020-05-11bsc: make ho_config_tests more robust against timingNeels Hofmeyr1-5/+5
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 Yanitskiy2-72/+95
2020-05-10library: enrich tr_RLCMAC_DATA_RRBP, rename to tr_RLCMAC_DATA_GPRSVadim Yanitskiy2-5/+8
2020-05-10library: fix t_RLCMAC_DlMacH: RRBP is always presentVadim Yanitskiy1-3/+5
2020-05-10PCU: introduce f_rrbp_ack_fn(), fix poll frame number calculationVadim Yanitskiy2-5/+10
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
2020-05-06PCU: f_imm_ass_verify_{ul,dl}_tbf_ass(): use 'in' qualifierVadim Yanitskiy1-2/+2
2020-05-06PCU: fix f_establish_tbf(): always expect Uplink TBFVadim Yanitskiy1-1/+2
2020-05-06PCU: fix f_establish_tbf(): use proper CHANNEL REQUEST by defaultVadim Yanitskiy1-2/+5
2020-05-06PCU: drop meaningless 'udpReuseAddress' optionVadim Yanitskiy1-1/+0
2020-05-06library: cosmetic: fix misleading comment in RSL_Types.ttcnVadim Yanitskiy1-1/+1
2020-05-06BTS: verify presence of GPRS Indicator in SI4 Rest OctetsVadim Yanitskiy1-21/+65
2020-05-06BTS: refactor f_get_si3(), so it can be used to get SI4Vadim Yanitskiy1-13/+15
2020-05-06BTS: fix missing GPRS Indicator in SI4 Rest OctetsVadim Yanitskiy1-3/+2
2020-05-06BTS: manually compose Rest Octets for SI Type 3 and 4Vadim Yanitskiy3-2/+78
2020-05-06library: fix enc_SystemInformation(): properly pad messagesVadim Yanitskiy1-1/+25
2020-05-05library: relax length constraints applied to SI Rest OctetsVadim Yanitskiy1-21/+11
2020-05-05library: add PADDING attributes to SI3/SI4 Rest OctetsVadim Yanitskiy1-0/+8
2020-05-03BTS: fix f_get_si3(): do not return uninitialized SI valueVadim Yanitskiy1-1/+1
2020-05-03BTS: refactor f_si3_has_gprs_indicator(): use SI3RestOctetsVadim Yanitskiy1-59/+4
2020-05-03library: clarify length restrictions for SI4 Rest OctetsVadim Yanitskiy1-1/+1