summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmo-config-merge: Don't use C99 'for' loop initial declarationsHarald Welte2018-09-251-2/+4
* logging_vty: Ensure writing well-formed config filesHarald Welte2018-09-252-15/+15
* Add new osmo-config-merge utilityHarald Welte2018-09-255-2/+275
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2018-09-255-0/+233
* gsm_utils: add function to get value strings for gsm48_chan_modePhilipp Maier2018-09-251-0/+2
* vty: omit HIDDEN from vty referenceNeels Hofmeyr2018-09-241-2/+2
* vty list: fix deprecation/hidden bit logicNeels Hofmeyr2018-09-241-2/+1
* vty reference: fix deprecation bit evaluationNeels Hofmeyr2018-09-241-2/+2
* vty/command.h: document and prettify CMD_ATTR_* flagsVadim Yanitskiy2018-09-241-2/+3
* gsm0808_utils: constify parameterPhilipp Maier2018-09-212-2/+2
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-196-0/+482
* logging vty: add 'logging level set-all <level>'Neels Hofmeyr2018-09-162-0/+185
* Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2018-09-166-480/+0
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-146-0/+480
* gsm0808: fix wrong codec defaults for OFR_AMR_WBPhilipp Maier2018-09-141-1/+1
* logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2018-09-132-34/+191
* logging vty: write: check logging levels validityNeels Hofmeyr2018-09-133-8/+25
* logging vty: deprecate the 'everything' keywordNeels Hofmeyr2018-09-133-30/+35
* logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2018-09-135-172/+82
* jenkins: add --enable-external-testsNeels Hofmeyr2018-09-132-1/+3
* gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr2018-09-133-0/+15
* logging vty: add VTY transcript testNeels Hofmeyr2018-09-124-1/+530
* fix tests linking: don't use system installed libsNeels Hofmeyr2018-09-111-2/+13
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-075-9/+333
* api doc: fix osmo_quote_str_*Neels Hofmeyr2018-09-071-2/+8
* coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().Alexander Chemeris2018-09-051-0/+5
* coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.Alexander Chemeris2018-09-051-1/+8
* core/utils.h: move includes to the topVadim Yanitskiy2018-09-051-3/+2
* core/utils.h: drop duplicate '<stdbool.h>' includeVadim Yanitskiy2018-09-051-1/+0
* Add RSPRO support to IPA and logging definitionsHarald Welte2018-09-032-1/+3
* Add CC_CAUSE value_string arrayKeith2018-09-023-0/+59
* osmo-release.sh: Add checks to help avoid libversion debian major mismatchPau Espin Pedrol2018-08-301-2/+39
* osmo-release.sh: Allow forcing release without LIBVERSION bumpPau Espin Pedrol2018-08-301-2/+5
* osmo-release.sh: Add quotes to string to fix shellcheck warningPau Espin Pedrol2018-08-301-1/+1
* Properly deal with sockaddr_un socket path length limitations.Stefan Sperling2018-08-291-4/+11
* properly handle mandatory cli param of gsm0808_create_paging2Stefan Sperling2018-08-291-5/+4
* gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4Neels Hofmeyr2018-08-281-0/+12
* log: add 'last' option to 'logging print file'Neels Hofmeyr2018-08-273-8/+62
* gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAPPhilipp Maier2018-08-241-1/+3
* socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier2018-08-232-3/+5
* ipa: Document ipa_msg_recv* functionsPau Espin Pedrol2018-08-221-0/+22
* use __FILE__, not __BASE_FILE__Neels Hofmeyr2018-08-205-15/+15
* vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 releasePau Espin Pedrol2018-08-201-1/+1
* msgb: Introduce msgb_{de,en}queue_count APIsPau Espin Pedrol2018-08-171-0/+34
* signal: Introduce API osmo_signal_talloc_ctx_initPau Espin Pedrol2018-08-162-0/+10
* bssgp: introduce flush queue functionsAlexander Couzens2018-08-103-0/+33
* debian/rules: Don't overwrite .tarball-versionHarald Welte2018-08-061-4/+0
* libosmogsm: (re)introduce gsm48_push_l3hdr()Vadim Yanitskiy2018-08-057-24/+49
* gsm/gsm0480.c: use the local msgb allocatorVadim Yanitskiy2018-08-051-3/+3
* gsm/gsm0480.c: prevent NULL-pointer dereferenceVadim Yanitskiy2018-08-051-2/+10