Skip to content
Success

Changes

Summary

  1. logging: Add APIs to set/get log_{target,context} fields (details)
  2. gb: Avoid accessing struct log_target members directly (details)
  3. Remove unused private API log_target_create_file_stream() (details)
Commit 34b2002c4ddbb18fca21cfd436dc98d1afb39f7e by Pau Espin Pedrol
logging: Add APIs to set/get log_{target,context} fields

Change-Id: Ie48e7e635feb91509b9c034394df4fb16cb931a3
The file was modifiedsrc/core/libosmocore.map
The file was modifiedinclude/osmocom/core/logging.h
The file was modifiedsrc/core/logging.c
The file was modifiedTODO-RELEASE
Commit 6dd49e4bcb8316a8709e244fd0e30131bad06b8f by Pau Espin Pedrol
gb: Avoid accessing struct log_target members directly

Change-Id: Idb2f7f3736f0a22a091a702e23ef7cf58e56cfa9
The file was modifiedsrc/gb/gprs_bssgp_vty.c
The file was modifiedsrc/gb/common_vty.c
The file was modifiedsrc/gb/gprs_ns_vty.c
The file was modifiedsrc/gb/gprs_ns2_vty.c
Commit 7c8de129e5b4894fc3640cd860fda7caba0e76e6 by Pau Espin Pedrol
Remove unused private API log_target_create_file_stream()

This function was never added to the logging.h (despite it was not
static and it was inside libosmocore.map).
It is actually used nowhere, and changing it to static made the compiler
warn about it. Remove it.

Change-Id: Ia30c6b47cfcbb54e7c2c43b877cd9554dc596abf
The file was modifiedsrc/core/logging.c
The file was modifiedsrc/core/libosmocore.map