aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs_debug.h')
-rw-r--r--src/gprs_debug.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/gprs_debug.h b/src/gprs_debug.h
index cebeabce..b66de90c 100644
--- a/src/gprs_debug.h
+++ b/src/gprs_debug.h
@@ -11,10 +11,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#pragma once
@@ -23,9 +19,6 @@
extern "C" {
#endif
#include <osmocom/core/logging.h>
-#ifdef __cplusplus
-};
-#endif
/* we used to have DBSSGP definded in each application, and applications telling
* libosmogb which sub-system to use. That creates problems and has been deprecated */
@@ -41,6 +34,7 @@ enum {
DRLCMACUL,
DRLCMACSCHED,
DRLCMACMEAS,
+ DMS,
DTBF,
DTBFDL,
DTBFUL,
@@ -48,7 +42,12 @@ enum {
DPCU,
DNACC,
DRIM,
+ DE1,
aDebug_LastEntry
};
extern const struct log_info gprs_log_info;
+
+#ifdef __cplusplus
+};
+#endif