summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr2018-03-051-8/+6
* features: move bts feature related functionality to libosmocorePhilipp Maier2018-03-023-1/+51
* timer: Document osmo_gettimeofday APIPau Espin Pedrol2018-03-011-1/+17
* timer: Introduce osmo_clock_gettime to override clock_gettimePau Espin Pedrol2018-03-013-2/+141
* gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr2018-02-282-0/+80
* implement support for 3-digit MNC with leading zerosNeels Hofmeyr2018-02-289-68/+248
* core/logging.h: Add logging category for jitter bufferPau Espin Pedrol2018-02-271-0/+5
* ensure VTY commands don't segfault if an FSM has no event namesStefan Sperling2018-02-261-4/+8
* print BIG FAT ERROR message if osmo_fsm lacks event namesStefan Sperling2018-02-261-0/+2
* coding: Add BER-reporting RACH decode functionsHarald Welte2018-02-262-4/+44
* ensure that osmo_fsm vty commands are only installed onceStefan Sperling2018-02-231-0/+12
* Revert "Add function to encode classmark"Harald Welte2018-02-222-17/+0
* fsm: allow graceful exit on FSM terminationPhilipp Maier2018-02-191-2/+13
* memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failureNeels Hofmeyr2018-02-161-1/+3
* memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr2018-02-162-2/+8
* memleak: gsmtap_sendmsg(): don't return 0 when no data was writtenNeels Hofmeyr2018-02-161-1/+1
* gsmtap_sendmsg(): clarify API doc concerning msgb ownershipNeels Hofmeyr2018-02-161-0/+3
* fsm: Add a function to change the FSM instance ID laterDaniel Willmann2018-02-151-6/+25
* Add function to encode classmarkMax2018-02-152-0/+17
* Add generic Mobile Identity encoderMax2018-02-152-14/+18
* talloc_ctx_vty: Fix help strings (missing \n at end of line)Harald Welte2018-02-141-3/+3
* Revert "fsm: do not terminate child FSMs early"Harald Welte2018-02-091-4/+3
* fsm: do not terminate child FSMs earlyPhilipp Maier2018-02-091-3/+4
* tlv_parser: Report *first* occurrence of repeated IEsHarald Welte2018-02-091-2/+7
* vty: fix 'logging print file' outputNeels Hofmeyr2018-02-061-8/+11
* GSUP: change osmo_gsup_encode() return typeMax2018-02-051-4/+9
* utils: add helper wrapper for osmo_strlcpy()Max2018-02-051-4/+3
* SMS: Add value_string for TS 04.11 CP and RP stateHarald Welte2018-01-243-0/+16
* gsm48_pdisc_names: Use conscise, short namesHarald Welte2018-01-241-15/+15
* fsm: add functions for unlinking and changing parentsPhilipp Maier2018-01-241-3/+34
* libosmocoding: use frame length definitions from codec.hVadim Yanitskiy2018-01-241-7/+0
* libosmocoding: fix typo in library documentationVadim Yanitskiy2018-01-231-1/+1
* socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()Philipp Maier2018-01-221-2/+2
* socket: fix socket leak in osmo_sock_local_ip()Philipp Maier2018-01-221-0/+1
* MNCC: Add MNCC to string dumperHarald Welte2018-01-193-1/+420
* logging vty: add 'logging print file (0|1|basename)' cmdNeels Hofmeyr2018-01-191-0/+27
* logging: allow to log only the basename of each sourceNeels Hofmeyr2018-01-191-0/+14
* logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr2018-01-192-6/+61
* cosmetic: logging: if color is disabled, don't print ""Neels Hofmeyr2018-01-171-5/+6
* fsm: fix double llist_del in osmo_fsm_inst_term()Philipp Maier2018-01-171-2/+3
* fix -Werror build: logging.c: always use literal with snprintfNeels Hofmeyr2018-01-171-1/+1
* logging: color the log category according to levelNeels Hofmeyr2018-01-171-1/+5
* logging: color the log levelNeels Hofmeyr2018-01-171-4/+26
* logging: add ability to log the log-level with API and vtyNeels Hofmeyr2018-01-172-0/+38
* gsm0480: parse optional IEs for RELEASE COMPLETE messageVadim Yanitskiy2018-01-171-1/+5
* gsm0480: parse all SS info elements in a messageVadim Yanitskiy2018-01-171-1/+10
* gsm0480: correct parse_ss_info_elements() declarationVadim Yanitskiy2018-01-171-1/+1
* gsm0480: refactor gsm0480_decode_ss_requestVadim Yanitskiy2018-01-171-7/+14
* gsm0480: move SS request length check to parse_ss()Vadim Yanitskiy2018-01-171-12/+11
* gsm0480: pass exact GSM 04.80 payload length to parse_ss()Vadim Yanitskiy2018-01-171-4/+4