aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Hofmeyr2-16/+16
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 Hofmeyr4-1/+56
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 Pedrol4-2/+31
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-20use __FILE__, not __BASE_FILE__Neels Hofmeyr1-2/+2
2018-08-17bsc: Use libosmocore API to track osmo_signal structsPau Espin Pedrol1-2/+1
2018-08-13doc: update mgw settings in example config filePhilipp Maier1-0/+1
2018-08-08lcls: do not LCLS call legs with different codecsPhilipp Maier3-0/+36
2018-08-07GSCON: call api of a_reset.c with msc object directlyPhilipp Maier6-39/+54
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-01Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse()Harald Welte1-2/+1
2018-08-01gscon: use BSS-common payload types on BSS sidePhilipp Maier5-7/+37
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 Hofmeyr9-8/+8
2018-07-28cosmetic: reduce bsc_api.hNeels Hofmeyr5-25/+31
2018-07-28cosmetic: dissolve bsc_api.cNeels Hofmeyr6-82/+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 Hofmeyr2-2/+2
2018-07-28create separate logging categories for lchan,ts,as FSMsNeels Hofmeyr7-4/+43
2018-07-28allocate larger lchans if no SDCCH are availableNeels Hofmeyr1-0/+16
2018-07-28lchan_fsm: add in_release_handler flagNeels Hofmeyr2-7/+21
2018-07-28lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlierNeels Hofmeyr12-474/+1031
2018-07-28fix BSC_CTR_ASSIGNMENT doc stringsNeels Hofmeyr1-7/+7
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 Hofmeyr5-17/+12
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr75-4738/+8415
2018-07-28add gsm_timers, for Tnnn definitions usable by FSMsNeels Hofmeyr23-180/+513
2018-07-28cosmetic: move RR functions from bsc_api.c to gsm_04_08_rr.cNeels Hofmeyr4-307/+309
2018-07-28rename gsm_04_08_utils.[hc] to gsm_04_08_rrNeels Hofmeyr20-20/+20
2018-07-28fix / clarify rsl dtap cacheNeels Hofmeyr9-161/+186
2018-07-28doc: update/fix FSM chartsNeels Hofmeyr23-848/+816
2018-07-28inter-BSC HO: neighbor_ident API: drop 9bit BSICNeels Hofmeyr7-257/+113
2018-07-28inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cellsNeels Hofmeyr21-5/+1983
2018-07-27Bump version: 1.2.1.92-93916-dirty → 1.3.01.3.0Pau Espin Pedrol3-15/+123
2018-07-26rsl: use 3GPP assigned payload type constants from libosmo-netifPhilipp Maier1-5/+1
2018-07-24git-version-gen: Don't check for .git directoryDaniel Willmann1-2/+2
2018-07-24BTS codec pref legacy compat: allow all codecs per defaultNeels Hofmeyr1-0/+8
2018-07-23various logging: fix missing/extra newlinesNeels Hofmeyr5-9/+9