aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2018-08-29fix dependency bug: include mgcp_client/, not mgcp/Neels Hofmeyr1-1/+1
2018-08-29log: tweaks and more context in osmo_bsc_sigtran_send()Neels Hofmeyr1-4/+6
2018-08-29inter-BSC HO: send failure msg directlyNeels Hofmeyr1-1/+1
2018-08-29log: 'sending BSSMAP HO Request ACK'Neels Hofmeyr1-0/+1
2018-08-29log: lchan_rtp_fsm: add missing '\n'Neels Hofmeyr1-4/+4
2018-08-29lchan_fsm: safer 'concluded' flagNeels Hofmeyr1-7/+9
2018-08-29cosmetic: lchan_fsm failure: log about state transitionsNeels Hofmeyr1-2/+9
2018-08-29lchan_fsm: lchan_fail_to(): store target state earlyNeels Hofmeyr1-1/+3
2018-08-29inter-BSC HO incoming: drop old/wrong RTP port codeNeels Hofmeyr1-17/+0
2018-08-29inter-BSC HO incoming: continue despite missing ClassmarkNeels Hofmeyr1-4/+4
2018-08-29neighbor_ident_vty.c: fix CI format, should be 16bitNeels Hofmeyr1-2/+2
2018-08-27cosmetic: neighbor_ident_vty.c: add and use common string defsNeels Hofmeyr1-12/+21
2018-08-25MGCP: add 'X-Osmo-IGN: C' for SCCPlite by defaultNeels Hofmeyr3-1/+53
2018-08-23abis_nm_ipaccess_rsl_connect: Log bts and trx nrPau Espin Pedrol1-2/+2
2018-08-23Fix heap-use-after-free due to OML link destructionPau Espin Pedrol2-2/+28
2018-08-22fix lchan_rtp_fsm: missing event handlingNeels Hofmeyr1-0/+13
2018-08-22abis_nm: Fix trailing whitespacingPau Espin Pedrol1-15/+15
2018-08-22abis_nm: Fix heap-use-after-free in abis_nm_set_channel_attrPau Espin Pedrol1-1/+1
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