Skip to content
Snippets Groups Projects
Commit e71a5f4f authored by Nevadita's avatar Nevadita Committed by Jakob Olsson
Browse files

map-controller: fix an issue in parsing of node config

parent 9266b38a
No related branches found
No related tags found
1 merge request!161Fixing bug in parsing of node configuration
Pipeline #73764 passed
......@@ -47,7 +47,7 @@ exec_cmd cp wifimngr /usr/sbin/
cd /opt/dev
export CFLAGS="${CFLAGS} -g -Wall -g -O0 -DHAS_WIFI -DDYNAMIC_CNTLR_SYNC_CONFIG"
rm -fr ieee1905
exec_cmd git clone --depth 1 -b devel https://dev.iopsys.eu/iopsys/ieee1905.git
exec_cmd git clone --depth 1 -b release-6.5 https://dev.iopsys.eu/iopsys/ieee1905.git
cd ieee1905
exec_cmd ./gitlab-ci/install-dependencies.sh
exec_cmd ./gitlab-ci/setup.sh
......@@ -68,7 +68,6 @@ exec_cmd cp -a extensions/map/map.so /usr/lib
exec_cmd cp -a extensions/map/map_module.h /usr/include/
exec_cmd cp -a extensions/map/map2.h /usr/include/
exec_cmd cp -a extensions/map/cntlrsync.h /usr/include/
exec_cmd cp -a extensions/map/easymesh.h /usr/include/
ldconfig
......
......@@ -1062,6 +1062,8 @@ static int cntlr_config_get_agent_node(struct controller_config *c,
{ .name = "backhaul_ul_macaddr", .type = UCI_TYPE_STRING },
{ .name = "backhaul_dl_macaddr", .type = UCI_TYPE_STRING },
{ .name = "backhaul_type", .type = UCI_TYPE_STRING },
{ .name = "primary_vid", .type = UCI_TYPE_STRING },
{ .name = "primary_pcp", .type = UCI_TYPE_STRING },
{ .name = "report_sta_assocfails", .type = UCI_TYPE_STRING },
{ .name = "report_sta_assocfails_rate", .type = UCI_TYPE_STRING },
{ .name = "report_metric_periodic", .type = UCI_TYPE_STRING },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment