aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-10-16drop features 'core-location-area-code' and 'core-cell-identity'Neels Hofmeyr1-15/+0
2020-10-15Introduce Radio Channel FSMPau Espin Pedrol7-0/+470
2020-10-15Introduce NM RadioCarrier FSMPau Espin Pedrol8-1/+65
2020-10-15Introduce NM BaseBand Transceiver FSMPau Espin Pedrol7-0/+64
2020-10-15Introduce NM BTS FSMPau Espin Pedrol7-0/+68
2020-10-15Introduce NM BTS Site Manager FSMPau Espin Pedrol8-0/+71
2020-10-15Set all NM OML objects to Locked by defaultPau Espin Pedrol1-1/+1
2020-10-15add smlc.vty testNeels Hofmeyr1-0/+73
2020-10-15BSSMAP RESET: move RESET-ACK into reset fsmNeels Hofmeyr1-0/+1
2020-10-15BSSMAP RESET: generalize a_reset FSMNeels Hofmeyr1-0/+4
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr3-0/+7
2020-10-07cosmetic: fix naming of GSCON_EV_A_CONN_REQ -> GSCON_EV_MO_COMPL_L3Neels Hofmeyr1-1/+1
2020-10-07bsc_subscr_name: print both IMSI and TMSINeels Hofmeyr2-20/+21
2020-10-07introduce osmo_use_count for bsc_subscrNeels Hofmeyr3-37/+39
2020-10-07refactor paging: introduce bsc_paging_start()Neels Hofmeyr1-0/+3
2020-10-07compl l3: allocate conn in gsm_08_08.c, not gsm_04_08_rr.cNeels Hofmeyr3-4/+4
2020-10-05oml: encode IPv6 NSVC using the new OML attribute NM_ATT_OSMO_NS_LINK_CFGAlexander Couzens2-2/+27
2020-10-03tests: add missing *.vty to EXTRA_DISTNeels Hofmeyr1-0/+6
2020-10-02cosmetic: tests/ctrl_test_runner.py: Fix trailing whitespacePau Espin Pedrol1-2/+2
2020-09-18lchan_fsm, lchan_rtp_fsm: make all timers configurableOliver Smith1-0/+12
2020-09-18clean up timer definitions: introduce groups, move some T to XNeels Hofmeyr1-52/+93
2020-09-16add timer.vtyNeels Hofmeyr1-0/+95
2020-09-03CBSP VTY: re-add legacy cbc config for backwards compatNeels Hofmeyr1-0/+64
2020-08-29CBSP: add local bind to client modeNeels Hofmeyr1-0/+55
2020-08-29CBSP: rewrite the CBSP link setup and 'cbc' VTY sectionNeels Hofmeyr1-0/+156
2020-08-27tests: acc_test: Test more rotating scenariosPau Espin Pedrol2-8/+1097
2020-08-27acc: Fix ACC rotate barring highest ACCs too quickly during wraparoundPau Espin Pedrol1-177/+177
2020-08-27acc_test: Print allowed ACC from t2 and t3Pau Espin Pedrol2-400/+411
2020-08-26bsc_subscr_conn_fsm: use proper cause values in SAPI N REJECTVadim Yanitskiy2-2/+2
2020-08-26fix bsc_sapi_n_reject(): dlci is unsigned, use uint8_tVadim Yanitskiy2-2/+2
2020-08-10handover_test.c: typo s/more/less in test 19 descriptionNeels Hofmeyr1-1/+1
2020-08-02handover_test.c: add test case 29: TCH/F -> TCH/HNeels Hofmeyr2-0/+30
2020-07-31Introduce support for ACC ramping during whole BTS life cyclePau Espin Pedrol2-94/+755
2020-07-29Introduce support for ACC subset rotationPau Espin Pedrol6-0/+1159
2020-07-20rename files acc_ramp.* -> acc.c*Pau Espin Pedrol5-5/+5
2020-07-18Move acc_ramp_init inside gsm_bts_allocPau Espin Pedrol4-0/+4
2020-07-18Move gsm_bts_{trx_}set_system_infos APIs to bts{_trx}.*Pau Espin Pedrol4-0/+20
2020-07-18Move struct gsm_bts_trx: gsm-data.* => bts_trx.*Pau Espin Pedrol5-0/+6
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol10-0/+10
2020-07-06si2quater: fix budget calculation for multiple EARFCNsNeels Hofmeyr1-66/+82
2020-06-23Avoid selecting channels from administratively locked trxPau Espin Pedrol1-0/+3
2020-06-19merge files: absorb osmo_bsc_vty.c into bsc_vty.cNeels Hofmeyr1-1/+0
2020-06-17MSC pooling: add 'no allow-attach' for MSC off-loadingNeels Hofmeyr1-0/+14
2020-06-17MSC pooling: make NRI mappings VTY configurableNeels Hofmeyr1-0/+152
2020-06-03gsm0408_test.c: drop test_mi_functionality()Neels Hofmeyr2-33/+0
2020-05-31handover_test: use 'unknown' BTS type instead of 'sysmobts'Vadim Yanitskiy2-3/+4
2020-05-29drop all BSC originated USSD notification featuresNeels Hofmeyr4-65/+0
2020-05-27drop IMSI filter and libfilter completelyNeels Hofmeyr1-2/+0
2020-05-19Fix crash in bsc_patch_mm_info()Alexander Chemeris1-9/+2
2020-05-11handover_test: Properly allocate MSC data struct.Alexander Chemeris1-9/+1