aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gtphub_sock.c
AgeCommit message (Collapse)AuthorFilesLines
2015-12-08gtphub: log: limit length of hex dumps.Neels Hofmeyr1-2/+4
The debug log prints the received/sent bytes in hex. When this data surpasses the buffer size available for the log string (4096), the log is truncated and lacks a newline character. Limit the amount of dumped bytes to 1000. Sponsored-by: On-Waves ehi
2015-12-07gtphub: logging: have one newline per log.Neels Hofmeyr1-1/+1
Some logging was multiline to ease human reading of debug output. However, in the VTY output, these newlines lack a CR motion. Split multiline logs into separate lines. Also add one missing space. Sponsored-by: On-Waves ehi
2015-12-03gtphub: wrap gtphub_write() for test suite.Neels Hofmeyr1-0/+58
Sponsored-by: On-Waves ehi