aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-30OSMO_SOCKADDR_STR_FMT_ARGS: remove useless conditionNeels Hofmeyr1-1/+1
2019-08-30fix: vty crash by logging during VTY_CLOSED event handlingNeels Hofmeyr1-3/+3
2019-08-27context: Add support for [per-thread] global talloc contextsHarald Welte9-9/+213
2019-08-23Cosmetic: l1sap.h: change /* !< to /*!<Oliver Smith1-5/+5
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 Hofmeyr3-2/+4
2019-08-13add vty logp command to echo on all log targetsNeels Hofmeyr2-0/+94
2019-08-12codec/ecu_fr: Mark input TCH frame as 'const' as we only read itHarald Welte2-2/+2
2019-08-08osmo-release.sh: Support releasing openbsc.gitPau Espin Pedrol1-2/+7
2019-08-08osmo-release.sh: Check patches under debian/patches applyPau Espin Pedrol1-0/+17
2019-08-08osmo-release.sh: Verify consistency of dependency versions in configure.ac an...Pau Espin Pedrol1-0/+42
2019-08-07osmo-release.sh: Verify debian/rules dh_strip lines match LIBVERSIONPau Espin Pedrol1-0/+14
2019-08-07osmo-release.sh: Add DRY_RUN modePau Espin Pedrol1-0/+9
2019-08-06Bump version: 1.1.0.107-afce-dirty → 1.2.01.2.0Pau Espin Pedrol9-10/+149
2019-08-06osmo-release.sh: Drop whitespace after = when parsing LIBVERSIONPau Espin Pedrol2-2/+2
2019-08-06configure: Allow disabling workaround for TLS bug in old ARM gcc versionsPau Espin Pedrol2-2/+23
2019-08-06configure: Autodetect TLS bug on ARM with old gcc and apply workaroundPau Espin Pedrol2-0/+33
2019-08-05tests: logging: Remove undefined param passed to logging_vty_add_cmdsPau 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-30gsm0808_test: Fix wrong use of memcpPau Espin Pedrol1-1/+4
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 Yanitskiy2-4/+2
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-20Add Cell Broadcast related definitions from 3GPP TS 23.041Harald Welte2-0/+90
2019-07-20cbsp: Introduce osmo_cbsp_errstrHarald Welte3-28/+102
2019-07-20CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) supportHarald Welte7-1/+1954
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-17Set HTML_TIMESTAMP to NO to make build reproducibleRuben Undheim4-4/+4
2019-07-11contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-07-10libosmogsm/l1sap.h: extend ph_rach_ind_param with lqual_cbVadim Yanitskiy1-0/+1
2019-07-09Revert "utils.h: require a semi colon after OSMO_ASSERT"Vadim Yanitskiy1-2/+2
2019-07-08utils.h: require a semi colon after OSMO_ASSERTAlexander Couzens3-6/+6
2019-06-28Makefile.am: don't delete example.xml, vtydoc.xsdOliver Smith1-2/+4
2019-06-28gitignore: add doc/*.tag.prepOliver Smith1-0/+1
2019-06-25vty: Simplify char escaping in asciidoc outputPau Espin Pedrol1-9/+4