aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-28start-testsuite.sh: allow overriding TTCN3_BIN_DIRosmith/ttcn3-centosOliver Smith1-1/+4
2020-05-25library/RSL_Emulation: fix comments near f_cid_{create,delete}_cnr()Vadim Yanitskiy1-2/+2
2020-05-25library/RSL_Emulation: use existing tr_ASP_RSL_UD templateVadim Yanitskiy1-14/+8
2020-05-25BTS: use existing templates for ASP_RSL_UnitdataVadim Yanitskiy2-56/+45
2020-05-25BSC: use existing templates for ASP_RSL_UnitdataVadim Yanitskiy1-20/+15
2020-05-25library/IPA_Emulation: assume TRX#0 in ASP_RSL_Unitdata templatesVadim Yanitskiy5-45/+37
2020-05-25library/IPA_Emulation: cosmetic: fix template restrictionsVadim Yanitskiy1-3/+3
2020-05-25library/IPA_Types: cosmetic: s/IPAC_IDTAG_UNIT/IPAC_IDTAG_UNITID/gVadim Yanitskiy2-2/+2
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-22library/GSM_RR_Types: add receive templates for IMM ASS RejectVadim Yanitskiy1-0/+32
2020-05-22library/GSM_RR_Types: add IAR Rest Octets definitionVadim Yanitskiy1-1/+30
2020-05-22library/GSM_RR_Types: fix definition of FeatureIndicatorVadim Yanitskiy1-4/+7
2020-05-21ttcn3-tcpdump-stop.sh: fix echo: add -e to enable colorsVadim Yanitskiy1-2/+2
2020-05-20 library/RLCMAC_CSN1_Types: Extend support for PacketDlAssignmentPau Espin Pedrol2-3/+72
2020-05-19compare_results.py: use ansi colorsNeels Hofmeyr1-7/+16
2020-05-19compare-results.py: use python3, python is no longer available in our build i...Neels Hofmeyr1-1/+1
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