From 5d41fa73482b7681cee4edad11ce6561f4a0f48f Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 10 Feb 2021 12:43:50 +0300 Subject: [PATCH] [#129] netmap: Define LocationCode node attribute Signed-off-by: Leonard Lyubich --- netmap/types.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netmap/types.proto b/netmap/types.proto index a9b00fd..c1b2357 100644 --- a/netmap/types.proto +++ b/netmap/types.proto @@ -160,6 +160,8 @@ message NodeInfo { // Country code in // [ISO 3166-1_alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) // format. Calculated automatically from `Locode` attribute + // * LocationCode \ + // TODO: write description. // * Region \ // Country's administative subdivision where node is located. Calculated // automatically from `Locode` attribute based on `SubDiv` field. Presented