aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-23hodec2 log: less verbose, more concise loggingNeels Hofmeyr4-222/+81
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 Maier5-21/+490
2018-07-22codec_pref: move match_codec_pref() to separate c-file and add unit-testPhilipp Maier11-160/+1431
2018-07-21ho cfg: fix unit stringsNeels Hofmeyr2-21/+21
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-28filter: Allocate each ctr group with a different idxPau Espin Pedrol1-2/+18
2018-06-28filter: Replace '.' in counter names with ':'Pau Espin Pedrol1-3/+3
2018-06-28filter: vty: Print policy list in cmd show access-listPau Espin Pedrol1-16/+17
2018-06-28Rename bsc_msg_acc_lst_vty_init to have more uniform prefixPau Espin Pedrol3-3/+3
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 Pedrol3-2/+12
2018-06-28bsc-filter: Remove unused func barr_adapt and set barr_find staticPau Espin Pedrol2-68/+1
2018-06-26lcls: set codec info when performing MGW operationPhilipp Maier3-6/+10
2018-06-25gscon: pick suitable payload type / encoding name for MGCPPhilipp Maier1-0/+34
2018-06-25debian: Move meas related binaries into new package osmo-bsc-meas-utilsPau Espin Pedrol2-0/+7
2018-06-18cosmetic / linking: move str_to_imsi() out of abis_rsl.cNeels Hofmeyr6-11/+14
2018-06-15fix dyn TS init: properly identify BTS on OML OPSTART ACKNeels Hofmeyr4-27/+37
2018-06-15osmo-bsc: Add -V param to print versionPau Espin Pedrol1-1/+8
2018-06-15osmo-bsc: Clean help description of cmd line parametersPau Espin Pedrol1-10/+10
2018-06-15pcu_sock: Log event pcu_sock createdPau Espin Pedrol1-0/+2
2018-06-14absi_rsl: Fix segfault in rsl_rx_conn_fail()Harald Welte1-1/+2
2018-06-11bsc_subscr_conn_fsm: BSC must not release SCCP connectionHarald Welte1-1/+3
2018-06-11Add missing event string name for GSCON_EV_LCLS_FAILHarald Welte1-0/+1
2018-06-10remove traces of osmo-bsc_nat in python test (osmoappdesc/test_runner)Harald Welte2-82/+2
2018-06-09Remove unused logging subsystems DCC and DMGCPHarald Welte2-14/+4