aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-26Replace local make_sock() function with libosmocore osmo_fd_init_ofd()laforge/coverityHarald Welte5-132/+40
2016-11-26libmsc/db: Prevent subscr->extension without NULL terminationHarald Welte1-1/+3
2016-11-26channel_mode_from_lchan(): Add missing break statementHarald Welte1-0/+1
2016-11-26bsc_vty: Fix missing break statements in switch()Harald Welte1-0/+2
2016-11-26cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative valueHarald Welte1-1/+1
2016-11-26mgcp_protocol: Ensure we don't call strtok_r with NULL dataHarald Welte1-0/+1
2016-11-26bsc_ctrl: Ensure we don't pass NULL string into strtok_r()Harald Welte1-0/+1
2016-11-26abisip-find: check bsc_fd_register() resultHarald Welte1-1/+5
2016-11-26mgcp_network.c: Use libosmocore socket functionsHarald Welte1-23/+4
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-26ipaccess-proxy: Check setsockopt() return valueHarald Welte1-1/+7
2016-11-26ipaccess-config: Handle setsockopt return valueHarald Welte1-1/+6
2016-11-26Fix possible non-null-terminated bufferHarald Welte1-0/+1
2016-11-26libmsc/db: avoid subscr->name without terminating NULL charHarald 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 Hofmeyr3-34/+34
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr7-34/+70
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr3-3/+3
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr4-4/+6
2016-11-24define mncc_recv_cb_t to avoid code dupNeels Hofmeyr2-3/+2
2016-11-24Add empty libcommon-csNeels Hofmeyr4-0/+59
2016-11-23Add support for pdpctx_timer_stopPravin Kumarvel1-1/+10
2016-11-18ussd: Add band-aid for interrogationSSHolger Hans Peter Freyther2-10/+18
2016-11-17Correct Logging macro for pdpctx_timer_startPravin Kumarvel1-1/+1
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-15abisip-find: use protocol constantMax1-2/+2
2016-11-15SNDCP: Fixup based on Coverity Scan suggestionPhilipp1-1/+1
2016-11-15gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_infoDaniel Willmann2-12/+26
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 Welte3-69/+201
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-11bs11_config: remove compiler waring about unused variableHarald Welte1-2/+2
2016-11-11talloc_cxt: Fix compiler warning / missing #includeHarald Welte1-0/+1
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-10fix use after free in bsc_config_freeNeels Hofmeyr1-1/+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-09SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTPHarald Welte1-1/+14