summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* vty/vty.c: fix bug in vty_config_writeMykola Shchetinin2018-08-051-0/+2
* comp128v23 (minor): update original code site and authorKévin Redon2018-08-041-2/+4
* socket: do not set SO_REUSEADDR for IPPROTO_UDPPhilipp Maier2018-08-021-25/+33
* socket: check return code of setsockoptPhilipp Maier2018-08-021-1/+8
* re-introduce ipa_ccm_idtag_parse_off()Harald Welte2018-08-013-6/+16
* jenkins_arm.sh: Use same Werror related options as on other buildsHarald Welte2018-08-011-1/+5
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2018-08-015-15/+149
* cosmetic: More context / naming / comment for test_idtag_parsing()Harald Welte2018-07-311-2/+3
* import oap_client_test from osmo-sgsnHarald Welte2018-07-306-39/+322
* oap_client: Rename symbols with osmo_ prefixHarald Welte2018-07-303-41/+41
* import oap_client into libosmogsmHarald Welte2018-07-305-1/+369
* vty/vty.c: remove dead unused tall_bsc_ctxVadim Yanitskiy2018-07-301-2/+0
* 04.80: New gsm0480_gen_{reject,return_error}() functionsHarald Welte2018-07-293-0/+68
* USSD: Introduce gsm0480_gen_ussd_resp_7bit()Harald Welte2018-07-293-1/+24
* gsm0480: Factor out msgb allocation helper functionHarald Welte2018-07-293-1/+9
* ctrl/vty: fsm: use correct element when iterating over fsm->proc.childrenAlexander Couzens2018-07-292-2/+2
* cosmetic: osmo-sim-test.c: use memcpy instead of strncpyNeels Hofmeyr2018-07-271-1/+2
* fix strncpy bugs in socket.cNeels Hofmeyr2018-07-271-2/+1
* fix strncpy bugs in gsm/ipa.cNeels Hofmeyr2018-07-271-7/+6
* GSMTAP: add SIM sub_typesKévin Redon2018-07-271-1/+13
* Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0Pau Espin Pedrol2018-07-2712-18/+131
* logging.c: Fix whitespace typoPau Espin Pedrol2018-07-261-1/+1
* logging_vty: Simplify code in config_write_log_singlePau Espin Pedrol2018-07-251-7/+1
* logging: log_vty_command_string: Fix undercount of buf alloc sizePau Espin Pedrol2018-07-251-1/+1
* stats_statsd: sanitize statsd nameAlexander Couzens2018-07-251-1/+22
* stats_vty: Add asciidoc sections between the different countersDaniel Willmann2018-07-241-0/+3
* gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c fileHarald Welte2018-07-221-0/+1
* rate_ctr: Improve loggingPau Espin Pedrol2018-07-211-15/+20
* tests: codec: ecu_fr: Add buffer with unequal XMAXC valuesPau Espin Pedrol2018-07-212-17/+47
* tests: codec: ecu_fr: Print XMAXC fieldsPau Espin Pedrol2018-07-212-25/+54
* libosmocodec: FR err concealment: Fix too many silent frames generatedPau Espin Pedrol2018-07-211-10/+6
* vty: initialize termios before using itAlexander Couzens2018-07-201-1/+1
* add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr2018-07-204-0/+148
* utils_test: check stderr to catch sanitizer issuesNeels Hofmeyr2018-07-203-2/+3
* utils_test: fix isqrt_test calculation rangeNeels Hofmeyr2018-07-201-1/+1
* libosmocoding: clarify return values for TCH decoding functionsPau Espin Pedrol2018-07-191-4/+8
* tests: ctrl: Test received ERROR messages are handled correctlyPau Espin Pedrol2018-07-162-2/+55
* ctrl: ctrl_handle_msg: Avoid sending back received ERROR msgsPau Espin Pedrol2018-07-161-2/+3
* ctrl: Introduce ctrl_cmd_parse3 APIPau Espin Pedrol2018-07-163-1/+22
* coding: Documentation typo fix.Alexander Chemeris2018-07-141-1/+1
* coding: Fix (E)GPRS BER calculation to correctly account for puncturing.Alexander Chemeris2018-07-141-5/+24
* gsm0808: Add value_string for encryption algorithmsPau Espin Pedrol2018-07-123-0/+14