aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr9-68/+248
2018-02-27core/logging.h: Add logging category for jitter bufferPau Espin Pedrol1-0/+5
2018-02-26ensure VTY commands don't segfault if an FSM has no event namesStefan Sperling1-4/+8
2018-02-26print BIG FAT ERROR message if osmo_fsm lacks event namesStefan Sperling1-0/+2
2018-02-26coding: Add BER-reporting RACH decode functionsHarald Welte2-4/+44
2018-02-23ensure that osmo_fsm vty commands are only installed onceStefan Sperling1-0/+12
2018-02-22Revert "Add function to encode classmark"Harald Welte2-17/+0
2018-02-19fsm: allow graceful exit on FSM terminationPhilipp Maier1-2/+13
2018-02-16memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failureNeels Hofmeyr1-1/+3
2018-02-16memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr2-2/+8
2018-02-16memleak: gsmtap_sendmsg(): don't return 0 when no data was writtenNeels Hofmeyr1-1/+1
2018-02-16gsmtap_sendmsg(): clarify API doc concerning msgb ownershipNeels Hofmeyr1-0/+3
2018-02-15fsm: Add a function to change the FSM instance ID laterDaniel Willmann1-6/+25
2018-02-15Add function to encode classmarkMax2-0/+17
2018-02-15Add generic Mobile Identity encoderMax2-14/+18
2018-02-14talloc_ctx_vty: Fix help strings (missing \n at end of line)Harald Welte1-3/+3
2018-02-09Revert "fsm: do not terminate child FSMs early"Harald Welte1-4/+3
2018-02-09fsm: do not terminate child FSMs earlyPhilipp Maier1-3/+4
2018-02-09tlv_parser: Report *first* occurrence of repeated IEsHarald Welte1-2/+7
2018-02-06vty: fix 'logging print file' outputNeels Hofmeyr1-8/+11
2018-02-05GSUP: change osmo_gsup_encode() return typeMax1-4/+9
2018-02-05utils: add helper wrapper for osmo_strlcpy()Max1-4/+3
2018-01-24SMS: Add value_string for TS 04.11 CP and RP stateHarald Welte3-0/+16
2018-01-24gsm48_pdisc_names: Use conscise, short namesHarald Welte1-15/+15
2018-01-24fsm: add functions for unlinking and changing parentsPhilipp Maier1-3/+34
2018-01-24libosmocoding: use frame length definitions from codec.hVadim Yanitskiy1-7/+0
2018-01-23libosmocoding: fix typo in library documentationVadim Yanitskiy1-1/+1
2018-01-22socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()Philipp Maier1-2/+2
2018-01-22socket: fix socket leak in osmo_sock_local_ip()Philipp Maier1-0/+1
2018-01-19MNCC: Add MNCC to string dumperHarald Welte3-1/+420
2018-01-19logging vty: add 'logging print file (0|1|basename)' cmdNeels Hofmeyr1-0/+27
2018-01-19logging: allow to log only the basename of each sourceNeels Hofmeyr1-0/+14
2018-01-19logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr2-6/+61
2018-01-17cosmetic: logging: if color is disabled, don't print ""Neels Hofmeyr1-5/+6
2018-01-17fsm: fix double llist_del in osmo_fsm_inst_term()Philipp Maier1-2/+3
2018-01-17fix -Werror build: logging.c: always use literal with snprintfNeels Hofmeyr1-1/+1
2018-01-17logging: color the log category according to levelNeels Hofmeyr1-1/+5
2018-01-17logging: color the log levelNeels Hofmeyr1-4/+26
2018-01-17logging: add ability to log the log-level with API and vtyNeels Hofmeyr2-0/+38
2018-01-17gsm0480: parse optional IEs for RELEASE COMPLETE messageVadim Yanitskiy1-1/+5
2018-01-17gsm0480: parse all SS info elements in a messageVadim Yanitskiy1-1/+10
2018-01-17gsm0480: correct parse_ss_info_elements() declarationVadim Yanitskiy1-1/+1
2018-01-17gsm0480: refactor gsm0480_decode_ss_requestVadim Yanitskiy1-7/+14
2018-01-17gsm0480: move SS request length check to parse_ss()Vadim Yanitskiy1-12/+11
2018-01-17gsm0480: pass exact GSM 04.80 payload length to parse_ss()Vadim Yanitskiy1-4/+4
2018-01-17gsm0480: add specification reference to SS message typeVadim Yanitskiy1-0/+1
2018-01-17gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATAVadim Yanitskiy1-0/+5
2018-01-17gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQVadim Yanitskiy1-0/+2
2018-01-17gsm0480: handle GSM0480_CTYPE_RETURN_RESULTVadim Yanitskiy1-0/+82
2018-01-17gsm0480: parse GSM0480_MTYPE_FACILITY separatelyVadim Yanitskiy1-1/+17