aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-07-26rest_octets: add Serving Cell Priority ParametersPhilipp Maier1-68/+68
2019-07-24osmo-bsc.cfg: work with osmo-bts example cfgOliver Smith1-1/+1
2019-07-09doc/manuals, vty doc: more handover doc clarificationsNeels Hofmeyr1-30/+30
2019-07-08make bsc_clear_request() staticNeels Hofmeyr2-4/+0
2019-06-18Re-introduce support for IPA-encapsulated MGCPHarald Welte1-0/+20
2019-05-03assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-1/+1
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr2-10/+9
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr6-9/+3
2019-03-19codec_pref: fix special handling for AMR rate configuration (S15-S0)Philipp Maier1-6/+6
2019-03-14Revert "assignment_fsm: Properly support assigning signalling mode TCH/x"Neels Hofmeyr1-1/+1
2019-03-14Move msc related code from gsm_data to bsc_mscPau Espin Pedrol1-0/+1
2019-03-14assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-1/+1
2019-03-11handover_fsm: copy old S15_S0 to new lchanPhilipp Maier1-2/+3
2019-02-21assignment_fsm: fix channel allocator preferencesPhilipp Maier1-5/+3
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