Skip to content

Commit

Permalink
Merge pull request #580 from meshtastic/jp-bennett-patch-3
Browse files Browse the repository at this point in the history
More Admin Errors
  • Loading branch information
fifieldt authored Sep 17, 2024
2 parents 0c0d061 + a5cf8b5 commit e8eff71
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e8eff71

Please sign in to comment.