aboutsummaryrefslogtreecommitdiffstats
path: root/bts
AgeCommit message (Expand)AuthorFilesLines
2021-05-17bts: add first a5/4 testsEric Wild2-0/+12
2021-04-16BTS_Tests: as_l1_sacch(): make MEAS_VALID flag configurableVadim Yanitskiy1-1/+3
2021-04-16BTS_Tests: as_l1_sacch(): use values from ConnL1ParsVadim Yanitskiy1-1/+5
2021-04-01BTS_Tests: refactor and fix TC_pcu_socket_connect_multiVadim Yanitskiy1-6/+20
2021-03-24BTS_Tests: fix IPv4 matching in TC_pcu_socket_{nsvc_ipv4,two_nsvc}Vadim Yanitskiy1-2/+5
2021-03-23BTS_Tests: do not connect to PCUIF socket if not usedVadim Yanitskiy2-23/+20
2021-03-23BTS_Tests: cosmetic: s/f_init_pcu_test/f_init_with_pcuif/Vadim Yanitskiy1-21/+21
2021-03-23BTS_Tests: add a test case verifying coding of two NSVCs in INFO.indVadim Yanitskiy1-0/+36
2021-03-23library/PCUIF_Types: get rid of version 9 compatibility glueVadim Yanitskiy1-31/+20
2021-03-19bts/osmo-bts.cfg: enable GSMTAP Um frame loggingVadim Yanitskiy1-0/+1
2021-03-19bts/osmo-bts.cfg: use 'gsmtap-sapi enable-all'Vadim Yanitskiy1-8/+3
2021-03-19bts/osmo-bts.cfg: remove deprecated 'uplink-power-target'Vadim Yanitskiy1-1/+0
2021-03-19{bsc,bts}/osmo-bsc.cfg: remove deprecated parametersVadim Yanitskiy1-4/+0
2021-02-03BTS_Tests: test forwarding of SI1, SI3 and SI13 via PCUIFPhilipp Maier1-5/+24
2021-01-17remove unused NS_CodecPort.ttcn/NS_CodecPort_CtrlFunctAlexander Couzens1-1/+0
2021-01-07CTRL: Introduce support to run osmocom CTRL serverPau Espin Pedrol1-2/+2
2020-12-13BTS_Tests: as_l1_sacch(): fix Measurement Report paddingVadim Yanitskiy1-2/+2
2020-12-08BTS_Tests_OML: add new test case TC_ipa_rsl_connect_nackVadim Yanitskiy1-0/+25
2020-12-08bts/expected-results.xml: TC_sacch_chan_act_ho_sync should pass nowVadim Yanitskiy1-6/+1
2020-12-08bts/expected-results.xml: add missing SMSCB-over-SDCCH8 expectationsVadim Yanitskiy1-0/+10
2020-12-03BTS_Tests: make ts_LapdmAddr / ts_LAPDm_AB more friendlyVadim Yanitskiy1-7/+15
2020-11-26cosmetic: drop redundant assignment in f_TC_rach_contentNeels Hofmeyr1-1/+1
2020-11-26bts: TC_sacch_chan_act_ho_sync: expect SACCH with MS Power IENeels Hofmeyr1-3/+3
2020-11-24BTS_Tests: make Training Sequence Code configurableVadim Yanitskiy3-13/+17
2020-11-24BTS_Tests: generate g_AllChannels from module parametersVadim Yanitskiy1-17/+48
2020-11-24BTS_Tests: re-organize configuration of TRX/TS paramsVadim Yanitskiy4-19/+81
2020-11-24library/GSM_RR_Types: make ts_MEAS_REP more user-friendlyVadim Yanitskiy1-1/+1
2020-11-24library: move Osmocom_Types.Arfcn to GSM_Types.GsmBandArfcnVadim Yanitskiy2-3/+5
2020-11-14BTS_Tests_SMSCB: use proper templates for RSL channel numberVadim Yanitskiy1-6/+3
2020-11-14BTS_Tests: turn 'l1ctl_ma_def' into 'c_arfcn_list'Vadim Yanitskiy1-5/+8
2020-11-14BTS_Tests: introduce and use as_l1_sacch_l1h()Vadim Yanitskiy1-68/+66
2020-11-14bts: update some expectations in expected-results.xmlVadim Yanitskiy1-39/+7
2020-11-09bts: TC_sacch_chan_act_ho_*: test that SACCH appears after HO RACHNeels Hofmeyr1-0/+30
2020-11-09bts: fix TC_sacch_chan_act_ho_*: missing send SACCH FILLNeels Hofmeyr1-0/+3
2020-11-09bts: fix TC_sacch_chan_act_ho_*: missing Handover Reference IENeels Hofmeyr1-3/+21
2020-11-02BTS_Tests/DTX: eliminate redundant f_TC functionsVadim Yanitskiy1-13/+3
2020-11-02BTS_Tests/DTX: remove redundant RSL channel number checkVadim Yanitskiy1-6/+0
2020-11-02BTS_Tests/DTX: provide more details in failed verdict messageVadim Yanitskiy1-10/+9
2020-11-02BTS_Tests/DTX: SACCH has nothing to do with fill framesVadim Yanitskiy1-38/+21
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-24BTS_Tests/DTX: get rid of f_g_chan_is_{tchf,tchh,sdcch4,sdcch8}Vadim Yanitskiy1-44/+14
2020-10-24BTS_Tests: fix both TC_si_sched[_13_2bis_2ter]_2quaterVadim Yanitskiy1-2/+2
2020-10-22BTS_Tests: add FAACH to TC_meas_res_speech_tchXPhilipp Maier1-6/+39
2020-10-21bts-lapdm: Early termination on f_lapdm_transceive_mo() failurePau Espin Pedrol1-5/+4
2020-10-21bts-lapdm: Introduce test TC_normal_reestablishment_state_unackedPau Espin Pedrol1-0/+68
2020-10-21bts-lapdm: Introduce test TC_normal_reestablishmentPau Espin Pedrol1-0/+63
2020-10-21BTS_Tests: introduce TC_speech_no_rtp_{tchf,tchh}Vadim Yanitskiy1-0/+64
2020-10-20bts: Run everything over 127.0.0.1Harald Welte3-13/+13
2020-10-20bts/osmo-bts.cfg: Enable GSMTAP for FACCH on TCH/F and TCH/HHarald Welte1-0/+2