aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2017-02-03om2000: add VTY command to delete CON groupsPhilipp Maier1-0/+26
2017-02-02compiler warning: bsc_vty: remove two unused varsNeels Hofmeyr1-1/+0
2017-02-01OM2000: use assoc_so *only* for TS objectsHarald Welte1-4/+4
2017-01-26Implement VTY configuration to control Early Classmark SendingHarald Welte2-0/+26
2017-01-25CTRL: remove boilerplateMax1-71/+6
2017-01-23SI2q: add support for multiple UARFCNsMax2-32/+75
2017-01-23Prevent segfault in range encodingMax3-37/+54
2017-01-23Improve OML failure reportMax1-6/+14
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr2-6/+4
2017-01-06Cosmetic fixes around SI generationMax3-7/+9
2016-12-22bsc_vty: Fix missing break statements in switch()Harald Welte1-0/+2
2016-12-20Fix some typos in stdout outputRuben Undheim2-3/+3
2016-12-09channel_mode_from_lchan(): Add missing break statementHarald Welte1-0/+1
2016-12-09cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative valueHarald Welte1-1/+1
2016-12-09Fix TCH/F_PDCH: no need to check ts subslots for PDCHNeels Hofmeyr1-0/+7
2016-12-09cosmetic: chan_alloc: use switch instead of if-cascadeNeels Hofmeyr1-9/+12
2016-12-09Replace duplicated code with macro callMax1-10/+10
2016-12-09lchan release in error state: SACCH deact only for SACCH pchansNeels Hofmeyr1-1/+15
2016-12-02abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_sNeels Hofmeyr1-1/+1
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-6/+5
2016-12-02move to libcommon-cs: net timezone VTY configNeels Hofmeyr1-64/+0
2016-12-02Move timezone settings up to network levelNeels Hofmeyr1-32/+33
2016-12-02reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-33/+0
2016-12-02bsc vty: rename show_net_cmd to bsc_show_net_cmdNeels Hofmeyr1-2/+2
2016-12-02move to libcommon-cs: network VTY that isn't BSC-specificNeels Hofmeyr1-192/+3
2016-12-02move to libcommon-cs: global vty gsm_network pointerNeels Hofmeyr1-17/+3
2016-12-02split bsc_bootstrap_network() in alloc and configNeels Hofmeyr1-5/+9
2016-12-02factor out gen of USSD notify and release complete to libosmocoreNeels Hofmeyr2-0/+41
2016-11-26bsc_msc.c: Check setsockopt() return valueHarald Welte1-1/+7
2016-11-26abis_nm: ceck fseek() return code in is_last_line()Harald Welte1-1/+3
2016-11-26abis_nm: Fix non-null terminated bufferHarald Welte1-0/+1
2016-11-26abis_nm: Fix possible not-null-terminated bufferHarald Welte1-0/+1
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