summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-172-4/+24
* 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-159-3/+535
* ussd_test.c: fix rc / len debug output confusionVadim Yanitskiy2018-01-132-52/+52
* logging-gsmtap: send only basename of source fileNeels Hofmeyr2018-01-121-0/+5
* Deprecate gsm48_construct_ra()Max2018-01-121-1/+1
* 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-123-0/+20
* Use existing function for TLLI encodingMax2018-01-083-19/+9
* Add function to properly encode RAIMax2018-01-089-53/+52
* 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
* Fix incorrect spec referenceMax2018-01-041-1/+1
* 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
* control_if: Close control connection socket/fd on read/write == 0Harald Welte2017-12-221-1/+9
* timer: fixup whitespace issuesHarald Welte2017-12-221-3/+3
* logging vty: tweak general 'logging' command docNeels Hofmeyr2017-12-201-1/+1
* jenkins: add 'make V=1' for more verbose build logsNeels Hofmeyr2017-12-201-1/+1
* ctrl: separate handling of GET_REPLY, SET_REPLY and TRAPNeels Hofmeyr2017-12-201-25/+28
* ctrl: tighten CTRL input parsingNeels Hofmeyr2017-12-204-121/+144
* libosmocodec: add FR bit offset definitionsPhilipp Maier2017-12-202-0/+273
* libosmocodec: add FR/HR/EFR frame length definitionsVadim Yanitskiy2017-12-201-0/+7
* ports: define proper VTY and CTRL ports for OsmoHNBGWNeels Hofmeyr2017-12-202-0/+3
* rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr2017-12-202-8/+31
* ctrl: on parse errors, return a detailed message to senderNeels Hofmeyr2017-12-182-12/+24
* add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr2017-12-182-2/+17
* ctrl_test: add two more current parsing bugs to prep for fixNeels Hofmeyr2017-12-182-0/+34
* ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr2017-12-183-7/+3
* ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commandsNeels Hofmeyr2017-12-182-2/+40
* ctrl_test: expand to test message handling and detect mem leaksNeels Hofmeyr2017-12-182-57/+197
* ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()Neels Hofmeyr2017-12-182-17/+28
* ctrl_test.c: replace print_escaped() with new osmo_escape_str()Neels Hofmeyr2017-12-182-60/+28
* utils: add osmo_escape_str()Neels Hofmeyr2017-12-184-0/+167
* add osmo_auth_c3() (separate from gsm_milenage())Neels Hofmeyr2017-12-184-3/+18
* rate_ctr: print proper error message if rate_ctr already existsHarald Welte2017-12-181-1/+4
* utils: add osmo_separated_identifiers_valid()Neels Hofmeyr2017-12-172-4/+18
* fix osmo_identifier_valid(): only allow printable charactersNeels Hofmeyr2017-12-171-0/+2
* Do not allocate already existing counter groupMax2017-12-172-1/+9
* gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte2017-12-172-2/+3
* logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()Neels Hofmeyr2017-12-122-2/+13