aboutsummaryrefslogtreecommitdiffstats
path: root/pcu
AgeCommit message (Expand)AuthorFilesLines
2023-08-30PCUIF_Components: fix confirm member in record BTS_CCCH_BlockPhilipp Maier1-1/+2
2023-08-29PCUIF_Components: add compatibility for PCU_IF_SAPI_AGCH_2Philipp Maier1-1/+8
2023-08-29PCUIF: use confirm flag in struct gsm_pcu_if_pchPhilipp Maier1-3/+7
2023-08-29GPRS_Components: remove excess new-linePhilipp Maier1-1/+0
2023-08-22PCUIF_Types: get rid of _DT, _dt (Direct TLLI)Philipp Maier1-7/+7
2023-08-17PCUIF: rename tlli to msg_idPhilipp Maier1-5/+5
2023-07-31pcu: Introduce test TC_dl_multislot_tbf_ms_class_unknownPau Espin Pedrol2-0/+76
2023-07-31pcu: TC_dl_multislot_tbf_ms_class_from_sgsn(): Properly wait for USFPau Espin Pedrol1-2/+4
2023-07-31pcu: Split f_ms_tx_ul_data_block() into helper functionsPau Espin Pedrol2-42/+44
2023-07-27pcu: Introduce test TC_ul_tbf_bsn_wraparound_gprsPau Espin Pedrol2-0/+155
2023-07-20PCUIF_Components: add compatibility for PCU_IF_SAPI_PCH_DTPhilipp Maier1-3/+21
2023-07-20GPRS_Components: use more suitable SAPI for DL TBF assignmentPhilipp Maier2-31/+31
2023-07-05PCU_Tests: test NACC procedure with UTRAN and E-UTRAN cellPhilipp Maier1-11/+98
2023-07-05PCU_Tests: verify that PacketCellChangeContine contains an ARFCN and BSICPhilipp Maier1-3/+10
2023-06-27pcu: Wait for USF before start using UL TBFPau Espin Pedrol2-1/+104
2023-06-21PCU_Tests: fix typo cell_chf_notif -> cell_chg_notifPhilipp Maier1-65/+65
2023-06-20pcu: TC_t3193: Fix test to properly trigger tx of last DL data blockPau Espin Pedrol1-0/+10
2023-06-14pcu: Rework test TC_ul_tbf_reestablish_with_pkt_resource_req_n3105_max to bas...Pau Espin Pedrol2-48/+29
2023-05-15pcu: Fix Unbound integer operand of unary increment operator.Pau Espin Pedrol1-1/+1
2023-04-13pcu: Fix some tests missing proper tear downPau Espin Pedrol1-0/+28
2023-02-13PCU_Tests: fix TC_nacc_outbound_pkt_cell_chg_notif_dupVadim Yanitskiy1-44/+61
2023-02-13PCU_Tests: fix TC_nacc_outbound_si_resolve_timeoutVadim Yanitskiy1-13/+1
2023-02-13PCU_Tests: remove unnecessary valueof() in NACC TCsVadim Yanitskiy1-2/+2
2023-02-10PCU_Tests: use real values for c_BssgpCell{Mcc,Mnc}Vadim Yanitskiy1-2/+2
2023-02-10PCU_Tests: define ts_BssgpCellIdDstAddr_defaultVadim Yanitskiy1-4/+29
2023-02-10PCU_Tests: improve coding style, use f_build_BcdMccMnc()Vadim Yanitskiy1-15/+10
2023-02-10library/GSM_Types: rename f_{enc->build}_BcdMccMnc[_int]()Vadim Yanitskiy1-3/+3
2023-02-10pcu/osmo-pcu.cfg: use the PCUIF for neighbor resolutionVadim Yanitskiy1-1/+2
2023-02-08library/GSM_Types: rework f_enc_BcdMccMnc: split and renameVadim Yanitskiy1-3/+3
2022-12-02pcu: TC_paging_cs_from_sgsn_*: Fix race condition between BSSGP tx and RLCMAC rxPau Espin Pedrol1-2/+10
2022-12-02pcu: TC_mt_ping_pong*: Fix race condition waiting for first DL data after X2002Pau Espin Pedrol1-1/+4
2022-12-02pcu: TC_dl_flow_more_blocks: Fix race condition waiting for first DL data aft...Pau Espin Pedrol1-1/+3
2022-12-02pcu: Fix race condition in TC_cs_max_dl waiting for timer first DL data after...Pau Espin Pedrol2-1/+28
2022-11-04pcu: Introduce tests TC_ul_tbf_{1,2}phase_while_dl_ass_pchPau Espin Pedrol2-0/+155
2022-10-28cosmetic: pcu: Fix typo in several commentsPau Espin Pedrol1-14/+14
2022-10-28pcu: Introduce test TC_ul_tbf_finished_pkt_dl_ass_pchPau Espin Pedrol3-1/+63
2022-10-21library: move IA/IAR Rest Octets to GSM_RestOctets.ttcnVadim Yanitskiy3-1/+3
2022-10-05pcu: fix coding style in f_ms_handle_pkt_neighbor_cell_data()Vadim Yanitskiy1-9/+9
2022-10-05pcu: cosmetic: fix coding style in f_ms_rx_pkt_ass_pacch()Vadim Yanitskiy1-6/+6
2022-10-05pcu: cosmetic: fix coding style in f_tx_data_ind_fn()Vadim Yanitskiy1-2/+2
2022-10-05library: s/tr_RLCMAC_DUMMY_CTRL/tr_RLCMAC_DL_DUMMY_CTRL/Vadim Yanitskiy2-15/+15
2022-10-02pcu: osmo-pcu.cfg: update GSMTAP Um logging configurationVadim Yanitskiy1-14/+2
2022-08-12update various expected-results.xmlNeels Hofmeyr1-3/+14
2022-04-05pcu: Introduce test TC_dl_llc_sapi_priorityPau Espin Pedrol1-0/+99
2022-02-24pcu: Start PCUIF related components as alive-typePau Espin Pedrol1-2/+2
2022-02-24pcu: usse alive-type for NS and BSSGP created componentsPau Espin Pedrol1-2/+2
2022-02-24pcu: Fix race condition in TC_t3141Pau Espin Pedrol1-0/+9
2021-11-16pcu: Drop mp_osmo_pcu_newer_than_0_9_0Pau Espin Pedrol1-183/+142
2021-11-16pcu: Drop mp_send_all_data_indPau Espin Pedrol1-12/+4
2021-11-16pcu: Introduce test TC_ul_tbf_reestablish_with_pkt_dl_ack_nackPau Espin Pedrol1-0/+56