Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logging: Copy the filter_fn and fix the IMSI filter in OpenBSC | Holger Hans Peter Freyther | 2013-12-29 | 1 | -0/+17 |
| | | | | | | | The filter_fn has not been copied into the new structure breaking the imsi and other filters in OpenBSC. Looking at the code we should also introduce a callback for the reset of the context so we could use subscr_get/subscr_put on the subscriber structure. | ||||
* | logging: Modify the testcase to excercise Nico's fix | Holger Hans Peter Freyther | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | logging: Move the logging test from OpenBSC into libosmocore | Holger Hans Peter Freyther | 2012-09-27 | 3 | -0/+79 |
Add a testcase for the logging facility. The test is coming from the OpenBSC code. |