aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr47-33939/+0
2018-06-07increment 'paging responded' counter for active paging onlyStefan Sperling1-8/+12
2018-06-03LCLS: add VTY config to enable/disable LCLS on per-MSC basisHarald Welte1-0/+6
2018-06-02Add initial 3GPP LCLS support to OsmoBSCHarald Welte4-1/+832
2018-06-02VTY: Print some more information in "show conns"Harald Welte1-2/+13
2018-05-30abis_rsl: rsl_rx_chan_rqd: Format bts log string as in everywhere elsePau Espin Pedrol1-3/+3
2018-05-30abis_rsl.c: Fix whitespacePau Espin Pedrol1-8/+8
2018-05-30chan_alloc: Print bts nr on chan alloc failurePau Espin Pedrol1-3/+3
2018-05-28acc_ramp: Increase log level of some messagesPau Espin Pedrol1-4/+4
2018-05-27move 'extern struct gsm_network *bsc_gsmnet" to header fileHarald Welte4-13/+4
2018-05-27Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRLHarald Welte3-321/+2
2018-05-25bsc: Don't create MSC-side MGCP connection in IPA/SCCPlite caseHarald Welte1-9/+19
2018-05-25bsc: Don't include AoIP IEs in ASSIGNMENT COMPLETE over SCCPliteHarald Welte1-6/+12
2018-05-25bsc: Use correct MGCP endpoint name for IPA/SCCPliteHarald Welte1-1/+20
2018-05-25bsc: Fix check for MSC-side FSM allocation failureHarald Welte1-1/+1
2018-05-24fix misaligned memory write access in abis_nm_ipaccess_rsl_connect()Stefan Sperling1-1/+1
2018-05-23gscon: remove dead codePhilipp Maier1-43/+1
2018-05-23cosmetic: logging and ordering in handle_ass_compl()Neels Hofmeyr1-18/+20
2018-05-23cosmetic: bsc_dyn_ts.c: make local functions staticNeels Hofmeyr1-2/+2
2018-05-23bsc_api.c: actually log with contextNeels Hofmeyr1-43/+50
2018-05-22add counter for connection attempts from BTS with unknown unit idStefan Sperling1-0/+1
2018-05-18show all global counters of osmo-bsc in vtyStefan Sperling1-4/+8
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier2-67/+61
2018-05-14cosmetic: dyn ts init: undup logging for gprs = noneNeels Hofmeyr2-22/+20
2018-05-14deprecate dyn_ts_allow_tch_f and by default allow all TCHNeels Hofmeyr2-3/+7
2018-05-10debug log: verbosely log all lchan alloc choicesNeels Hofmeyr1-8/+40
2018-05-10dyn TS: allow any pchan type changes, fix for gprs mode noneNeels Hofmeyr2-68/+96
2018-05-10dyn TS: init only when both RSL and the Channel OM are establishedNeels Hofmeyr7-3/+66
2018-05-05dyn TS, assignment: allow switch from PDCH with associated connNeels Hofmeyr1-2/+6
2018-05-05dyn TS, assignment: set lchan state to LCHAN_S_ACT_REQ in the proper placeNeels Hofmeyr2-3/+4
2018-05-05dyn ts, bts_ipaccess_nanobts.c: init PDCH on Chan OPSTART ACKNeels Hofmeyr3-2/+53
2018-05-04resurrect meas_feed.c: vty, vty-testNeels Hofmeyr1-0/+45
2018-05-04bsc_api/GSCON: prevent unnecessary channel mode modificationsPhilipp Maier2-9/+19
2018-05-03resurrect meas_feed.c: make it compile, add loggingNeels Hofmeyr2-16/+34
2018-05-03resurrect meas_feed.c from openbsc.git historyNeels Hofmeyr1-0/+168
2018-04-24flush paging when RSL link is droppedStefan Sperling1-0/+6
2018-04-24extend documentation of paging_flush_bts()Stefan Sperling1-1/+1
2018-04-23abis_rsl.c: Clean ericsson specific imm assign codePau Espin Pedrol1-14/+25
2018-04-23abis_rsl.c: abis_rsl_rx_cchan: Print msg type name for unimplemented messages...Pau Espin Pedrol1-1/+1
2018-04-19properly skip paging is OML link is downStefan Sperling1-4/+4
2018-04-19chan_alloc.c: Fix log var formatting issuesPau Espin Pedrol1-2/+2
2018-04-17gscon: fix assignment of signalling channelsPhilipp Maier1-11/+20
2018-04-14inform A-RESET FSM about MSC CR timeoutsPhilipp Maier1-2/+9
2018-04-13fix handling of state changes in acc rampingStefan Sperling3-36/+112
2018-04-12only trigger acc ramping if trx 0 is usable and unlockedStefan Sperling1-4/+9
2018-04-12trigger acc ramping on state-changed-event reportsStefan Sperling1-2/+10
2018-04-11rename helper functions in the acc ramp code to avoid confusionStefan Sperling1-13/+13
2018-04-11trigger acc ramping based on trx rf-locked stateStefan Sperling2-1/+49
2018-04-11ensure that acc_ramp_init() is only called onceStefan Sperling3-27/+29
2018-04-11libbsc: set_net_mcc_mnc_apply: Fix memleak on parsing incorrect mcc mncPau Espin Pedrol1-0/+2