aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2016-11-24move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()Neels Hofmeyr1-33/+0
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr1-34/+2
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr1-1/+1
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr2-2/+4
2016-11-24define mncc_recv_cb_t to avoid code dupNeels Hofmeyr2-3/+2
2016-11-16OM2000: Fix missing dynamic TCH initializationHarald Welte1-0/+12
2016-11-16OM2000: Add three IEs to TCH activation about which we have no clueHarald Welte1-0/+4
2016-11-16rsl: support for ericssons propritary SI13 formatPhilipp1-2/+11
2016-11-16OM2000: Fixup based on Coverity Scan suggestionPhilipp1-2/+2
2016-11-16rbs2000: Add missing bts feature definitionsPhilipp1-0/+2
2016-11-13OM2000: CON MO: Allow larger range for CCP and CI valuesHarald Welte1-2/+2
2016-11-13Support configuration of CON MO Groups/Paths from VTYHarald Welte2-69/+191
2016-11-11RBS2000: Ensure the is-connection-list command is only used on RBS2000Harald Welte1-0/+6
2016-11-11RBS2000: Avoid segfault if ts->lapd instance doesn't existHarald Welte1-0/+2
2016-11-10OM2000: disallow ip.access style TCH/F_PDCH pchan typeNeels Hofmeyr1-0/+9
2016-11-10OM2000: for TS conf of dyn TS, always send TCH/F chan combNeels Hofmeyr1-5/+1
2016-11-09OM2000: Throw error when MO can not be enabledPhilipp1-0/+10
2016-11-09om2000: added support for ericssons sabm negotiationPhilipp1-0/+3
2016-11-09OM2000: Add fault report parsingPhilipp1-1/+129
2016-11-09RBS2000: re-establish any lost signalling linksHarald Welte1-0/+12
2016-11-09om2000: Add support for querying RBS capabilitiesroot2-0/+27
2016-11-09lchan: Release channel in case of late activation ackHolger Hans Peter Freyther1-3/+28
2016-11-09OM2000: Fix state machien for CF/TRXC on START ResultHarald Welte1-1/+1
2016-11-08WIP: OM2000: Full state machine implementation using osmo_fsmHarald Welte2-279/+1089
2016-11-03bsc_vty: include dyn TS info in vty show lchanNeels Hofmeyr1-3/+53
2016-11-02log: count_codecs(): drop logging of non-TCH lchan typesNeels Hofmeyr1-3/+0
2016-11-01gsm0408: Adding log output for 3g specific RR messagesPhilipp1-5/+9
2016-11-01OML: Improve OML attribute handlingPhilipp3-221/+252
2016-11-01Decrease count_codecs logging verbosityMax1-2/+2
2016-10-27bsc: count the usage of codec by setting the lchan activeAlexander Couzens1-0/+37
2016-10-14fix mistypes, spaces and tabsAlexander Couzens1-1/+1
2016-10-13Log use of incompatible BS-AG-BLKS-RES valueMax1-2/+7
2016-10-10abis_rsl_rx_dchan(): guard against lchan_lookup() returning NULLNeels Hofmeyr1-0/+2
2016-10-10Revert "bsc: count the usage of codec by setting the lchan active"Neels Hofmeyr1-35/+0
2016-10-04msc: add counters to track call attempts/active/success/failedAlexander Couzens1-0/+1
2016-10-04bsc: count the usage of codec by setting the lchan activeAlexander Couzens1-0/+35
2016-09-28cosmetic: bs11: also use ts_is_tch()Neels Hofmeyr1-7/+1
2016-09-28dyn TS: fix: e1_config.c: switch(pchan) for dyn TSNeels Hofmeyr1-6/+1
2016-09-28dyn TS: fix: abis_om2000: also handle dyn TS as TCHNeels Hofmeyr1-2/+16
2016-09-28Revert "bts: extend bts_chan_load to allow counting tch only"Neels Hofmeyr4-29/+6
2016-09-27cosmetic: comment typo on e1_config.cNeels Hofmeyr1-1/+1
2016-09-27log VTY telnet bind only onceNeels Hofmeyr1-2/+0
2016-09-26mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr1-6/+6
2016-09-26mscsplit: add gsm_network backpointer to gsm_subscriber_connectionNeels Hofmeyr1-0/+1
2016-09-26mscsplit: abis vty: decouple from global bsc_gsmnet variableNeels Hofmeyr2-4/+4
2016-09-26mscsplit: bsc_vty_init(): decouple from global bsc_gsmnetNeels Hofmeyr1-1/+1
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr2-3/+5
2016-09-26mscsplit: move subscriber conns list into struct gsm_networkNeels Hofmeyr2-7/+4
2016-09-26mscsplit: bsc_init: don't pass telnet dummy connNeels Hofmeyr1-4/+1
2016-09-23bts: extend bts_chan_load to allow counting tch onlyAlexander Couzens4-6/+29