|
libosmocore 0.9.6-23.20170220git32ee5af8.fc41
Osmocom core library
|
#include "../config.h"#include <stdarg.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <stdbool.h>#include <arpa/inet.h>#include <strings.h>#include <osmocom/core/talloc.h>#include <osmocom/core/utils.h>#include <osmocom/core/gsmtap.h>#include <osmocom/core/gsmtap_util.h>#include <osmocom/core/logging.h>#include <osmocom/core/timer.h>Macros | |
| #define | GSMTAP_LOG_MAX_SIZE 4096 |
Functions | |
| static void | _gsmtap_raw_output (struct log_target *target, int subsys, unsigned int level, const char *file, int line, int cont, const char *format, va_list ap) |
| struct log_target * | log_target_create_gsmtap (const char *host, uint16_t port, const char *ident, bool ofd_wq_mode, bool add_sink) |
| Create a new logging target for GSMTAP logging. | |