aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-17fix osmo_identifier_valid(): only allow printable charactersNeels Hofmeyr1-0/+2
2017-12-17Do not allocate already existing counter groupMax1-0/+3
2017-12-17gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte1-1/+2
2017-12-12logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()Neels Hofmeyr1-2/+11
2017-12-11Add functions for extended RACH codingMax3-17/+66
2017-12-10Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol2-8/+1
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-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-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 Couzens1-0/+7
2017-12-04Fix embedded buildMax2-0/+10
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-21osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0Neels Hofmeyr1-1/+2
2017-11-20gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflowNeels Hofmeyr1-1/+5
2017-11-20rate_ctr: fix mem leak for mangled descNeels Hofmeyr1-9/+9
2017-11-18memleak: osmo_config_list_parse: getline() needs free also on errorNeels Hofmeyr1-2/+3