aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-21gsup: add OSMO_GSUP_RAT_TYPES_IEcccamp2019Neels Hofmeyr1-0/+25
2019-08-21fix: vty crash by logging to killed telnet sessionNeels Hofmeyr2-3/+35
2019-08-20vty: Register logp cmd next to logging commandsPau Espin Pedrol1-2/+3
2019-08-15osmo_tdef_get(): allow passing -1 as default timeoutNeels Hofmeyr1-1/+2
2019-08-13add vty logp command to echo on all log targetsNeels Hofmeyr1-0/+41
2019-08-12codec/ecu_fr: Mark input TCH frame as 'const' as we only read itHarald Welte1-1/+1
2019-08-06Bump version: 1.1.0.107-afce-dirty → 1.2.01.2.0Pau Espin Pedrol6-7/+8
2019-08-06osmo-release.sh: Drop whitespace after = when parsing LIBVERSIONPau Espin Pedrol1-1/+1
2019-08-02Get rid of osmo_str_tolower() use inside libosmocore codePau Espin Pedrol1-11/+13
2019-08-02utils: share static buffer in osmo_str_to{lower,upper}()Pau Espin Pedrol1-8/+8
2019-07-31pseudotalloc: Simplistic wrapper of talloc_named()Harald Welte2-0/+6
2019-07-31avoid gcc format error on embedded buildsHarald Welte1-1/+1
2019-07-30vty/vty.c: the command buffer can be accessed directlyVadim Yanitskiy1-7/+7
2019-07-30vty/vty.c: fix vty_read(): prevent further heap-buffer overrunVadim Yanitskiy1-0/+2
2019-07-30vty/telnet_interface.c: log connection accept() / close() eventsVadim Yanitskiy1-0/+12
2019-07-30vty/logging_vty.c: fix writing of 'print category-hex'Vadim Yanitskiy1-0/+2
2019-07-27vty/telnet_interface.c: avoid unneeded initializationVadim Yanitskiy1-1/+1
2019-07-27vty/telnet_interface.c: use DLGLOBAL logging sub-systemVadim Yanitskiy1-2/+2
2019-07-26gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string()Vadim Yanitskiy1-2/+1
2019-07-25stats_vty: Add verb to sentence for show asciidoc countersDaniel Willmann1-1/+1
2019-07-21tell ubsan to ignore SUN_LENEric Wild1-0/+3
2019-07-21gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for loggingVadim Yanitskiy1-13/+13
2019-07-21gsm/gsm0480.c: parse_ss(): drop needless debug printVadim Yanitskiy1-2/+0
2019-07-21osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endifHarald Welte1-1/+2
2019-07-21tdef: remove bogus OSMO_ASSERT(unsigned long >= 0)Harald Welte1-1/+0
2019-07-21cbsp.c: Remove dead codeHarald Welte1-3/+1
2019-07-20cbsp: Introduce osmo_cbsp_errstrHarald Welte2-28/+100
2019-07-20CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) supportHarald Welte4-1/+1532
2019-07-18bitvec/bitval2mask(): cosmetic: get rid of temporary int variableVadim Yanitskiy1-11/+4
2019-07-18osmo_gsm48_rest_octets_si3_decode(): fix copy-paste error in commentVadim Yanitskiy1-1/+1
2019-07-08utils.h: require a semi colon after OSMO_ASSERTAlexander Couzens1-3/+3
2019-06-25vty: Simplify char escaping in asciidoc outputPau Espin Pedrol1-9/+4
2019-06-21gsm: lapd_core: Log timeout used upon start of T200Pau Espin Pedrol1-1/+2
2019-06-19vty: Remove trailing whitespace in output from show asciidocPau Espin Pedrol1-2/+2
2019-06-17bitvec: correct comment in bitvec_allocAlexander Couzens1-1/+1
2019-06-16Revert "fsm.c: Print error message for FSM with allstate_action but no events"Vadim Yanitskiy1-11/+0
2019-06-15fsm.c: Print error message for FSM with allstate_action but no eventsHarald Welte1-0/+11
2019-06-14vty: command.c: Fix: single-choice optional args are no longer passed incompl...Pau Espin Pedrol1-5/+14
2019-06-14vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol1-7/+44
2019-06-14vty: command.c: Get rid of big indentation blockPau Espin Pedrol1-30/+30
2019-06-14command.c: Improve return check condition in cmd_execut_command_real()Pau Espin Pedrol1-2/+2
2019-06-13logging: Use reentrant ctime_r instead of ctimePau Espin Pedrol1-5/+8
2019-06-13logging: Check return error from time() callPau Espin Pedrol1-1/+2
2019-06-13fix isdigit taking unsigned as inputKévin Redon2-2/+2
2019-06-12vty: command.c: Get rid of huge indentation blockPau Espin Pedrol1-91/+94
2019-06-12cosmetic: vty: command.c: Use upper case for enum match_type value namesPau Espin Pedrol1-101/+101
2019-06-12core/utils: drop meaningless const from return value of osmo_luhn()Vadim Yanitskiy1-1/+1
2019-06-11vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol1-5/+5
2019-06-11vty: command.c: Get rid of huge indentation blockPau Espin Pedrol1-84/+87
2019-06-07gsm48_decode_bcd_number2: fix ENOSPC edge caseOliver Smith1-3/+13