aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/debug.h
AgeCommit message (Collapse)AuthorFilesLines
2018-07-28create separate logging categories for lchan,ts,as FSMsNeels Hofmeyr1-0/+3
Change-Id: Ie889b8860a4a63c7c22ef65025f690d64cd7330c
2018-06-09Remove unused logging subsystems DCC and DMGCPHarald Welte1-2/+0
We use the newly-introduced logging_vty_add_deprecated_subsys() from libosmovty to make sure old config files will still parse even after this change. Change-Id: Ib4f67bb00e1d5460e643717b53f6a4d81278dc5d
2018-06-02Add initial 3GPP LCLS support to OsmoBSCHarald Welte1-0/+1
This code contains the following code: * receive/parse/interpret LCLS specific BSSMAP IEs and PDUs * osmo_fsm handling the various states and their transitions * call leg correlation (finding the other subscr_conn with same GCR) * communication between the two call-leg LCLS FSMs * detection of supported / unsupported LCLS configurations * display of GCR / LCLS information in "show conns" * switch the media streams locally using MDCX to the MGW Closes: OS#1602 Change-Id: I614fade62834def5cafc94c4d2578cd747a3f9f7
2018-02-19logging: Remove obsolete log categoriesHarald Welte1-17/+0
About half of our log categories/subsystems were inherited from OsmoNITB, and are no longer used but may confuse the user. Change-Id: I8b39429f71c0faefdf8158a82093cfb19f44809e
2018-02-14libcommon: eliminate debug.cNeels Hofmeyr1-2/+0
Provide concise log categories for each main scope. Move the complete log categories 1:1 to osmo_bsc_main.c. In bsc_nat.c, omit obviously unused log categories. In tests, omit almost all log categories, except for those explicitly tested as the expected output. Note: should any logging occur for a log category that is omitted by accident, such will end up being logged as DLGLOBAL, so it will show up and we can fix it, and it will not get lost silently. Change-Id: Ib524e49ec211662e0dfde8161495a72aa8ad76cf
2018-01-19HO: Add handover decision debugging categoryAndreas Eversberg1-0/+1
Change-Id: Iaf99d4e9ae08c38bf364dbb37d42098f976f6b8c
2017-09-06move include/openbsc to include/osmocom/bscNeels Hofmeyr1-0/+47
Change-Id: I39e7b882caa98334636d19ccd104fd83d07d5055