From 21e5da981f04d044bdf15b02bd6b45c16de6c3c5 Mon Sep 17 00:00:00 2001
From: Jakob Olsson <jakob.olsson@iopsys.eu>
Date: Tue, 1 Dec 2020 13:47:37 +0100
Subject: [PATCH] cntlr_map_debug: print country code on CAC cap

---
 src/core/cntlr_map_debug.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/core/cntlr_map_debug.c b/src/core/cntlr_map_debug.c
index 5bf5ad11..632b41e3 100644
--- a/src/core/cntlr_map_debug.c
+++ b/src/core/cntlr_map_debug.c
@@ -198,6 +198,7 @@ int debug_ap_caps_report(void *cntlr, struct cmdu_cstruct *cmdu)
 					(struct tlv_cac_cap *)tlv;
 				int j;
 
+				trace("\tcountry_code: %c%c\n", p->country_code[0], p->country_code[1]);
 				trace("\tnbr_radios: %d\n", p->nbr_radios);
 				for (j = 0; j < p->nbr_radios; j++) {
 					int k;
-- 
GitLab