libosmocore/include/osmocom
Neels Hofmeyr 9795cf1b12 fix: DLGSUP logging category "unusable"
All DL* categories are typically negative, but DLGSUP isn't, and it's also not
in libosmocore's internal_cat array.
See: 3b6fb0880c

This means that a program using DLGSUP has to include DLGSUP in its own logging
cat array (typically not needed for DL* categories), which means for osmo-nitb
that DLGSUP (11) replaces DMGCP (also 11), and DMGCP becomes unusable.

Fix this: make DLGSUP -11 and include in internal_cat.

In gsup_test.c, no longer add DLGSUP to the logging categories array.

External follow-ups are otherwise needed only in osmo-hlr.git and some pending
patches for openbsc (Id3938267fa062e1a997d3704cd678874306f86ee).

Change-Id: Id974c7be158e4d60421a98110f5c807aefd31119
2016-12-11 03:42:58 +01:00
..
codec Mark inline header function as static 2016-09-30 12:31:50 +00:00
core fix: DLGSUP logging category "unusable" 2016-12-11 03:42:58 +01:00
crypt Add GEA3 & GEA4 ciphers 2016-07-11 19:15:24 +00:00
ctrl Revert "Constify ctrl_cmd struct fields where appropriate" 2016-10-20 17:53:10 +02:00
gprs gprs: Increase NS_ALLOC_SIZE to 3k 2016-09-23 02:42:46 +00:00
gsm cosmetic: gsup comments: write 'Generic' for the G in GSUP 2016-12-09 16:47:05 +01:00
sim sim: make osim_reader_ops public 2016-03-19 21:18:40 +01:00
vty fix GGSN Ctrl port to 4257 2016-09-09 16:23:18 +02:00