summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Properly deal with sockaddr_un socket path length limitations.Stefan Sperling2018-08-291-4/+11
* properly handle mandatory cli param of gsm0808_create_paging2Stefan Sperling2018-08-291-5/+4
* gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4Neels Hofmeyr2018-08-281-0/+12
* log: add 'last' option to 'logging print file'Neels Hofmeyr2018-08-272-8/+53
* gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAPPhilipp Maier2018-08-241-1/+3
* socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier2018-08-231-3/+3
* ipa: Document ipa_msg_recv* functionsPau Espin Pedrol2018-08-221-0/+22
* use __FILE__, not __BASE_FILE__Neels Hofmeyr2018-08-201-2/+2
* vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 releasePau Espin Pedrol2018-08-201-1/+1
* signal: Introduce API osmo_signal_talloc_ctx_initPau Espin Pedrol2018-08-161-0/+9
* bssgp: introduce flush queue functionsAlexander Couzens2018-08-102-0/+30
* 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