Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-7831
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Oct 4, 2023
1 parent aec3144 commit e1af5ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/RadiusEndpointUpdater.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,20 @@ namespace OpenWifi {
RadiusConfig.set("pools", RadiusPools);
RadiusConfig.stringify(std::cout,4,2);

DBGLINE
GWObjects::RadiusProxyPoolList NewPools;
DBGLINE
if(SDK::GW::RADIUS::SetConfiguration(nullptr,RadiusConfig,NewPools)) {
DBGLINE
AppServiceRegistry().Set("radiusEndpointLastUpdate", Utils::Now());
DBGLINE
return true;
}
DBGLINE
Error = "Could not update the controller.";
ErrorNum = 1;

DBGLINE
return false;
}
private:
Expand Down

0 comments on commit e1af5ad

Please sign in to comment.