aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-08tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol1-0/+1
2018-02-08tests: coding_test: Fix compilation with -O0Pau Espin Pedrol1-2/+2
2018-02-08Use python 3 for utilitiesMax3-3/+3
2018-02-06vty: fix 'logging print file' outputNeels Hofmeyr1-8/+11
2018-02-05GSUP: change osmo_gsup_encode() return typeMax3-6/+13
2018-02-05utils: add helper wrapper for osmo_strlcpy()Max2-4/+6
2018-02-03gsm48_hdr_msg_type(): SS is in the same group as MM/CCHarald Welte1-1/+1
2018-02-03gsm48_hdr_msg_type[_r99]: Fix bit-masksHarald Welte1-2/+2
2018-01-27gsm_04_08.h: Reduce T310 default to 30s.Harald Welte1-1/+1
2018-01-27gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default valueHarald Welte1-7/+7
2018-01-24SMS: Add value_string for TS 04.11 CP and RP stateHarald Welte5-0/+27
2018-01-24gsm48_pdisc_names: Use conscise, short namesHarald Welte1-15/+15
2018-01-24jenkins: move make invocation into shared functionMax3-5/+8
2018-01-24jenkins: remove obsolete scriptsMax2-61/+0
2018-01-24fsm: add functions for unlinking and changing parentsPhilipp Maier2-3/+38
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-22GSUP: don't fail test on first errorMax2-4/+30
2018-01-22socket: fix socket leak in osmo_sock_local_ip()Philipp Maier1-0/+1
2018-01-22tests/ussd: prevent uninitialized memory accessVadim Yanitskiy1-2/+1
2018-01-21Embedded: add sercomm stubsMax5-8/+15
2018-01-21Embedded: disable stats testMax2-1/+9
2018-01-19MNCC: Add MNCC to string dumperHarald Welte4-1/+429
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 Hofmeyr2-0/+15
2018-01-19logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr3-7/+74
2018-01-18jenkins: add dispatcher scriptMax3-0/+94
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 Hofmeyr3-0/+42
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-17tests/ussd: fix wrong GSM 04.80 payload lengthVadim Yanitskiy1-3/+7
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
2018-01-17gsm0480: handle UnstructuredSS Request with DSC != 0x0FVadim Yanitskiy1-0/+20
2018-01-17gsm0480: clean up the parse_process_uss_req() codeVadim Yanitskiy1-19/+20
2018-01-17gsm0480: fix USSD OCTET STRING length confusionVadim Yanitskiy2-4/+24
2018-01-17gsm0480: skip length check for 'RELEASE COMPLETE' messageSergey Kostanbaev1-3/+10