aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-20rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr2-8/+31
2017-12-18ctrl: on parse errors, return a detailed message to senderNeels Hofmeyr2-12/+24
2017-12-18add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr2-2/+17
2017-12-18ctrl_test: add two more current parsing bugs to prep for fixNeels Hofmeyr2-0/+34
2017-12-18ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr3-7/+3
2017-12-18ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commandsNeels Hofmeyr2-2/+40
2017-12-18ctrl_test: expand to test message handling and detect mem leaksNeels Hofmeyr2-57/+197
2017-12-18ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()Neels Hofmeyr2-17/+28
2017-12-18ctrl_test.c: replace print_escaped() with new osmo_escape_str()Neels Hofmeyr2-60/+28
2017-12-18utils: add osmo_escape_str()Neels Hofmeyr4-0/+167
2017-12-18add osmo_auth_c3() (separate from gsm_milenage())Neels Hofmeyr4-3/+18
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 Hofmeyr2-4/+18
2017-12-17fix osmo_identifier_valid(): only allow printable charactersNeels Hofmeyr1-0/+2
2017-12-17Do not allocate already existing counter groupMax2-1/+9
2017-12-17gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte2-2/+3
2017-12-12logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()Neels Hofmeyr2-2/+13
2017-12-11Add functions for extended RACH codingMax9-21/+30850
2017-12-10Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol4-16/+3
2017-12-10Fix LAPD UA msgb memory leak.Jean-Francois Dionne1-0/+3
2017-12-10cosmetic: Fix trailing whitespacePau Espin Pedrol2-8/+8
2017-12-10comment: utils: more accurately describe OSMO_STRINGIFY macroNeels Hofmeyr1-1/+3
2017-12-10vty reference: merge_doc.xsl: do not omit description tagNeels Hofmeyr1-3/+1
2017-12-10vty: set name for VIEW+ENABLE nodes, for VTY referenceNeels Hofmeyr1-0/+4
2017-12-10VTY reference: use node names as section namesNeels Hofmeyr1-0/+1
2017-12-10VTY reference: do not list empty nodesNeels Hofmeyr1-0/+2
2017-12-10vty XML export: avoid repeating common node commands for each nodeNeels Hofmeyr1-0/+45
2017-12-09license: Fix the license to GPLHolger Hans Peter Freyther4-27/+16
2017-12-05Embedded: fix sercomm testMax1-0/+4
2017-12-05vty: show asciidoc counters: don't create an empty table for osmo_countersAlexander Couzens1-0/+7
2017-12-05counters: add osmo_counters_count() returns the amount of countersAlexander Couzens2-0/+9
2017-12-04embedded: fix testsMax1-5/+5
2017-12-04Fix embedded buildMax2-0/+10
2017-12-01logging: Extend the LOGPSRC macro to put cont in it as wellHolger Hans Peter Freyther1-2/+18
2017-11-30coding test: use OSMO_ASSERTMax1-17/+10
2017-11-28coding test: move bit dump into functionsMax1-123/+48
2017-11-28coding test: enable debug outputMax2-125/+4293
2017-11-28coding test: cosmetic cleanupMax2-102/+55
2017-11-27ctrl: make response easier to parseMax1-32/+9
2017-11-25fsm_tmr_cb: don't set T=0, the fi may no longer existNeels Hofmeyr1-4/+5
2017-11-24Improve get_rate_ctr() error handlingMax1-1/+1
2017-11-24ctrl: log incorrect interval valuesMax1-4/+7
2017-11-24Ctrl: add rate counter group introspectionMax1-0/+18
2017-11-23gsmtap.h: Introduce new GSMTAP type for LTE NAS messagesHarald Welte1-0/+1
2017-11-21osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0Neels Hofmeyr1-1/+2
2017-11-20sercomm_test: sanitize: fix msgb mem leakNeels Hofmeyr1-0/+1
2017-11-20tlv_put: guard against NULL val and 0 lenNeels Hofmeyr1-2/+13
2017-11-20bssgp_fc_test: sanitize: free fc struct when doneNeels Hofmeyr1-0/+2
2017-11-20gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflowNeels Hofmeyr3-4/+9
2017-11-20bssgp_fc_test: sanitizer: free msgb context when doneNeels Hofmeyr2-0/+12