From a5cf8b5ac38cf541ee27ab99237788f1e91355d6 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 16 Sep 2024 21:36:03 -0500 Subject: [PATCH] More Admin Errors --- meshtastic/mesh.proto | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index ae8631bb..227d3a7a 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -811,7 +811,17 @@ message Routing { /* * The receiving node does not have a Public Key to decode with */ - PKI_UNKNOWN_PUBKEY = 35; + PKI_UNKNOWN_PUBKEY = 35; + + /* + * Admin packet otherwise checks out, but uses a bogus or expired session key + */ + ADMIN_BAD_SESSION_KEY = 36; + + /* + * Admin packet sent using PKC, but not from a public key on the admin key list + */ + ADMIN_PUBLIC_KEY_UNAUTHORIZED = 37; } oneof variant {