aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Hofmeyr5-9/+9
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-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 Pedrol2-2/+2
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 Pedrol2-1/+11
2018-06-28bsc-filter: Remove unused func barr_adapt and set barr_find staticPau Espin Pedrol1-64/+1
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
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-09Remove unused logging subsystems DCC and DMGCPHarald Welte1-12/+4
2018-06-08Explicitly register CTRL-over-IPA callback with libosmo-sigtranHarald Welte1-1/+5
2018-06-08Ignore "dest" command in MSC nodeHarald Welte1-0/+12
2018-06-08make T10 configurable like the rest of themNeels Hofmeyr3-6/+7
2018-06-08drop dead code: conn->T10, handled by gscon insteadNeels Hofmeyr1-8/+0
2018-06-08HO: introduce T7, T8, T101 timersNeels Hofmeyr2-0/+13
2018-06-08cosmetic: gscon: drop odd use of OSMO_STRINGIFYNeels Hofmeyr1-14/+14
2018-06-08store subscriber identity on pagingNeels Hofmeyr1-0/+1
2018-06-08try to pick up subsrc IMSI on l3-complNeels Hofmeyr1-1/+16
2018-06-08gscon: put subscriber a little laterNeels Hofmeyr1-6/+6
2018-06-08cosmetic: bsc_subscr_alloc: log initial getNeels Hofmeyr1-3/+2
2018-06-08cosmetic: penalty timers: constify, tweak docNeels Hofmeyr1-4/+4
2018-06-08use libosmocore's gsm0808_permitted_speech(), gsm0808_chosen_channel()Neels Hofmeyr1-84/+7
2018-06-08log: assignment: add two logs on unexpected lchan releaseNeels Hofmeyr1-0/+3
2018-06-08log: fix logging in rsl_rx_chan_act_nack()Neels Hofmeyr1-6/+9
2018-06-08assignment: signal assignment failure on chan act nackNeels Hofmeyr2-3/+5
2018-06-07cosmetic: gscon: undup code: add common assignment_failed()Neels Hofmeyr1-36/+33
2018-06-07cosmetic: magic number: use RSL_ACT_ constant for chan actNeels Hofmeyr1-1/+1
2018-06-07remove struct bsc_apiNeels Hofmeyr3-156/+48
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr58-815/+914
2018-06-07increment 'paging responded' counter for active paging onlyStefan Sperling1-8/+12