aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_debug.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-21 18:44:23 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2021-01-22 16:37:12 +0100
commit3a27102e59caeaf2389e738c647b88778ddfe3b2 (patch)
tree73b597065cc0545cc40f4fb852b532e899b69b55 /src/gprs_debug.h
parentdb5e339da4a34568d0ae65657616bf0fb4c91951 (diff)
Initial handling support for RIM messages
This code doesn't do anything yet app-related with the received RIM messages, but already provides the initial infrastructure to handle them in the future, and does first checkings. Related: SYS#5103 Change-Id: Ia0ade0e97ea781ec655439c008b6cefaf3e90dec
Diffstat (limited to 'src/gprs_debug.h')
-rw-r--r--src/gprs_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gprs_debug.h b/src/gprs_debug.h
index 84a0a073..8df405af 100644
--- a/src/gprs_debug.h
+++ b/src/gprs_debug.h
@@ -46,6 +46,7 @@ enum {
DTBFUL,
DNS,
DPCU,
+ DRIM,
aDebug_LastEntry
};