aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2018-08-17bsc: Use libosmocore API to track osmo_signal structsPau Espin Pedrol1-2/+1
2018-08-08lcls: do not LCLS call legs with different codecsPhilipp Maier2-0/+35
2018-08-07GSCON: call api of a_reset.c with msc object directlyPhilipp Maier5-34/+47
2018-08-07GSCON: avoid sending connection oriented data when not connectedPhilipp Maier1-1/+6
2018-08-07sigtran: fix memleak in osmo_bsc_sigtran_send()Philipp Maier1-1/+2
2018-08-01handover_fsm.c: Fix -Werror=format-security errorsHarald Welte1-4/+2
2018-08-01gscon: use BSS-common payload types on BSS sidePhilipp Maier4-6/+36
2018-08-01endpoint_fsm: add missing return in mgcp_pick_codecPhilipp Maier1-0/+1
2018-07-28cosmetic: gscon: don't re-enter ST_CLEARINGNeels Hofmeyr1-3/+6
2018-07-28cosmetic: rename osmo_bsc_api.c to gsm_08_08.cNeels Hofmeyr2-1/+1
2018-07-28cosmetic: rename bsc_api.h to gsm_08_08.hNeels Hofmeyr6-6/+6
2018-07-28cosmetic: reduce bsc_api.hNeels Hofmeyr1-10/+11
2018-07-28cosmetic: dissolve bsc_api.cNeels Hofmeyr4-77/+29
2018-07-28vty: 'handover any': pick more random chans, use lchan_select_by_type()Neels Hofmeyr1-50/+46
2018-07-28cosmetic: constify gsm_bts_num() net argNeels Hofmeyr1-1/+1
2018-07-28create separate logging categories for lchan,ts,as FSMsNeels Hofmeyr5-4/+22
2018-07-28allocate larger lchans if no SDCCH are availableNeels Hofmeyr1-0/+16
2018-07-28lchan_fsm: add in_release_handler flagNeels Hofmeyr1-7/+17
2018-07-28lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlierNeels Hofmeyr6-459/+971
2018-07-28cosmetic: FSMs: allow ignorable eventsNeels Hofmeyr3-6/+60
2018-07-28timeslot FSM: permit entering broken state from anywhereNeels Hofmeyr1-0/+5
2018-07-28timeslot FSM: fix infinite recursion on failure to send PDCH ACTNeels Hofmeyr1-4/+7
2018-07-28fix: dispatch TS_EV_RSL_DOWN when losing RSLNeels Hofmeyr1-14/+14
2018-07-28fix nanobts: timeslot FSM: use flags to remember OML,RSL statusNeels Hofmeyr3-16/+6
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr39-4379/+7536
2018-07-28add gsm_timers, for Tnnn definitions usable by FSMsNeels Hofmeyr12-143/+435
2018-07-28cosmetic: move RR functions from bsc_api.c to gsm_04_08_rr.cNeels Hofmeyr2-306/+307
2018-07-28rename gsm_04_08_utils.[hc] to gsm_04_08_rrNeels Hofmeyr15-16/+16
2018-07-28fix / clarify rsl dtap cacheNeels Hofmeyr6-158/+175
2018-07-28inter-BSC HO: neighbor_ident API: drop 9bit BSICNeels Hofmeyr3-76/+17
2018-07-28inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cellsNeels Hofmeyr9-5/+1077
2018-07-26rsl: use 3GPP assigned payload type constants from libosmo-netifPhilipp Maier1-5/+1
2018-07-24BTS codec pref legacy compat: allow all codecs per defaultNeels Hofmeyr1-0/+8
2018-07-23various logging: fix missing/extra newlinesNeels Hofmeyr4-8/+8
2018-07-23hodec2 log: less verbose, more concise loggingNeels Hofmeyr3-220/+78
2018-07-22chan_alloc: reset rtp voice related bits in lchan_free()Philipp Maier1-0/+3
2018-07-22ctrl: Avoid sending back received ERROR msgsPau Espin Pedrol1-2/+3
2018-07-22codec_pref: check bts codec supportPhilipp Maier2-4/+42
2018-07-22codec_pref: move match_codec_pref() to separate c-file and add unit-testPhilipp Maier3-160/+177
2018-07-21fix handover start: dealloc ho if event not permittedNeels Hofmeyr1-1/+9
2018-07-20fix handling of invalid pchan names in vtyStefan Sperling1-2/+4
2018-07-11call osmo_xua_msg_tall_ctx_init()Neels Hofmeyr1-0/+3
2018-07-11cosmetic: name osmo-bsc's root ctx 'osmo-bsc', not 'openbsc'Neels Hofmeyr1-1/+1
2018-06-28Rename bsc_msg_acc_lst_vty_init to have more uniform prefixPau Espin Pedrol1-1/+1
2018-06-28Init access_lists before passing it as a parameterPau Espin Pedrol1-3/+1
2018-06-28bsc_vty: Write access list entries when storing bsc configPau Espin Pedrol1-0/+2
2018-06-26lcls: set codec info when performing MGW operationPhilipp Maier2-6/+7
2018-06-25gscon: pick suitable payload type / encoding name for MGCPPhilipp Maier1-0/+34
2018-06-18cosmetic / linking: move str_to_imsi() out of abis_rsl.cNeels Hofmeyr4-10/+12
2018-06-15fix dyn TS init: properly identify BTS on OML OPSTART ACKNeels Hofmeyr2-26/+34