aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-12-07handover_fsm: send HANDOVER PERFORMED msg on internal hoPhilipp Maier1-0/+1
2018-11-21gsm0408_rcvmsg: Release lchan if L3 fails to completePau Espin Pedrol1-0/+4
2018-11-20bsc: si: Fix SI2ter L2 pseudo lengthPau Espin Pedrol1-1/+1
2018-11-20bsc: si: Fix SI2bis L2 pseudo lengthPau Espin Pedrol1-1/+1
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr2-1/+3
2018-11-14fix: send RR Release (e.g. after BSSMAP Clear Cmd)Neels Hofmeyr1-1/+1
2018-11-07constify rsl_tx_ipacc_*cx() parametersMax1-1/+1
2018-11-06vty doc: drop "(HO algo 2 only)" stringsNeels Hofmeyr1-17/+17
2018-10-30fix build: revert bad neighbor_ident.vty changeNeels Hofmeyr1-93/+1
2018-10-24lchan_fsm: generate proper multirate configuration IE on RSLPhilipp Maier1-0/+6
2018-10-24gsm_04_08: improve gsm48_multirate_config()Philipp Maier3-0/+143
2018-10-16remote-BSS neighbors: allow only one cell IDNeels Hofmeyr1-21/+102
2018-10-10codec_pref: also check physical channelsPhilipp Maier1-0/+8
2018-10-05codec_pref: handle S0-S15 in ASSIGNMENT REQUESTPhilipp Maier2-50/+52
2018-09-27vty: write local neighbors by bts nr, not lac-ciNeels Hofmeyr1-14/+14
2018-09-27neighbor vty: allow setting local neighbors by CGINeels Hofmeyr1-0/+5
2018-09-27neighbor vty: rather 'no neighbor', not 'neighbor del'Neels Hofmeyr1-19/+21
2018-09-27neighbor vty: drop keyword 'add'Neels Hofmeyr1-108/+106
2018-09-27test neighbor ident vty docsNeels Hofmeyr1-0/+89
2018-09-27make: allow vty-tests without configureNeels Hofmeyr1-4/+4
2018-09-24codec_pref: Add Codec List to COMPLETE LAYER 3 INFORMATIONPhilipp Maier2-0/+1161
2018-09-14codec_pref: add AMR configuration bits to make_scl_config() in unit-testPhilipp Maier1-0/+6
2018-08-29neighbor_ident_vty.c: fix CI format, should be 16bitNeels Hofmeyr1-14/+14
2018-07-28cosmetic: rename bsc_api.h to gsm_08_08.hNeels Hofmeyr1-1/+1
2018-07-28cosmetic: reduce bsc_api.hNeels Hofmeyr1-0/+1
2018-07-28cosmetic: dissolve bsc_api.cNeels Hofmeyr1-1/+0
2018-07-28create separate logging categories for lchan,ts,as FSMsNeels Hofmeyr1-0/+18
2018-07-28lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlierNeels Hofmeyr2-0/+2
2018-07-28fix nanobts: timeslot FSM: use flags to remember OML,RSL statusNeels Hofmeyr1-0/+1
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr10-98/+149
2018-07-28add gsm_timers, for Tnnn definitions usable by FSMsNeels Hofmeyr6-0/+14
2018-07-28rename gsm_04_08_utils.[hc] to gsm_04_08_rrNeels Hofmeyr2-2/+2
2018-07-28fix / clarify rsl dtap cacheNeels Hofmeyr1-0/+3
2018-07-28inter-BSC HO: neighbor_ident API: drop 9bit BSICNeels Hofmeyr3-171/+91
2018-07-28inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cellsNeels Hofmeyr8-0/+814
2018-07-22codec_pref: check bts codec supportPhilipp Maier2-13/+444
2018-07-22codec_pref: move match_codec_pref() to separate c-file and add unit-testPhilipp Maier5-0/+1246
2018-07-21ho cfg: fix unit stringsNeels Hofmeyr1-14/+14
2018-06-10remove traces of osmo-bsc_nat in python test (osmoappdesc/test_runner)Harald Welte1-78/+0
2018-06-08cosmetic: handover_test: add IMSI to subscr for loggingNeels Hofmeyr1-1/+11
2018-06-08cosmetic: bsc_subscr_alloc: log initial getNeels Hofmeyr1-0/+3
2018-06-07remove struct bsc_apiNeels Hofmeyr2-3/+27
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr11-16/+75
2018-06-07bsc_test: drop "scan to MSC" code pathNeels Hofmeyr1-7/+0
2018-06-07tests: remove channel_testNeels Hofmeyr5-164/+0
2018-06-07tests: remove bssap_testNeels Hofmeyr6-246/+0
2018-05-27Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRLHarald Welte1-0/+4
2018-05-27remove remaining bits of osmo-bsc_natHarald Welte14-2503/+0
2018-05-04resurrect meas_feed.c: vty, vty-testNeels Hofmeyr1-0/+19
2018-04-17use osmo_init_logging2Pau Espin Pedrol3-5/+8