aboutsummaryrefslogtreecommitdiffstats
path: root/bts
AgeCommit message (Expand)AuthorFilesLines
2020-06-25bts: Introduce TC_tx_power_ramp_adm_state_changePau Espin Pedrol1-0/+55
2020-06-25bts: Introduce test TC_tx_power_start_ramp_down_bcchPau Espin Pedrol1-4/+118
2020-06-22BTS: refactor f_init_rsl(): make number of transceivers configurableVadim Yanitskiy1-29/+32
2020-06-21osmo-bsc.cfg: Remove access-list directiveHarald Welte1-1/+0
2020-06-16bts/expected-results: TC_rsl_bs_pwr_static_{ass,power_control} pass nowVadim Yanitskiy1-12/+2
2020-06-16library/RSL_Types: fix RSL_IE_BS_Power: Power Level is 4 bit longVadim Yanitskiy1-3/+3
2020-06-10BTS: fix latest: ignore mismatching messages in as_rsl_init_guard()Vadim Yanitskiy1-0/+2
2020-06-09bts: Introduce test TC_tx_power_start_ramp_up_bcchPau Espin Pedrol3-3/+82
2020-06-07bts: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-06-05BTS_Tests: fix f_init_rsl(): expect all 4 transceivers to connectVadim Yanitskiy1-18/+28
2020-05-29bts/BTS_Tests: add frequency hopping parametersVadim Yanitskiy2-16/+38
2020-05-29library/L1CTL_PortType: refactor L1CTL channel establishmentVadim Yanitskiy1-12/+9
2020-05-27bts/BTS_Tests: cosmetic: use mp_trx0_arfcn in ts_ChanDescH0Vadim Yanitskiy1-1/+1
2020-05-27bts/BTS_Tests: derive ts_ChanDesc{H0,H1} from ts_ChanDescVadim Yanitskiy1-3/+12
2020-05-27bts/BTS_Tests: cosmetic: mark c_MA_null as privateVadim Yanitskiy1-1/+1
2020-05-26library/RSL_Emulation: server mode: handle multiple transceiversVadim Yanitskiy1-1/+2
2020-05-25BTS: use existing templates for ASP_RSL_UnitdataVadim Yanitskiy2-56/+45
2020-05-19update expected resultsNeels Hofmeyr1-22/+154
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 Yanitskiy1-2/+2
2020-05-18library/IPA: split t_ASP_IPA_EVT_UD into send / receive templatesVadim Yanitskiy1-2/+2
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 Yanitskiy1-2/+24
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-02library: implement SI3 Rest Octets as per 3GPP TS 44.018Vadim Yanitskiy1-1/+1
2020-04-29Split templates in RLCMAC_{CSN1_}Types into their own _Templates filePau Espin Pedrol1-1/+1
2020-03-31BTS: fix as_l1_count_paging(): do not count PCH filling messagesVadim Yanitskiy1-1/+4
2020-03-30BTS: fix as_l1_count_paging(): use ispresent() instead of isvalue()Vadim Yanitskiy1-2/+2
2020-03-28library/RSL_Types: use MobileIdentityLV for MS Identity IEVadim Yanitskiy1-14/+18
2020-03-28BTS_Tests_SMSCB: use existing tr_PAG_REQ1 and t_MI_NoIdentityVadim Yanitskiy1-29/+3
2020-03-28library/GSM_RR_Types: do not duplicate Mobile Identity recordsVadim Yanitskiy2-8/+10
2020-02-13bts: Introduce new module for performance testsPau Espin Pedrol2-0/+103
2020-01-12BTS_Tests: skip tests that need PCU socket accessPhilipp Maier1-4/+5
2020-01-06BTS_Tests: tolerate empty measurement result on chan est.Philipp Maier1-1/+69
2019-12-10bts: Early terminate TC_rec_invalid_frame on errorPau Espin Pedrol1-21/+32
2019-12-10bts: Update transmitted MS power as requested by BTSPau Espin Pedrol1-7/+23
2019-11-23library/PCUIF_Types.ttcn: extend RACH.ind with TRX / TS number fieldsVadim Yanitskiy1-4/+4
2019-11-15Update README.md of several TTCN3 test suitesPau Espin Pedrol1-1/+3
2019-11-15bts: TC_rsl_ms_pwr_dyn_down: Fix expected MS Power levelPau Espin Pedrol1-1/+1
2019-11-06BTS_Tests.ttcn: fix: move TC_pcu_ptcch to a proper placeVadim Yanitskiy1-1/+1
2019-10-21BTS_Tests.ttcn: add a test case for PTCCH/D and PTCCH/UVadim Yanitskiy1-0/+90
2019-10-08bts: Fix race condition in f_dyn_ipa_pdch_(de)actPau Espin Pedrol1-2/+18
2019-09-06bts: Test if BTS forwards ETWS Primary Notification to PCUHarald Welte1-0/+30
2019-09-06Revert "bts: f_init_pcu: sleep before connect"Oliver Smith1-4/+3
2019-09-05bts: Add test for ETWS Primary Notification via P1 Rest OctetsHarald Welte1-0/+175
2019-08-29bts: add configs for running without dockerOliver Smith3-4/+225
2019-08-29bts: add test TC_pcu_socket_verify_info_indOliver Smith1-0/+23