summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix strncpy bugs in socket.cNeels Hofmeyr2018-07-271-2/+1
* fix strncpy bugs in gsm/ipa.cNeels Hofmeyr2018-07-271-7/+6
* Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0Pau Espin Pedrol2018-07-277-8/+7
* 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
* rate_ctr: Improve loggingPau Espin Pedrol2018-07-211-15/+20
* 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-201-0/+20
* libosmocoding: clarify return values for TCH decoding functionsPau Espin Pedrol2018-07-191-4/+8
* 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-162-1/+21
* 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-122-0/+13
* 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-122-0/+15
* vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr2018-07-111-20/+43
* 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-021-1/+1
* osmo_panic(): Annotate as __attribute__ ((noreturn))Harald Welte2018-06-291-1/+8
* Don't call abort() directly, always use osmo_panic()Harald Welte2018-06-282-2/+3
* Fix embedded (arm-none-eabi) buildsHarald Welte2018-06-284-0/+26
* 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-182-2/+87
* 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-162-0/+34
* gsup: Add value_string for Session State IEHarald Welte2018-06-162-0/+9
* Add function gprs_nsvc_state_appendDaniel Willmann2018-06-142-0/+23
* gsup: Add osmo_gsup_get_err_msg_type() functionHarald Welte2018-06-112-0/+24
* gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2018-06-112-16/+31
* gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2018-06-112-0/+89
* vty: Add logging_vty_add_deprecated_subsysHarald Welte2018-06-091-0/+21
* vty: Don't dump deprecated commands in XML exportHarald Welte2018-06-091-2/+4
* Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte2018-06-061-0/+40
* gsm0808: Add value_string for LCLS related IEsHarald Welte2018-06-022-0/+36
* add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr2018-05-311-30/+64
* GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy2018-05-311-0/+15
* GSUP: implement TCAP-like session managementVadim Yanitskiy2018-05-311-0/+16
* gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte2018-05-302-0/+63
* gsm0480: fix: don't overwrite the data of RELEASE_COMPLETEVadim Yanitskiy2018-05-291-2/+6
* add gsm0808_create_handover_request_ack()Neels Hofmeyr2018-05-272-0/+26
* add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr2018-05-272-0/+71
* add gsm0808_cell_id_to_list()Neels Hofmeyr2018-05-272-0/+32