aboutsummaryrefslogtreecommitdiffstats
path: root/library/PCUIF_Types.ttcn
AgeCommit message (Expand)AuthorFilesLines
2023-12-15library/PCUIF_Types: clean up, drop remains of PCUIFv10Vadim Yanitskiy1-60/+4
2023-12-15library/PCUIF_Types: fix padding attribute for PCUIF_MessageVadim Yanitskiy1-2/+2
2023-11-22PCUIF_Types: make PCUIF_info_ind field bts_model optionalPhilipp Maier1-2/+7
2023-11-21PCUIF: upgrade to PCUIF v12Philipp Maier1-4/+17
2023-10-04rename sysmo_direct_dsp to direct_phyPhilipp Maier1-3/+3
2023-09-22PCUIF_Types: fix record PCUIF_data_cnfPhilipp Maier1-1/+3
2023-08-30PCUIF: fix coding of 'lqual_cb' field in PCUIF_dataVadim Yanitskiy1-1/+4
2023-08-29PCUIF: Add support for PCU_IF_SAPI_AGCH_2Philipp Maier1-1/+18
2023-08-29PCUIF: use confirm flag in struct gsm_pcu_if_pchPhilipp Maier1-1/+2
2023-08-22PCUIF_Types: get rid of _DT, _dt (Direct TLLI)Philipp Maier1-19/+19
2023-08-17PCUIF_Types: remove unnecessary members from record PCUIF_data_cnf_dtPhilipp Maier1-38/+4
2023-08-17PCUIF: rename tlli to msg_idPhilipp Maier1-7/+7
2023-07-20PCUIF_Types: add decoder for PCUIF_pch_dtPhilipp Maier1-0/+2
2023-07-07BTS_Tests: Add support for PCUIF protocol version 11Philipp Maier1-3/+5
2023-07-05PCUIF_Types: fix record PCUIF_pch_dtPhilipp Maier1-2/+2
2023-05-22PCUIF_Types: add record PCUIF_pch_dtPhilipp Maier1-0/+11
2023-05-10PCUIF_Types: add templates for PCU_IF_MSG_DATA_CNF_DT message typesPhilipp Maier1-0/+52
2023-05-08PCUIF_Types: add message type PCU_IF_MSG_E1_CCU_INDPhilipp Maier1-0/+14
2023-05-05PCUIF_Types: rename PCU_IF_SAPI_AGCH_DT to PCU_IF_SAPI_PCH_DTPhilipp Maier1-1/+1
2021-09-14pcu: Support Neighbor Address Resolution over PCUIFPau Espin Pedrol1-8/+105
2021-06-28bts: Test forwarding PCUIF<->IPA/OSMO/PCUPau Espin Pedrol1-3/+63
2021-06-22library/PCUIF_Types: add definition for PCU_IF_MSG_INTERF_INDVadim Yanitskiy1-0/+46
2021-06-04library/PCUIF_Types: fix wrong parameter type in ts_PCUIF_DATA_INDVadim Yanitskiy1-1/+1
2021-03-23library/PCUIF_Types: use PADDING attribute for 'PCUIF_Message'Vadim Yanitskiy1-22/+2
2021-03-23library/PCUIF_Types: get rid of version 9 compatibility glueVadim Yanitskiy1-115/+31
2021-03-12pcu: transmit PCUIF DATA.ind with len=0 when no UL data to transmitPau Espin Pedrol1-1/+1
2021-03-01PCUIF: Fix naming of counters in InfoIndPau Espin Pedrol1-6/+6
2021-02-05PCUIF: Allow receiving decoded RR/RLCMAC blocks in DATA REQPau Espin Pedrol1-15/+23
2020-11-06pcu: prepare tests for new GPRS/EGPRS multiplex supportPau Espin Pedrol1-0/+26
2020-11-06pcu: Add infra to handle multitrx and multits envsPau Espin Pedrol1-10/+10
2020-11-01library/PCUIF_Types: add f_PCUIF_ver_INFO_PDCHMask_set()Vadim Yanitskiy1-0/+18
2020-10-31library/PCUIF_Types: f_PCUIF_ver_INFO_PDCHMask_get() returns BIT8Vadim Yanitskiy1-1/+1
2020-10-31library/PCUIF_Types: add '_get' prefix to f_PCUIF_ver_INFO_PDCHMask()Vadim Yanitskiy1-1/+1
2020-10-26pcu: Assign different ARFCN numbers to each PCU TRXPau Espin Pedrol1-4/+4
2020-09-22{BTS,PCU}_Tests: bump default PCUIF version: 9 -> 10Vadim Yanitskiy1-1/+1
2020-09-17NS_Emulation: remove dependency on PCUIF_TypesAlexander Couzens1-0/+11
2020-09-16PCUIF_Types: fix version 9 remote addressAlexander Couzens1-1/+1
2020-09-15fixup library/PCUIF_Types: version 10: do not add redundant paddingVadim Yanitskiy1-0/+22
2020-09-11library/PCUIF_Types: version 10: do not add redundant paddingVadim Yanitskiy1-1/+0
2020-09-11library/PCUIF_Types: version 10: support IPv6 NSVC addrAlexander Couzens1-2/+53
2020-09-08library/PCUIF_Types: version 10: add Mobile Allocation length fieldVadim Yanitskiy1-1/+7
2020-08-22library/PCUIF_Types: fixup: keep PCUIF_InfoV10Trx alignedVadim Yanitskiy1-0/+2
2020-08-21library/PCUIF_Types: fix typo: s/local_pprt/local_port/gVadim Yanitskiy1-2/+2
2020-08-09library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTsVadim Yanitskiy1-0/+16
2020-08-09library/PCUIF_Types: version 10: add frequency hopping parametersVadim Yanitskiy1-11/+105
2020-07-20library/PCUIF_Types: make PCUIF version configurableVadim Yanitskiy1-2/+7
2019-11-23library/PCUIF_Types.ttcn: extend RACH.ind with TRX / TS number fieldsVadim Yanitskiy1-3/+13
2019-10-07pcu: Allow tests to overwrite pcuif INFO_IND paramsPau Espin Pedrol1-51/+2
2019-10-04library/PCUIF_Types.ttcn: add optional parameter for RACH SAPIVadim Yanitskiy1-4/+6
2019-09-27Introduce PCUIF, BTS and ClckGen components for RAW PCU test casesVadim Yanitskiy1-0/+9