aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/oap/oap_client_test.err
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13oap_client: move logging to DLOAP logging categoryNeels Hofmeyr1-10/+10
Use libosmocore's DLOAP logging category for OAP. oap_client_test.c: make sure DLOAP is in DEBUG level to not lose any logging messages from experr. Todo: we're using a "Library" logging category, which is not really what the library category was intended for. Instead, the OAP client should probably be given a logging category like DVLR or DGPRS in its initialization API. Related: OS#1592 Change-Id: Ic765c19381b0d983da90a5d8aee9cd17e31cf34a
2016-12-13oap_client_test: print test descr to stderr, check stderrNeels Hofmeyr1-0/+28
Related: OS#1592 Change-Id: If1696c8e7bfa696b250f7eac24f08f85f8f492a2