aboutsummaryrefslogtreecommitdiffstats
path: root/bsc
AgeCommit message (Expand)AuthorFilesLines
2021-08-06bsc: TC_cm_reestablishment(): do second lchan on bts 1Neels Hofmeyr1-5/+9
2021-08-06bsc: add TC_cm_reestablishmentNeels Hofmeyr1-0/+137
2021-08-06bsc: split f_start_handler() in two, ..._create() and ..._run()Neels Hofmeyr1-2/+13
2021-08-06bsc: add Coord_PT to communicate between componentsNeels Hofmeyr1-0/+6
2021-07-27bsc: expect proper chan_nr for various RSL_MT_RF_CHAN_RELNeels Hofmeyr1-7/+7
2021-07-27bsc: add RSL, RSL_PROC port args in various placesNeels Hofmeyr1-38/+40
2021-07-27bsc: add RSL port args in MSC_ConnHdlr, RSLEMNeels Hofmeyr1-28/+29
2021-07-27bsc: f_expect_dlcx_conns(): do not rx Clear CompleteNeels Hofmeyr1-2/+10
2021-07-27bsc: properly f_rslem_unregister() released channelsNeels Hofmeyr1-0/+7
2021-07-23bsc: Test tch allocation if sdcch exhaustedPau Espin Pedrol2-0/+121
2021-07-23bsc: Fix TC_dyn_ts_sdcch8_tch_call_act_deactPau Espin Pedrol1-2/+3
2021-07-20bsc: Drop mp_enable_osmux_testPau Espin Pedrol1-11/+2
2021-07-20bsc: Allow disabling dyn TS SDCCH8 testsPau Espin Pedrol1-3/+10
2021-07-16BSC: fix channel combinatiron for TS5 in phys_chan_configVadim Yanitskiy1-1/+1
2021-07-14bsc: Introduce test TC_dyn_ts_sdcch8_tch_call_act_deactPau Espin Pedrol1-0/+99
2021-07-12bsc: fix encryption a5/4 missing in TC_*_a5_4Oliver Smith1-2/+6
2021-07-11bsc: add TC_ciph_mode_a5_2_0Oliver Smith2-0/+18
2021-07-11bsc: add TC_ciph_mode_a5_2_1Oliver Smith3-3/+36
2021-07-11bsc: change encryption a5 via VTY where neededOliver Smith2-1/+16
2021-07-11bsc/MSC_ConnectionHandler: fix typoOliver Smith2-6/+6
2021-07-05library/RSL_Types: use OCT4 for local/remote address fieldsVadim Yanitskiy3-15/+15
2021-07-05update expected-results.xml filesNeels Hofmeyr1-1/+19
2021-07-02BSC: add a test case for BCCH carrier power reduction modeVadim Yanitskiy1-0/+27
2021-07-02bsc: Introduce test TC_dyn_ts_sdcch8_act_nackPau Espin Pedrol1-0/+66
2021-07-02bsc: Introduce test TC_dyn_ts_sdcch8_act_deactPau Espin Pedrol1-0/+70
2021-06-28cosmetic: bsc: Fix wrong dyn ts type mentioned in commentPau Espin Pedrol1-2/+2
2021-06-21bsc: add tests for inter-BSC HO with encryption A5/{0,1,3,4}Neels Hofmeyr1-4/+58
2021-06-21bsc: add intra-BSC handover tests with encryptionNeels Hofmeyr1-0/+50
2021-06-21bsc: split f_verify_encr_info() from f_cipher_mode()Neels Hofmeyr1-23/+52
2021-06-21bsc: also allow empty key for A5/0Neels Hofmeyr1-1/+8
2021-06-21bsc: f_tc_ho_int: do not override TestHdlrParamsNeels Hofmeyr1-2/+2
2021-06-21bsc: drop unused kc variablesNeels Hofmeyr1-4/+0
2021-06-21bsc: add BSC_Tests.TC_assignment_fr_a5_4_failNeels Hofmeyr2-0/+16
2021-06-21bsc: add TC_assignment_fr_a5_4Neels Hofmeyr2-0/+14
2021-06-21bsc: add TC_ciph_mode_a5_4Neels Hofmeyr2-0/+13
2021-06-21bsc: f_cipher_mode(): verify enc alg in Cipher Mode Complete msgNeels Hofmeyr1-1/+3
2021-06-21bsc: f_cipher_mode(): fail quicker on key mismatchNeels Hofmeyr1-1/+11
2021-06-21bsc: implement ttcn API and cfg for A5/4Neels Hofmeyr3-5/+20
2021-06-21bsc: reduce args to f_cipher_mode()Neels Hofmeyr2-12/+14
2021-06-21bsc: replace TC_assignment_fr_a5_4 with TC_assignment_fr_a5_not_supNeels Hofmeyr2-15/+43
2021-06-17bsc: Validate new SRVCC countersPau Espin Pedrol1-0/+7
2021-06-17bsc: Validate new 'srvcc fast-return' VTY commandPau Espin Pedrol2-6/+61
2021-06-15bsc: Fix race condition exiting f_ho_out_of_this_bscPau Espin Pedrol1-1/+6
2021-06-05bsc-VAMOS: add cfg files to run BSC_Tests_VAMOS locallyNeels Hofmeyr2-0/+448
2021-06-05allow ASP_RSL_UD on MSC_ConnHdlr RSLNeels Hofmeyr1-4/+0
2021-06-05add bsc/BSC_Tests_VAMOS.ttcnNeels Hofmeyr2-4/+744
2021-06-05bsc: adjust to changed 'vamos modify' vty command syntaxNeels Hofmeyr1-1/+1
2021-06-05bsc: test TSC in various messagesNeels Hofmeyr2-3/+57
2021-06-05bsc: fix osmo-stp.cfg: missing smlc routingNeels Hofmeyr1-0/+8
2021-06-05MSC_ConnectionHandler: fix race in f_create_chan_and_exp()Neels Hofmeyr1-1/+1