diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-16 10:51:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-16 10:51:35 +0000 |
| commit | 839bc2d9d75f0d35a2c09d5e55e075e3ab1076b2 (patch) | |
| tree | da1c2660756675b68bf508e77546a67997af7495 /src/types.h | |
| parent | 363b3241b452fac11dfd202cc5b368bd4cd672c3 (diff) | |
For testing: add a KDM formulation which omits AuthorizedDeviceInfo.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index e8761c81..dfa49ff6 100644 --- a/src/types.h +++ b/src/types.h @@ -229,7 +229,9 @@ enum Standard { enum Formulation { MODIFIED_TRANSITIONAL_1, DCI_ANY, - DCI_SPECIFIC + DCI_SPECIFIC, + /** For testing: adds no AuthorizedDeviceInfo tag */ + MODIFIED_TRANSITIONAL_TEST }; /** @class Colour |
