summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libosmogsm: (re)introduce gsm48_push_l3hdr()Vadim Yanitskiy2018-08-054-21/+38
* 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-012-3/+14
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2018-08-012-9/+77
* oap_client: Rename symbols with osmo_ prefixHarald Welte2018-07-302-27/+27
* import oap_client into libosmogsmHarald Welte2018-07-303-1/+286
* 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-292-0/+66
* USSD: Introduce gsm0480_gen_ussd_resp_7bit()Harald Welte2018-07-292-1/+23
* gsm0480: Factor out msgb allocation helper functionHarald Welte2018-07-292-1/+7
* ctrl/vty: fsm: use correct element when iterating over fsm->proc.childrenAlexander Couzens2018-07-292-2/+2
* 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