summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* gsm0480: add specification reference to SS message typeVadim Yanitskiy2018-01-171-0/+1
* gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATAVadim Yanitskiy2018-01-171-0/+5
* gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQVadim Yanitskiy2018-01-171-0/+2
* gsm0480: handle GSM0480_CTYPE_RETURN_RESULTVadim Yanitskiy2018-01-171-0/+82
* gsm0480: parse GSM0480_MTYPE_FACILITY separatelyVadim Yanitskiy2018-01-171-1/+17
* gsm0480: handle UnstructuredSS Request with DSC != 0x0FVadim Yanitskiy2018-01-171-0/+20
* gsm0480: clean up the parse_process_uss_req() codeVadim Yanitskiy2018-01-171-19/+20
* gsm0480: fix USSD OCTET STRING length confusionVadim Yanitskiy2018-01-171-2/+2
* gsm0480: skip length check for 'RELEASE COMPLETE' messageSergey Kostanbaev2018-01-171-3/+10
* Log lapd_datalink state on errorsMax2018-01-161-5/+5
* libosmocodec: implement ECU (Error Concealment Unit) for FRPhilipp Maier2018-01-152-1/+166
* logging-gsmtap: send only basename of source fileNeels Hofmeyr2018-01-121-0/+5
* Allow multiple 'log gsmtap' sinksMax2018-01-121-2/+9
* log: print loginfo assertions sourceMax2018-01-121-8/+8
* TLVP_PRESENT() should not return TRUE after tlv_parse() fails.Stefan Sperling2018-01-121-4/+10
* gsm: add gsm0808_speech_codec_type_namesNeels Hofmeyr2018-01-122-0/+15
* Use existing function for TLLI encodingMax2018-01-082-15/+5
* Add function to properly encode RAIMax2018-01-085-46/+44
* coding: move eB adjustement to appropriate placeMax2018-01-051-7/+2
* Use 127.0.0.1 for GSMTAP logging by defaultMax2018-01-051-3/+3
* CTRL: Ensure peer/connection info is always printed the same wayHarald Welte2017-12-221-6/+6
* control_if: Log the disconnect of a CTRL clientHarald Welte2017-12-221-1/+4