summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
authorroot2009-09-04 10:26:10 +0200
committerroot2009-09-04 10:26:10 +0200
commit1acc11b02cda38524c30c2dbb7497d516b7b44fc (patch)
tree09097f6e358bda5fa7362e26862c609f6c864d70 /message.h
parentLCR now compiles with current version of OpenBSC. (diff)
downloadlcr-1acc11b02cda38524c30c2dbb7497d516b7b44fc.tar.gz
lcr-1acc11b02cda38524c30c2dbb7497d516b7b44fc.tar.xz
lcr-1acc11b02cda38524c30c2dbb7497d516b7b44fc.zip
Added patch by Kai Peter for completing screening indicator. Thanx for that!
modified: README modified: dss1.cpp modified: message.h
Diffstat (limited to 'message.h')
-rw-r--r--message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/message.h b/message.h
index ef54507..0849f54 100644
--- a/message.h
+++ b/message.h
@@ -34,6 +34,8 @@ enum { /* number presentation */
enum { /* number presentation */
INFO_SCREEN_USER, /* user provided */
+ INFO_SCREEN_USER_VERIFIED_PASSED,
+ INFO_SCREEN_USER_VERIFIED_FAILED,
INFO_SCREEN_NETWORK /* network provided */
};