Skip to content
Snippets Groups Projects
Commit 21e5da98 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

cntlr_map_debug: print country code on CAC cap

parent f780772e
No related branches found
No related tags found
No related merge requests found
Pipeline #7554 failed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment