summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ctrl: Fix parsing of ERROR recvd msgs with id=errPau Espin Pedrol2018-07-121-1/+2
* ctrl: Log CMD TYPE on invalid ID numberPau Espin Pedrol2018-07-121-1/+2
* gsm_08_08: gsm0808_permitted_speech does not have value stringsPhilipp Maier2018-07-123-0/+19
* gsm_04_08: add function to get value stringPhilipp Maier2018-07-121-0/+2
* vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr2018-07-113-20/+124
* vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy()Neels Hofmeyr2018-07-091-8/+1
* vty/command.c: talloc from tall_vty_cmd_ctx, not NULLNeels Hofmeyr2018-07-091-3/+3
* Don't enforce Python 2 for utilitiesVadim Yanitskiy2018-07-025-5/+6
* osmo_panic(): Annotate as __attribute__ ((noreturn))Harald Welte2018-06-292-2/+9
* Don't call abort() directly, always use osmo_panic()Harald Welte2018-06-283-5/+5
* jenkins_arch.sh: Exit with error on unknown architectureHarald Welte2018-06-281-0/+1
* jenkins_arch.sh: Accept "arm-none-eabi" as alias for "arm"Harald Welte2018-06-281-1/+1
* jenkins_arm.sh: Don't run 'make check' on embedded buildsHarald Welte2018-06-281-1/+1
* Fix embedded (arm-none-eabi) buildsHarald Welte2018-06-285-0/+28
* return error to sender upon bssgp_tlv_parse() failureStefan Sperling2018-06-251-0/+2
* check bssgp_tlv_parse() return code in bssgp_rcvmsg()Stefan Sperling2018-06-251-0/+5
* add and tweak inter-BSC HO APINeels Hofmeyr2018-06-184-2/+129
* gsm: lapdm.c: Add missing new line char in notice log stringPau Espin Pedrol2018-06-181-1/+1
* gsm 04.80: Add value_string for component type and op codeHarald Welte2018-06-163-0/+44
* gsup: Add value_string for Session State IEHarald Welte2018-06-163-0/+14
* Add function gprs_nsvc_state_appendDaniel Willmann2018-06-143-0/+25
* gsup: Add osmo_gsup_get_err_msg_type() functionHarald Welte2018-06-113-0/+25
* gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2018-06-115-16/+81
* gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2018-06-115-0/+172
* vty: Add logging_vty_add_deprecated_subsysHarald Welte2018-06-092-0/+22
* vty: Don't dump deprecated commands in XML exportHarald Welte2018-06-091-2/+4
* fsm: Change semantics of LOGPFSML() log-levelHarald Welte2018-06-081-1/+2