aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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 Yanitskiy1-2/+2
2018-01-17gsm0480: skip length check for 'RELEASE COMPLETE' messageSergey Kostanbaev1-3/+10
2018-01-16Log lapd_datalink state on errorsMax1-5/+5
2018-01-15libosmocodec: implement ECU (Error Concealment Unit) for FRPhilipp Maier2-1/+166
2018-01-12logging-gsmtap: send only basename of source fileNeels Hofmeyr1-0/+5
2018-01-12Allow multiple 'log gsmtap' sinksMax1-2/+9
2018-01-12log: print loginfo assertions sourceMax1-8/+8
2018-01-12TLVP_PRESENT() should not return TRUE after tlv_parse() fails.Stefan Sperling1-4/+10
2018-01-12gsm: add gsm0808_speech_codec_type_namesNeels Hofmeyr2-0/+15
2018-01-08Use existing function for TLLI encodingMax2-15/+5
2018-01-08Add function to properly encode RAIMax5-46/+44
2018-01-05coding: move eB adjustement to appropriate placeMax1-7/+2
2018-01-05Use 127.0.0.1 for GSMTAP logging by defaultMax1-3/+3
2017-12-22CTRL: Ensure peer/connection info is always printed the same wayHarald Welte1-6/+6
2017-12-22control_if: Log the disconnect of a CTRL clientHarald Welte1-1/+4
2017-12-22control_if: Close control connection socket/fd on read/write == 0Harald Welte1-1/+9
2017-12-22timer: fixup whitespace issuesHarald Welte1-3/+3
2017-12-20ctrl: separate handling of GET_REPLY, SET_REPLY and TRAPNeels Hofmeyr1-25/+28
2017-12-20ctrl: tighten CTRL input parsingNeels Hofmeyr1-7/+70
2017-12-20rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr1-3/+26
2017-12-18ctrl: on parse errors, return a detailed message to senderNeels Hofmeyr1-11/+23
2017-12-18add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr1-2/+16
2017-12-18ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr1-2/+1
2017-12-18ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()Neels Hofmeyr1-17/+26
2017-12-18utils: add osmo_escape_str()Neels Hofmeyr1-0/+87
2017-12-18add osmo_auth_c3() (separate from gsm_milenage())Neels Hofmeyr3-3/+16
2017-12-18rate_ctr: print proper error message if rate_ctr already existsHarald Welte1-1/+4
2017-12-17utils: add osmo_separated_identifiers_valid()Neels Hofmeyr1-4/+17