aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-16logging vty: add 'logging level set-all <level>'Neels Hofmeyr2-0/+185
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr6-480/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier6-0/+480
2018-09-14gsm0808: fix wrong codec defaults for OFR_AMR_WBPhilipp Maier1-1/+1
2018-09-13logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2-34/+191
2018-09-13logging vty: write: check logging levels validityNeels Hofmeyr3-8/+25
2018-09-13logging vty: deprecate the 'everything' keywordNeels Hofmeyr3-30/+35
2018-09-13logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr5-172/+82
2018-09-13jenkins: add --enable-external-testsNeels Hofmeyr2-1/+3
2018-09-13gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr3-0/+15
2018-09-12logging vty: add VTY transcript testNeels Hofmeyr4-1/+530
2018-09-11fix tests linking: don't use system installed libsNeels Hofmeyr1-2/+13
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr5-9/+333
2018-09-07api doc: fix osmo_quote_str_*Neels Hofmeyr1-2/+8
2018-09-05coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().Alexander Chemeris1-0/+5
2018-09-05coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.Alexander Chemeris1-1/+8
2018-09-05core/utils.h: move includes to the topVadim Yanitskiy1-3/+2
2018-09-05core/utils.h: drop duplicate '<stdbool.h>' includeVadim Yanitskiy1-1/+0
2018-09-03Add RSPRO support to IPA and logging definitionsHarald Welte2-1/+3
2018-09-02Add CC_CAUSE value_string arrayKeith3-0/+59
2018-08-30osmo-release.sh: Add checks to help avoid libversion debian major mismatchPau Espin Pedrol1-2/+39
2018-08-30osmo-release.sh: Allow forcing release without LIBVERSION bumpPau Espin Pedrol1-2/+5
2018-08-30osmo-release.sh: Add quotes to string to fix shellcheck warningPau Espin Pedrol1-1/+1
2018-08-29Properly deal with sockaddr_un socket path length limitations.Stefan Sperling1-4/+11
2018-08-29properly handle mandatory cli param of gsm0808_create_paging2Stefan Sperling1-5/+4
2018-08-28gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4Neels Hofmeyr1-0/+12
2018-08-27log: add 'last' option to 'logging print file'Neels Hofmeyr3-8/+62
2018-08-24gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAPPhilipp Maier1-1/+3
2018-08-23socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier2-3/+5
2018-08-22ipa: Document ipa_msg_recv* functionsPau Espin Pedrol1-0/+22
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr5-15/+15
2018-08-20vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 releasePau Espin Pedrol1-1/+1
2018-08-17msgb: Introduce msgb_{de,en}queue_count APIsPau Espin Pedrol1-0/+34
2018-08-16signal: Introduce API osmo_signal_talloc_ctx_initPau Espin Pedrol2-0/+10
2018-08-10bssgp: introduce flush queue functionsAlexander Couzens3-0/+33
2018-08-06debian/rules: Don't overwrite .tarball-versionHarald Welte1-4/+0
2018-08-05libosmogsm: (re)introduce gsm48_push_l3hdr()Vadim Yanitskiy7-24/+49
2018-08-05gsm/gsm0480.c: use the local msgb allocatorVadim Yanitskiy1-3/+3
2018-08-05gsm/gsm0480.c: prevent NULL-pointer dereferenceVadim Yanitskiy1-2/+10
2018-08-05vty/vty.c: fix bug in vty_config_writeMykola Shchetinin1-0/+2
2018-08-04comp128v23 (minor): update original code site and authorKévin Redon1-2/+4
2018-08-02socket: do not set SO_REUSEADDR for IPPROTO_UDPPhilipp Maier1-25/+33
2018-08-02socket: check return code of setsockoptPhilipp Maier1-1/+8
2018-08-01re-introduce ipa_ccm_idtag_parse_off()Harald Welte3-6/+16
2018-08-01jenkins_arm.sh: Use same Werror related options as on other buildsHarald Welte1-1/+5
2018-08-01Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte5-15/+149
2018-07-31cosmetic: More context / naming / comment for test_idtag_parsing()Harald Welte1-2/+3
2018-07-30import oap_client_test from osmo-sgsnHarald Welte6-39/+322
2018-07-30oap_client: Rename symbols with osmo_ prefixHarald Welte3-41/+41
2018-07-30import oap_client into libosmogsmHarald Welte5-1/+369