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 Sep 15, 2023
1 parent 06af6eb commit 8150daa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RADSEC_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ namespace OpenWifi {
} else if ((Utils::Now() - LastStatus) > RadSecKeepAlive) {
RADIUS::RadiusOutputPacket P(Server_.radsecSecret);
P.MakeStatusMessage();

poco_information(Logger_, "Keep-Alive message.");
RADIUS::RadiusPacket PP(P.Data(),P.Len());
PP.Log(std::cout);
// Socket_->sendBytes(P.Data(), P.Len());
LastStatus = Utils::Now();
}
Expand Down

0 comments on commit 8150daa

Please sign in to comment.