summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add functions for extended RACH codingMax2017-12-119-21/+30850
* Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol2017-12-104-16/+3
* Fix LAPD UA msgb memory leak.Jean-Francois Dionne2017-12-101-0/+3
* cosmetic: Fix trailing whitespacePau Espin Pedrol2017-12-102-8/+8
* comment: utils: more accurately describe OSMO_STRINGIFY macroNeels Hofmeyr2017-12-101-1/+3
* vty reference: merge_doc.xsl: do not omit description tagNeels Hofmeyr2017-12-101-3/+1
* vty: set name for VIEW+ENABLE nodes, for VTY referenceNeels Hofmeyr2017-12-101-0/+4
* VTY reference: use node names as section namesNeels Hofmeyr2017-12-101-0/+1
* VTY reference: do not list empty nodesNeels Hofmeyr2017-12-101-0/+2
* vty XML export: avoid repeating common node commands for each nodeNeels Hofmeyr2017-12-101-0/+45
* license: Fix the license to GPLHolger Hans Peter Freyther2017-12-094-27/+16
* Embedded: fix sercomm testMax2017-12-051-0/+4
* vty: show asciidoc counters: don't create an empty table for osmo_countersAlexander Couzens2017-12-051-0/+7
* counters: add osmo_counters_count() returns the amount of countersAlexander Couzens2017-12-052-0/+9
* embedded: fix testsMax2017-12-041-5/+5
* Fix embedded buildMax2017-12-042-0/+10
* logging: Extend the LOGPSRC macro to put cont in it as wellHolger Hans Peter Freyther2017-12-011-2/+18
* coding test: use OSMO_ASSERTMax2017-11-301-17/+10
* coding test: move bit dump into functionsMax2017-11-281-123/+48
* coding test: enable debug outputMax2017-11-282-125/+4293
* coding test: cosmetic cleanupMax2017-11-282-102/+55
* ctrl: make response easier to parseMax2017-11-271-32/+9
* fsm_tmr_cb: don't set T=0, the fi may no longer existNeels Hofmeyr2017-11-251-4/+5
* Improve get_rate_ctr() error handlingMax2017-11-241-1/+1
* ctrl: log incorrect interval valuesMax2017-11-241-4/+7
* Ctrl: add rate counter group introspectionMax2017-11-241-0/+18
* gsmtap.h: Introduce new GSMTAP type for LTE NAS messagesHarald Welte2017-11-231-0/+1
* osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0Neels Hofmeyr2017-11-211-1/+2
* sercomm_test: sanitize: fix msgb mem leakNeels Hofmeyr2017-11-201-0/+1
* tlv_put: guard against NULL val and 0 lenNeels Hofmeyr2017-11-201-2/+13
* bssgp_fc_test: sanitize: free fc struct when doneNeels Hofmeyr2017-11-201-0/+2
* gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflowNeels Hofmeyr2017-11-203-4/+9
* bssgp_fc_test: sanitizer: free msgb context when doneNeels Hofmeyr2017-11-202-0/+12